christos
c708dfc2ea
some stuff got removed in 5.9
2011-09-06 20:14:35 +00:00
rjs
2f0663d472
Only zero MVGBE_MTU on Orion platforms.
2011-09-06 19:38:23 +00:00
wiz
2a5f867d29
Remove trailing whitespace and use Sx for section crossreference.
2011-09-06 19:22:05 +00:00
joerg
7d5aba78d7
Use static and __dead.
2011-09-06 18:50:32 +00:00
joerg
48ed0846d6
static + __dead
2011-09-06 18:46:35 +00:00
joerg
8751fcdadd
Use __printflike and __dead.
2011-09-06 18:46:21 +00:00
joerg
78eefffb5d
static + __dead
2011-09-06 18:46:03 +00:00
joerg
abb50018a2
ANSIfy, static + __dead
2011-09-06 18:45:49 +00:00
joerg
b47a64d89e
static + __dead
2011-09-06 18:45:21 +00:00
joerg
505c5e5515
Use static and __dead
2011-09-06 18:45:04 +00:00
joerg
a12e209ee8
Mark usage as static and __dead.
2011-09-06 18:44:46 +00:00
joerg
4d7311244b
static + __dead
2011-09-06 18:44:26 +00:00
joerg
60bd81b021
error_count is unsigned, so use %ju
2011-09-06 18:43:41 +00:00
joerg
8f7d1f2721
Use __dead and __printflike. Fix one format string and one error()
...
argument as hinted by the new format string checking.
2011-09-06 18:42:13 +00:00
joerg
1ed141bb41
ANSIfy, static + __dead
2011-09-06 18:35:41 +00:00
joerg
424d701a2a
ANSIfy + __dead
2011-09-06 18:34:57 +00:00
joerg
4a9db21a64
ANSIfy, static + __dead
2011-09-06 18:34:37 +00:00
joerg
be0c033d10
ANSIfy. Sprinkle static and __dead.
2011-09-06 18:34:12 +00:00
joerg
1d57801981
ANSIfy. Sprinkle const and __dead.
2011-09-06 18:33:46 +00:00
joerg
cd57b1ce2a
ANSIfy, static + __dead
2011-09-06 18:33:18 +00:00
joerg
f20d1d233d
Use __dead. Make a bunch of local functions static.
2011-09-06 18:33:01 +00:00
joerg
c8b60166de
ANSIfy + static + __dead
2011-09-06 18:32:26 +00:00
joerg
68168df687
ANSIfy + __dead
2011-09-06 18:32:03 +00:00
joerg
96c339267b
Consistently use __dead and __printflike.
2011-09-06 18:31:44 +00:00
joerg
fb1e3f6f7d
static + __dead
2011-09-06 18:31:22 +00:00
joerg
b480aed3ce
Use static and __dead.
2011-09-06 18:30:56 +00:00
joerg
3500df6f19
Use pid_t directly. Apply static and __dead.
2011-09-06 18:30:38 +00:00
joerg
4d72fc9046
static + __dead
2011-09-06 18:29:35 +00:00
joerg
cfac3cac2b
ANSIfy, static + __dead
2011-09-06 18:28:58 +00:00
joerg
3e796e7d89
static + __dead
2011-09-06 18:28:35 +00:00
joerg
75acfabd7f
Use __dead and __printflike.
2011-09-06 18:28:18 +00:00
joerg
0b82381295
static + __dead
2011-09-06 18:26:55 +00:00
joerg
e7997c0db8
ANSIfy, static + __dead
2011-09-06 18:26:06 +00:00
joerg
d5bd94639a
Consistently use __dead and __printflike.
2011-09-06 18:25:14 +00:00
joerg
f085baab1a
static + __dead
2011-09-06 18:24:43 +00:00
joerg
0487dc01d5
ANSIfy + __dead
2011-09-06 18:24:15 +00:00
joerg
a2f897e7fe
ANSIfy, static + __dead.
2011-09-06 18:19:58 +00:00
joerg
2eacf5d5a2
Mark __menu_initerror as dead in the output.
2011-09-06 18:16:38 +00:00
joerg
f0f23e661a
Move usage and onintr to make them static. Add __dead as needed.
2011-09-06 18:16:01 +00:00
matt
3d901f1f5e
Allocate color appropriate pages.
2011-09-06 16:41:55 +00:00
apb
f11ca724cb
Change foo*) case patterns to foo[0-9]*) in MD MAKEDEV.conf files,
...
as was done earlier today for the MI MAKEDEV.tmpl. There are
also a few instances of slightly different changes in the
case patterns.
2011-09-06 14:40:10 +00:00
jym
f618b3bb0d
Set $SRC_DIR to its default value at the beginning of main() so that
...
usage() can print the correct value even when called early.
2011-09-06 14:13:46 +00:00
jym
ec521efc45
Check that $TGZMODE is true to deduce that the set is extracted
...
from a .tgz instead of checking that $SRC_DIR != $SRC_ARG. These variables
can be modified in different places, so it's less error prone.
2011-09-06 14:08:05 +00:00
apb
99fac48d4f
MAKEDEV dk<n> should create only the dk<n> device, but it previously
...
looped creating everything from dk0 to dk<n>.
Reported by M. Levinson.
Also add comments to cases where MAKEDEV loops creating multiple
devices.
2011-09-06 13:34:44 +00:00
christos
f5cf37944f
move UNIX socket mention in the BUGS section.
2011-09-06 11:31:47 +00:00
jmcneill
bcb36a3aae
PR# kern/45330: ptrace: signals can alter syscall return values
...
process_stoptrace: defer signal processing to userret, ok christos@
2011-09-06 11:22:42 +00:00
jmcneill
9d23e265dd
Set the /AUDIO digital converter control bit for non-PCM streams
2011-09-06 11:14:17 +00:00
apb
4bf21f27b6
In most case patterns, change foo*) to foo[0-9]*). There are also
...
a few where foo*) changes to foo|foo[0-9]*) or some other slightly
more complex pattern.
This should prevent "MAKEDEV foobar0" from accidentally matching
the foo* pattern when it should really give an error, and it
should make the order of the patterns less critical.
2011-09-06 10:54:03 +00:00
jmcneill
f615e3051d
For AC3, set the Non-PCM bit in the stream format structure used in the
...
stream descriptors & codec config.
2011-09-06 10:48:28 +00:00
apb
43a361ba82
regen for "-u" option and dtv device.
2011-09-06 10:27:07 +00:00