Murray Stokely
9b8a07ff32
'make release' should install docproj ports with BATCH=yes so that your
...
release builds don't stop in the middle of the night asking for user
input about which Ghostscript drivers to install.
2001-09-13 06:44:36 +00:00
Warner Losh
8dac8c268d
Due to a bug in the ed driver, which leads to hangs when using it with
...
dhclient and pccard_ether, introduce the concept of a "settle time" to
pccard_ether with the new pccard_ether_delay variable. Defaults to 5
seconds, which is enough time for the ed driver to finish its
autoconfiguration for newer Linksys based cards. This also can
eliminate the ed0: timeout messages that happen at startup as well.
MFC: after RE says OK.
2001-09-13 06:18:07 +00:00
Dag-Erling Smørgrav
a5cc8abe03
Fix logging from remote hosts, which has been broken since (at least) revision
...
1.64, i.e. July of last year. Also fix a minor style bug in the same code.
PR: bin/28634
Pointy hat to: dwmalone
Pointed out by: my buggy DSL router's remote logging facility
2001-09-13 05:09:14 +00:00
Warner Losh
e85f8fa723
Even better compatibility with 4.x. #define thread proc, since for
...
this file, that's a reasonable workaround. Also, include sys/proc.h
for 4.x.
2001-09-13 03:08:19 +00:00
Warner Losh
93e5ab438a
Better way to do compatibility between the two versions.
2001-09-13 02:12:14 +00:00
Warner Losh
9b7ae9d25f
Fix KSE breakage to this file:
...
Make it compile again on 4.x.
2001-09-13 01:55:23 +00:00
John Baldwin
f1cbf4f92c
Restore these files to being portable:
...
- Use some simple #define's at the top of the files for proc -> thread
changes instead of having lots of needless #ifdef's in the code.
- Don't try to use struct thread in !FreeBSD code.
- Don't use a few struct lwp's in some of the NetBSD code since it isn't
in their HEAD.
The new diff relative to before KSE is now signficantly smaller and easier
to maintain.
2001-09-12 23:39:36 +00:00
John Baldwin
14b418e7e9
- Whitespace fixes.
...
- Fix an old bug: p_comm is an array not a pointer, so it can't be NULL.`
2001-09-12 22:32:03 +00:00
John Baldwin
198faf627d
Whitespace fix.
2001-09-12 22:16:18 +00:00
Darren Reed
c0c3937c8f
IPFilter munges multicast address packets on the loopback interface.
...
Submitted by: Frank Zolf
Approved by: jkh
MFC after: 0
2001-09-12 22:06:36 +00:00
John Baldwin
855cda2e3b
Whitespace fixes.
2001-09-12 22:00:06 +00:00
Darren Reed
5a014fea7e
Add IPFLITER.LICENCE to the kernel (requested by rwatson)
2001-09-12 22:00:03 +00:00
John Baldwin
21b1f10ade
Style(9) fixes.
2001-09-12 21:57:30 +00:00
John Baldwin
2b2aea6c2f
Restore style(9) fixes from commit prior to previous commit.
2001-09-12 21:56:28 +00:00
Julian Elischer
9dbea9237c
If an incoming struct proc could have been NULL before, tehn don't
...
automatically change the code to add
struct proc *p = td->td_proc;
because now 'td' is probably capable of being NULL too.
I expect to see more of this kind of error during the 'weeding'
process. It's too easy to make. (junior hacker project.. look for these :-)
Submitted by: mark Peek <mp@freebsd.org>
2001-09-12 20:26:57 +00:00
Mark Murray
69ebfe3495
Reinstate complete (and now correctly functioning) WARNS=2.
2001-09-12 19:15:02 +00:00
Guido van Rooij
fea88e76d7
Typo: s/conatains/contains/
...
MFC after: 1 week
2001-09-12 17:57:31 +00:00
Doug Rabson
908e8cb5be
A command file for SKI which runs the loader up to the first instruction
...
of the loaded kernel.
2001-09-12 15:08:49 +00:00
Ruslan Ermilov
69f568ec4d
Use ${MACHINE}, it works with cross-builds.
2001-09-12 12:21:08 +00:00
Ruslan Ermilov
188cdfac56
Create backup copies using install(1).
2001-09-12 10:25:50 +00:00
Ruslan Ermilov
9de6241784
Fixed some of style bugs.
2001-09-12 10:04:42 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Doug Rabson
9b36a30ee4
Build ficl on all architectures.
2001-09-12 08:35:05 +00:00
Doug Rabson
3a19b480c8
Add a version of the loader which runs under SKI, the HP ia64 simulator.
...
This loader is quite functional and can load and run kernels. The kernels
don't quite work right after loading but that should be easily fixable.
2001-09-12 08:34:27 +00:00
Gary Jennejohn
cc3ee09cd3
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
...
bytes.
MFC after: 2 weeks
2001-09-12 08:27:54 +00:00
KATO Takenori
d92580b608
Merged from sys/i386/i386/machdep.c revision 1.479.
2001-09-12 08:15:24 +00:00
Greg Lehey
f1422f2ebc
Correct the entry for Sudetenland. It also has nothing to do with the south.
...
Corrected by: joerg
Pointy hat to: grog
2001-09-12 07:22:38 +00:00
Warner Losh
ee148a7240
Call pcic_teardown_intr to make sure that we disestablish the
...
interrupt for the card.
This seems to fix hangs on my machine.
MFC: pending re approval.
2001-09-12 05:57:31 +00:00
Marcel Moolenaar
68a7335b3f
o Fix struct ssc_time and enable the SSC call to get the RTC.
...
o Print a message that the TODR is not set in sscclock_set.
2001-09-12 03:31:26 +00:00
Peter Wemm
8ee6d9e90f
Fix the kern.module_path issue that required the trailing '/' character
...
on each module path component. Fix a one-byte buffer overflow at the
same time that got highlighted in the process.
2001-09-12 00:50:23 +00:00
Greg Lehey
49113adb7a
Correct the invasion of Südetenland. Any involvement of ducks was insignificant.
2001-09-12 00:13:02 +00:00
Akinori MUSHA
8392e0846d
Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.
2001-09-11 21:34:27 +00:00
Bruce A. Mah
5395348ba7
New release note: semop(2) buffer overflow fixed.
2001-09-11 21:05:01 +00:00
Jordan K. Hubbard
30b7cb5e9f
Return the *right* error codes for yes/no questions when non-interactive.
...
Submitted by: Alan Judge <Alan.Judge@eircom.net>
2001-09-11 20:42:07 +00:00
Ruslan Ermilov
d44ddba96c
Implement the ``-f address_family'' filter for -i.
...
Prodded by: Igor Podlesny <poige@morning.ru>
2001-09-11 17:14:33 +00:00
Ruslan Ermilov
1cb467b1b3
Update usage() to match reality.
2001-09-11 15:21:36 +00:00
Ruslan Ermilov
ce3edc3a22
Don't create missing directories; that's the duty of mtree(8).
...
Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been
supported since at least RELENG_4_BP.
2001-09-11 14:27:11 +00:00
Ruslan Ermilov
4a31781613
Added forgotten share/zoneinfo/America/Kentucky.
2001-09-11 14:25:48 +00:00
Dima Dorfman
b21e7ed6ba
New release note about linker.hints and kldxref(8). Even though this
...
solves a pretty annoying problem, this release notes entry doesn't
describe what this fixes because I can't seem to figure out how to do
this without giving a lot of background.
2001-09-11 13:11:43 +00:00
Dima Dorfman
5fa09bc197
If a sentence starts inside parenthesis, it should end inside
...
parenthesis.
2001-09-11 13:07:03 +00:00
Ruslan Ermilov
6658f7a13b
mdoc(7) police: Fixed the .Ex calls in manpages that describe more
...
than one utility.
PR: docs/30437
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2001-09-11 12:27:15 +00:00
Dima Dorfman
34d2276e63
Correct a debugging message.
2001-09-11 12:20:24 +00:00
Søren Schmidt
458f42f154
Use getprogname(3) instead of hardcoding the name..
2001-09-11 12:14:20 +00:00
Søren Schmidt
869ef2e75f
Fixes from Ruslan Ermilov:
...
1. FreeBSD should be spelled with "F" and "BSD" in capitals,
even in comments.
2. Please don't use hard sentence breaks. Always start a
new sentence from the new line.
3. Don't use `#' or `$' in EXAMPLES; this has been fixed
recently in share/examples/mdoc/ templates.
4. Nuke the prog_name variable burncd.c, use getprogname(3).
2001-09-11 11:52:49 +00:00
Ruslan Ermilov
e5b4aed258
mdoc(7) police: use standard list width.
2001-09-11 11:15:48 +00:00
Ruslan Ermilov
46b474e84f
mdoc(7) police: fix markup.
2001-09-11 11:12:53 +00:00
Dima Dorfman
e7254b02b2
Use a colon to separate the user and group when executing chown(1).
...
Periods aren't supported anymore.
PR: 30507
Submitted by: Georg-W. Koltermann <gwk@sgi.com>
2001-09-11 11:11:38 +00:00
Ruslan Ermilov
3bd345f3e5
mdoc(7) police: removed hard sentence breaks.
2001-09-11 10:08:29 +00:00
Ruslan Ermilov
8083488514
mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS.
2001-09-11 10:00:48 +00:00
Ruslan Ermilov
e8ae41c3db
mdoc(7) police: restore the correct sorting of SEE ALSO.
2001-09-11 09:58:34 +00:00