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
hannken
e94d6cd4a7
Add __unused to unused function arguments.
2006-10-13 10:42:19 +00:00
hannken
1dac4c24ec
More __unused (COMPAT_OSOCK not defined).
2006-10-13 10:29:41 +00:00
hannken
3e0dbf3bc5
Add __unused to unused function arguments.
2006-10-13 10:21:21 +00:00
hannken
a92696acd1
More __unused (NPCPPI == 0 case).
2006-10-13 10:09:36 +00:00
peter
463fbff409
Only compile in pf specific code when pf is configured.
...
Fixes kernel build when ALTQ is configured and pf not.
2006-10-13 09:57:28 +00:00
he
1d78afbff8
Fix set lists so that prop_number_equals_integer.0 is there as well.
2006-10-13 05:03:50 +00:00
wiz
361e86f38f
Bump date for previous.
2006-10-13 00:20:00 +00:00
wiz
f592019bff
Bump date for previous.
...
New sentence, new line.
2006-10-13 00:19:21 +00:00
uwe
bb003f9487
More __unused (in cpp conditionals not touched by i386).
2006-10-12 21:35:00 +00:00
uwe
bdfc8192a4
Add __unused to unused function arguments.
2006-10-12 21:31:29 +00:00
uwe
44b3507820
-Wextra fixes
2006-10-12 21:19:13 +00:00
peter
0f87202ad8
Use another number for JOBS_CLEAR because it clashes with PRIQ_CLEAR.
2006-10-12 21:13:53 +00:00
salo
df733399d6
Add a couple of (mostly) 802.11 related terms, WEP, WPA, EAP, PSK.
2006-10-12 20:47:55 +00:00
dogcow
e0909532c0
even more __unused.
2006-10-12 20:18:19 +00:00
dogcow
e5fd0c244b
more __unused; also, ew, K&R decls.
2006-10-12 20:16:59 +00:00
peter
dd191f37f3
Merge the peter-altq branch.
...
(sync with KAME & add support for using ALTQ with pf(4)).
2006-10-12 19:59:07 +00:00
dogcow
ede54d51fa
more __unused. (hi, christos!)
2006-10-12 19:45:32 +00:00
dogcow
64d163c11c
de-__Pify, ANSIfy, and add __unused where necessary.
2006-10-12 19:28:47 +00:00
thorpej
3b2ca36caa
Appease our stupid lint.
2006-10-12 18:52:55 +00:00
xtraeme
7455ba536b
sigh, another missing __unused.
2006-10-12 17:50:07 +00:00
christos
c3c402ca3b
kill __unused
2006-10-12 16:19:06 +00:00
cube
cdaa7fb3df
Don't do PCI stuff if there is no PCI. PR#31971 by Lubomir Kundrak.
2006-10-12 15:28:30 +00:00
pavel
529cc0c586
Apply patch from Hauke Fath to solve port-mac68k/29049: sysinst did not
...
newfs and mount the target filesystem.
In Hauke's words: "Basically, the mac68k md_make_bsd_partitions() function,
which replaces the MI make_bsd_partitions() because the mac68k port does not
have an on-disk BSD disklabel, neglected to sign up BSD partitions for
newfs'ing and mounting by setting the appropriate flags."
Revert the commit to the install notes (rev. 1.14 of notes/mac68k/prep) which
added a warning and a workaround for this bug, as requested by hubertf in the
PR log.
2006-10-12 12:46:18 +00:00