Commit Graph

137055 Commits

Author SHA1 Message Date
jdc
b6141d5839 Add const (catching up with additions to MI ddb code). 2005-06-01 21:05:36 +00:00
jdc
9e2e82eb16 Fix this properly by renaming the conflicting variables. 2005-06-01 19:45:34 +00:00
drochner
645c942f3b const fall-out, from Patrick Welche 2005-06-01 19:40:58 +00:00
jdc
ee08c5a2f0 Remove extraneous definition of struct llc (found by shadow warning). 2005-06-01 19:38:13 +00:00
drochner
1be856bcd9 adapt to ddb constification 2005-06-01 19:30:11 +00:00
jandberg
6b17417999 regen: wsmux added (enabled only in WSCONS) 2005-06-01 19:16:37 +00:00
drochner
4c60f4d510 one more "const" for multiprocessor, from Patrick Welche 2005-06-01 19:06:24 +00:00
jandberg
bb8b95b1f4 Add wsmux. 2005-06-01 18:55:08 +00:00
drochner
ef59f6d9ce update for acpi busname removal 2005-06-01 18:51:25 +00:00
jandberg
929fa06243 Tell kbd when it is the console keyboard instead of always assuming
it is. Also console keyboard initialization is now made during consinit
instead of autoconf.
Reviewed by <is>.
2005-06-01 18:50:33 +00:00
drochner
6e2d003046 more cast-qual and shadow fallout 2005-06-01 18:41:51 +00:00
drochner
74c3fc01b1 more cast-qual fallout 2005-06-01 18:34:12 +00:00
drochner
4c26f57294 make the argument to prom getenv() cnd the printf() format const
remove variable names from prototypes
2005-06-01 18:32:07 +00:00
elad
9a23dc795f Newline in end of usage. 2005-06-01 18:29:16 +00:00
drochner
ef3bc6e308 quell cast-qual and shadow warnings 2005-06-01 18:21:43 +00:00
drochner
10e0e927de add "const" where needed 2005-06-01 18:18:52 +00:00
drochner
b10340ac93 quell cast-qual and shadow warnings 2005-06-01 18:07:04 +00:00
drochner
d481be4d04 prepend an underscore to local variables in macros, to avoid shadowing
user defined ones
2005-06-01 18:03:50 +00:00
wiz
7aee94451b New sentence, new line; grammar improvements. 2005-06-01 17:33:21 +00:00
sjg
5f60a7de65 Add :Ox for random ordering, based on patch from
Mike M. Volokhov <mishka@apk.od.ua>
2005-06-01 17:17:34 +00:00
drochner
0f412f7917 make this compile after Wcast-qual 2005-06-01 17:05:16 +00:00
drochner
81d2438e71 quell shadow variable warnings 2005-06-01 16:53:51 +00:00
drochner
1334ccff34 cast-qual fallout 2005-06-01 16:53:07 +00:00
drochner
89be678776 kill the "busname" attach arg for acpi, apm, pnpbios and vesabios,
and pass NULL "print" function pointers to their config_found functions
because they shouldn't be called anyway
2005-06-01 16:49:14 +00:00
drochner
a5c2eed454 kill the "busname" attach arg, it is not really needed 2005-06-01 16:44:38 +00:00
drochner
ac2f70360c adapt to ddb constification 2005-06-01 16:36:42 +00:00
drochner
52a8073eb0 adapt to DDB constification, and fix a shadow warning 2005-06-01 16:26:59 +00:00
drochner
286fe4b79f fix cast-qual fallout 2005-06-01 16:17:40 +00:00
drochner
2edb650a91 typo in comment 2005-06-01 16:13:45 +00:00
drochner
8120b42b0e fix constification fallout 2005-06-01 16:13:04 +00:00
drochner
e2897481fa add "const", and spellcheck a comment 2005-06-01 16:11:15 +00:00
drochner
ad96a23ba7 fix typos in comments 2005-06-01 16:09:45 +00:00
drochner
e4b57c0c19 avoid a shadow warning, and fix a pseudo-comment 2005-06-01 16:09:01 +00:00
lukem
d066333b1b Ensure IF is initialized before trying to use it.
Found with -Wuninitialized.
2005-06-01 15:57:40 +00:00
drochner
7005d4ef81 make the argument of db_write_bytes const (sorry for the signature change) 2005-06-01 15:57:23 +00:00
lukem
c76b26e527 Shouldn't use += on a variable that we haven't initialized yet ...
Found with -Wuninitialized.
2005-06-01 15:55:31 +00:00
lukem
818f7c82fa appease gcc -Wuninitialized 2005-06-01 15:51:23 +00:00
lukem
a8ce874400 Ensure rval is initialized before we try to check it; it won't be set
if AL or NN are in use.
Detected with gcc -Wuninitialized.
2005-06-01 15:50:00 +00:00
lukem
5166671bc3 appease gcc -Wuninitialized 2005-06-01 15:41:19 +00:00
lukem
50cde64b47 Mark temp_path volatile so that it won't get clobbered after longjmp.
(Also appeases gcc -Wuninitialized.)
2005-06-01 15:38:32 +00:00
drochner
093f3bf058 remove (caddr_t) casts on "const" pointers, and use __UNCONST()
where arguments are copied to the stackgap
2005-06-01 15:34:15 +00:00
lukem
cfdf050ef3 appease gcc -Wuninitialized 2005-06-01 15:30:33 +00:00
drochner
8aa146cea7 avoid shadow warnings 2005-06-01 15:29:41 +00:00
drochner
5a09c73a94 fix const'ification fallout 2005-06-01 15:28:56 +00:00
lukem
aab85a0fd4 appease gcc -Wuninitialized 2005-06-01 15:25:51 +00:00
lukem
5760da6393 appease gcc -Wuninitialized 2005-06-01 15:12:18 +00:00
lukem
a50c8ab399 Add some sanity checking inspired by gcc -Wuninitialized. 2005-06-01 14:57:22 +00:00
yamt
a45d9db267 -Wno-shadow for some pf files.
IMO there is no point to fix them in our tree.
2005-06-01 14:15:46 +00:00
lukem
a12d17494d appease gcc -Wuninitialized 2005-06-01 14:14:55 +00:00
martin
b19a082161 Add german keymaps 2005-06-01 14:05:25 +00:00