Commit Graph

152314 Commits

Author SHA1 Message Date
tsutsui
012c2679b8 Remove "rnd is EXPERIMENTAL" comments and enable pseudo-device rnd. 2006-10-14 02:07:57 +00:00
tsutsui
7be2856666 Don't specify number of ptys unless it's smaller than default 16. 2006-10-14 02:04:34 +00:00
dogcow
4c85d8a8d6 more super exciting fun unused arguments. 2006-10-14 01:49:20 +00:00
wiz
994a49a16c Comma in enumeration. No dot at end of SEE ALSO. 2006-10-13 21:22:44 +00:00
wiz
88e68e1308 Bump date for previous. 2006-10-13 21:21:47 +00:00
wiz
8da65f288e Sort SEE ALSO. New sentence, new line. 2006-10-13 21:19:08 +00:00
wiz
b2e4ca23f4 Sort sections. Fix Dt argument. 2006-10-13 21:18:18 +00:00
wiz
205b820989 New sentence, new line. config(1), not 8. 2006-10-13 21:17:57 +00:00
wiz
a554e87c15 Remove trailing whitespace. 2006-10-13 21:15:19 +00:00
wiz
ca5812394a New sentence, new line. Drop trailing whitespace. Sort sections.
Use .Er for errors.
2006-10-13 21:14:46 +00:00
wiz
22b0689a70 Bump date for previous. 2006-10-13 21:12:51 +00:00
wiz
ea31caa73b Remove trailing whitespace. 2006-10-13 21:07:34 +00:00
wiz
8ac31fda0f Improve HTML output. 2006-10-13 21:06:51 +00:00
wiz
4cfcd239a1 Various fixes. 2006-10-13 21:06:01 +00:00
wiz
40cde1e14e Make HTML-output safe. Use more macros. 2006-10-13 21:03:22 +00:00
christos
95dcef71ae remove debug options 2006-10-13 21:02:19 +00:00
wiz
2a7aac1421 Sort supported hardware by name. 2006-10-13 21:02:05 +00:00
wiz
ed0fe57dcc Make HTML-output safe. 2006-10-13 21:01:31 +00:00
christos
1dc96a7bd3 merge in 1.787 2006-10-13 21:00:51 +00:00
wiz
1339a7549f Make HTML-output safe. 2006-10-13 20:58:50 +00:00
wiz
af34f948f1 Fix date string. 2006-10-13 20:57:32 +00:00
wiz
a199de4e6f Sort SEE ALSO. 2006-10-13 20:56:54 +00:00
christos
6c265266c5 more __unused 2006-10-13 20:53:59 +00:00
wiz
f90c2de688 Sort SEE ALSO. 2006-10-13 20:53:21 +00:00
wiz
255a629420 No Xr to ourselves. English improvement. 2006-10-13 20:52:57 +00:00
wiz
adc55bc81c No Xr to ourselves. 2006-10-13 20:52:08 +00:00
wiz
a721d64ba8 Sort SEE ALSO. 2006-10-13 20:51:28 +00:00
wiz
8b2626be71 "occurred" with two "r", like the majority of files in this directory already
uses it.
2006-10-13 20:51:05 +00:00
wiz
2bbc82f29e Bump date for previous. 2006-10-13 20:47:42 +00:00
wiz
b7a8d82a23 Sort options in usage. 2006-10-13 20:43:31 +00:00
wiz
dd94284f1e Add -i to usage. 2006-10-13 20:37:10 +00:00
wiz
1bce9c8b5d Remove empty line. 2006-10-13 20:35:38 +00:00
wiz
66402a89e3 Macro improvements. 2006-10-13 20:33:31 +00:00
wiz
5ff4d6db40 ttyaction(3), not 8. 2006-10-13 20:32:05 +00:00
wiz
d20eb91c72 Whitespace nit. 2006-10-13 20:31:27 +00:00
wiz
080ca21e76 New sentence, new line. 2006-10-13 20:30:44 +00:00
wiz
d5714c044f Sort SEE ALSO. 2006-10-13 20:30:16 +00:00
wiz
818a1c08a3 Fix typo in macro. 2006-10-13 20:28:06 +00:00
wiz
f10fc51879 Sort SEE ALSO. 2006-10-13 20:27:42 +00:00
mlelstv
0ce7ae1e3c End a decompression when trailing garbage is found. It emits a warning
message and causes a non-zero exit status (similar to GNU gzip).
Fixes PR bin/33045.
2006-10-13 20:17:46 +00:00
mlelstv
a3ee681f33 Abort decompression with an error when EOF is reached on input. The
test output will then be 'NOT OK'. Fixes PR bin/32933.
2006-10-13 20:16:32 +00:00
macallan
222fbf8824 clear only interrupts we really use, fixes weirdnesses with PCMCIA cards on
my PB3400
2006-10-13 19:48:41 +00:00
dogcow
44603cac1f more unused variable fallout. 2006-10-13 18:28:06 +00:00
tnozaki
65b88fc7e0 PR/30809 added manpages of wcswcs(3) and wcscoll(3), wcsxfrm(3)
(wcs?width and wprintf are already in repository).
2006-10-13 17:28:09 +00:00
dogcow
2023789a40 More -Wunused fallout. sprinkle __unused when possible; otherwise, use the
do { if (&x) {} } while (/* CONSTCOND */ 0);
construct as suggested by uwe in <20061012224845.GA9449@snark.ptc.spbu.ru>.
2006-10-13 16:53:35 +00:00
elad
c136b6cd0d Refactor code a bit so we only use kmem when we really need it. 2006-10-13 16:33:57 +00:00
elad
8c494ca741 Introduce KAUTH_REQ_NETWORK_SOCKET_CANSEE. Since we're not gonna be having
credentials on sockets, at least not anytime soon, this is a way to check
if we can "look" at a socket. Later on when (and if) we do have socket
credentials, the interface usage remains the same because we pass the
socket.

This also fixes sysctl for inet/inet6 pcblist.
2006-10-13 15:39:18 +00:00
tsutsui
498acdb572 Use a non-zero quality for mftb counter. 2006-10-13 14:17:37 +00:00
yamt
e3c9a705bc re_start: fix tx stall. 2006-10-13 11:06:15 +00:00
yamt
04200ace96 re_txeof: fix watchdog timeout. 2006-10-13 11:02:38 +00:00