wiz
73abf56636
Remove trailing comma in SEE ALSO.
2004-03-31 21:59:47 +00:00
wiz
0a8efb0bc6
Remove superfluous quotes; no trailing comma in SEE ALSO;
...
sort sections.
2004-03-31 21:59:34 +00:00
wiz
079ef63387
Remove xref to hostname.if, which we do not have.
2004-03-31 21:59:02 +00:00
jmcneill
e927880cc0
Don't allow block sizes < 288 bytes on VT823x chips (patch from kent@).
...
Fixes kern/22788.
2004-03-31 21:10:04 +00:00
dyoung
957f9ce691
Only #define COPYIN copyin, et cetera, in the kernel. That is, only
...
when when _KERNEL is defined.
2004-03-31 20:58:15 +00:00
mellon
5bbdf02211
- If we find a lease in the lease file that matches a predefined lease,
...
and it's expiry time is earlier than the expiry on the predefined lease,
don't nuke the predefined lease.
2004-03-31 19:05:18 +00:00
fredb
f6e9f3cb15
Backout last change. I failed to note that the problem described in
...
PR bin/24653 had already been fixed with revision 1.9 of this file.
2004-03-31 18:01:07 +00:00
fredb
ee6be08283
Take account of the fact that "ntpd" writes it's pidfile after chroot().
...
Closes PR bin/24653.
2004-03-31 17:52:06 +00:00
pooka
12004f8f23
Pipes aren't "full-duplex byte streams", so don't compare SOCK_STREAM
...
type sockets to them.
2004-03-31 16:42:19 +00:00
augustss
869a74e501
No channel locator for atapibus. From PR 24994.
2004-03-31 16:04:45 +00:00
mrg
8a618ce17c
remove a chunk more code with -DSMALL and in the process fix -DSMALL
...
that was broken in the previous commit (by exposing "fflag".)
2004-03-31 15:46:25 +00:00
mrg
20f7152fc9
cat pages end in .0 not .n, noted by skrueger and europe dot com
2004-03-31 15:43:58 +00:00
tron
17ebf9b589
Handle files with link count larger than 1 if "-f" option is used. This
...
is consistent with the old "gzip" and required by "pkgsrc" to implement
"MANZ" properly.
2004-03-31 15:19:14 +00:00
briggs
1c0ca89048
Be more careful about issuing CU_RESUME in fxp_start()--only doing
...
it if we think it's probably necessary. Then do it again in the
tx interrupt handler, if we again think it's necessary. This
reduces the number of commands we issue the chip. Prior to this
change, the i82550 (running without extended feature set, so like
a '559) would sometimes fail in fxp_scb_wait() prior to issuing
another CU_RESUME, resulting in
fxp0: WARNING: SCB timed out!
messages on the console, often followed by device timeouts.
2004-03-31 14:48:31 +00:00
jmmv
31d9ef775a
Drop some unnecessary whitespaces from the usage message. Closes PR bin/24993
...
by Kouichirou Hiratsuka.
2004-03-31 13:01:00 +00:00
tron
98f96f8aa4
Add missing "m" option in SYNOPSIS.
...
Remove duplicate "d" in getopt(3) call.
The patches were provided by Jeff Ito in PR bin/24971.
2004-03-31 12:00:57 +00:00
darrenr
077337039d
COPYIN/COPYOUT macros need to call copyin/out on NetBSD rather than just use
...
bcopy.
2004-03-31 11:41:45 +00:00
tron
d44cf8f504
Only call acpiec_early_attach() in "acpi.c" if the kernel is configured
...
to include the "acpiec" device.
2004-03-31 11:19:39 +00:00
jmmv
7ac0ae8c23
Fix two typos, reported as part of PR bin/22581.
2004-03-31 11:15:36 +00:00
mrg
b590c00e16
add a sparc64 intro(4).
2004-03-31 08:04:38 +00:00
itojun
7cd01f1c20
clean previous commit (uh_sum != 0 check in IPv6)
2004-03-31 07:57:06 +00:00
mrg
bb2ae0a3e9
- move bpp to supported list.
...
- increase .Bl width
2004-03-31 07:54:19 +00:00
itojun
8d81738de0
drop packet if IPv6 udp packet does not have checksum (checksum is mandatory
...
in IPv6).
2004-03-31 07:54:00 +00:00
mrg
853765335a
install man pages for be(4) qe(4) qec(4) xbox(4) ie(4) pnozz(4) tctrl(4)
...
xd(4) and xy(4)
2004-03-31 07:52:43 +00:00
mrg
f5b2796520
copy over several sparc* man pages from openbsd.
2004-03-31 07:20:48 +00:00
itojun
7fba5a69cf
reject packet with too big isakmp message length field.
2004-03-31 07:19:27 +00:00
mrg
2f2c2ac179
add a note that the "boot" commands apply to ofwboot as well as OFW.
2004-03-31 06:09:06 +00:00
snj
3cf0dd8779
The GNU textutils package is no more. Direct people to sysutils/coreutils
...
instead.
2004-03-31 02:10:00 +00:00
wiz
e3366bb6be
Bump date for previous, and sort a bit.
2004-03-31 01:46:22 +00:00
snj
0e9a95f62e
Simplify a clunky multi-line Fn, correct Nm usage, use Dq for quotes, add
...
some commas.
2004-03-31 01:25:46 +00:00
lukem
6c3d359a9b
Simplify `bar.c: bar.y' (et al) rules by moving header dependencies which
...
bar.o (not bar.c) needs to DPSRCS, and using {.ALLSRC} in the target now
that only bar.y is a source.
2004-03-31 00:34:32 +00:00
snj
c747b3ab1b
Bump date for last.
2004-03-31 00:14:30 +00:00
heas
d9287af8b5
Add bits about FTS_WHITEOUT & FTS_W.
2004-03-31 00:01:47 +00:00
heas
a7353cbe7c
Mention -type w, which is coded as a synonym for W (whitespace).
2004-03-30 22:54:04 +00:00
heas
171a04291f
Whitespace nit
2004-03-30 22:51:55 +00:00
heas
59d5c91fe0
Do not skip whiteout files returned by fts_read(), which only returns them if
...
requested.
Patch from Dave Huang in PR bin/5419.
2004-03-30 22:51:13 +00:00
wrstuden
fa94e7cb27
Tweak change for Asimov's entry some. Restore reference to
...
Russian SFSR, but note that it's now Russia, not part of the USSR.
2004-03-30 22:29:19 +00:00
petrov
50f9ddcdce
Recognize tlp and ethernet as bootpath.
2004-03-30 21:26:40 +00:00
mellon
53b16d12a9
Document omapi port and omapi key
2004-03-30 20:05:01 +00:00
christos
dc9378460c
Make sure we disarm the persist timer before we arm the rexmit
...
timer, otherwise there is a tiny window where both timers are
active, and this is not correct according to the comments in the
code. I believe that this is the cause of the to_ticks <= 0 assertion
failure in callout_schedule() that I've been getting.
2004-03-30 19:58:14 +00:00
christos
99319b80db
Give a 60 day leeway instead of a week when judging if the dumptime is valid.
...
7 days is too short when you are debugging time problems.
2004-03-30 19:52:02 +00:00
mellon
65489ae9e4
Add omapi key.
2004-03-30 19:41:35 +00:00
mellon
15943a0402
If an omapi key is configured, use it.
2004-03-30 19:40:58 +00:00
mellon
40a59b47b4
Add support for OMAPI KEY configuration.
2004-03-30 19:39:39 +00:00
wiz
700791bc6c
Fix date in previous (shouldn't the entry just be removed?).
2004-03-30 16:46:58 +00:00
kochi
3f81329e9c
ECDT support is complete.
2004-03-30 15:51:53 +00:00
kochi
bd130aba8f
Add ACPI ECDT (Embedded Controller Description Table) support.
...
This will enable usage of EC in early stage of ACPI initialization.
2004-03-30 15:18:55 +00:00
tv
fd77b8c8a1
20040330: changes for Interix; in particular, pkg_add(8) no longer sets
...
umask explicitly.
2004-03-30 15:16:17 +00:00
oster
87d110abfa
If we bail out due to an error, we need 'unreserve' the space that
...
we'd reserved earlier.
Approved by: yamt
2004-03-30 14:50:46 +00:00
he
62255c586a
Catch up with the removal of gawk, so that the miniroot builds again.
2004-03-30 13:38:20 +00:00