tsutsui
45bf2b518d
Add const and fix for -Wshadow.
2005-06-04 06:07:01 +00:00
tsutsui
aa700c4c4e
Add const.
2005-06-04 06:05:38 +00:00
tsutsui
0ba76117d2
Fix config_rootfound() arg.
2005-06-04 06:03:23 +00:00
tsutsui
d8cd8ed200
fkbyte() is in locore.s and accoring to its description it's used
...
only for work around unexplained transient bus errors when reading
the VME interrupt vector in vmeintr4m(), so change the prototype
declaration of fkbyte() in vmeintr4m() to appease gcc -Wcast-qual.
2005-06-04 04:59:18 +00:00
tsutsui
5304f91e7a
Add const.
2005-06-04 04:40:57 +00:00
tsutsui
d922af0c4b
Remove an unneeded cast to appease gcc -Wcast-qual.
2005-06-04 04:39:34 +00:00
tsutsui
435d547a7c
Add const.
2005-06-04 04:37:21 +00:00
tsutsui
b22c03af41
Fix a shadowing variable.
2005-06-04 04:35:27 +00:00
tsutsui
678f8e2213
Fix for gcc -Wshadow.
2005-06-04 04:34:49 +00:00
tsutsui
b46aab6178
- Add const.
...
- Remove parameter names from prototype declarations.
2005-06-04 04:34:12 +00:00
tsutsui
7b7c4cbf2d
Fix for gcc -Wcast-qual.
2005-06-04 04:32:11 +00:00
chris
5b9528a66b
Fixes for -Wshadow and -Wcast-qual
2005-06-04 00:47:18 +00:00
chris
59c9d1d55f
Add const
2005-06-04 00:44:13 +00:00
wiz
2b67bf1d7d
Bump date for previous.
2005-06-04 00:39:26 +00:00
rjs
eb57d41c7d
Add const.
2005-06-03 23:56:55 +00:00
chris
f483ac7a05
de-__P and ansify some functions.
...
Also add a const.
2005-06-03 23:42:50 +00:00
chris
380f472df6
Remove long dead max_processes variable and PMAP_STATIC_L1S from config
...
files.
These options haven't been needed since the arm pmap was switched to using
domains.
2005-06-03 23:28:40 +00:00
chris
9ac437d950
Add easy to build kernels for booting from ABLE. Long term it would be
...
nice to make ABLE the default, as cats machines can take 256MB of RAM with
recent ABLE firmware.
(Note they just include GENERIC/INSTALL as appropriate and add ABLE
options)
2005-06-03 23:27:22 +00:00
chris
d055419db5
Add const, fix -Wcast-qual and fix shadow warning.
...
Also add some tracing I used to debug booting issues with ABLE.
2005-06-03 23:19:48 +00:00
rjs
4b004b321d
Add const.
2005-06-03 23:07:20 +00:00
tsutsui
e392fd287f
Remove __P() and parameter names from a prototype declaration.
2005-06-03 23:05:46 +00:00
rjs
4e4eb31ee6
Add const.
2005-06-03 23:04:16 +00:00
tsutsui
38825830c7
Appease gcc -Wcast-qual.
2005-06-03 23:03:59 +00:00
manu
311dff8be0
Missing 0th element in rm_idtype2doi array
2005-06-03 22:27:06 +00:00
martin
32c7c3a692
Sprinkle some const
2005-06-03 22:17:18 +00:00
martin
14fb304246
Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings.
...
Sprinkle some const.
2005-06-03 22:15:49 +00:00
martin
a3c4cc0039
Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings.
...
Sprinkle some const.
2005-06-03 22:15:48 +00:00
tsutsui
296114a214
Add const.
2005-06-03 22:06:24 +00:00
tsutsui
1c7cc9a05d
Fix shadowing variable warning.
2005-06-03 22:05:25 +00:00
tsutsui
b19cbdb15a
Adapt to ddb constification.
2005-06-03 22:04:27 +00:00
tsutsui
9eb856b0da
- Adapt to ddb constification.
...
- Add const.
2005-06-03 22:03:51 +00:00
tsutsui
6df30aa4a7
Add const.
2005-06-03 22:02:30 +00:00
tsutsui
36ad8ac27a
Add const and fix for -Wshadow.
2005-06-03 22:01:01 +00:00
tsutsui
77ba4e3671
Add const.
2005-06-03 21:57:16 +00:00
martin
782608e87b
Sprinkle some const
2005-06-03 21:40:56 +00:00
matt
8d53551666
cleanup const/volatile/shadowing
2005-06-03 21:38:05 +00:00
tsutsui
5fb18b1aa9
Remove declarations for db_read_bytes() and db_write_bytes().
...
They are in <ddb/db_access.h>.
2005-06-03 21:22:34 +00:00
tsutsui
0716f17835
Constify.
2005-06-03 21:20:51 +00:00
he
64d39af728
Adapt to -Wcast-qual.
2005-06-03 20:58:33 +00:00
wiz
e14c57c8cd
New sentence, new line. Add xrefs to csh and ksh.
...
From jmc@openbsd.
2005-06-03 20:49:12 +00:00
he
8281844d70
Cast the various uses of cache_noop to the proper function pointer
...
type of the target instead of (void*). Appeases -Wcast-qual.
2005-06-03 20:48:28 +00:00
rjs
87f1fd83d8
Add a const.
2005-06-03 20:42:56 +00:00
wiz
649ba88889
Sort options.
2005-06-03 20:32:20 +00:00
wiz
51a21e357b
Add hp700 to supported list. Bump date.
2005-06-03 20:22:45 +00:00
rjs
94bb1f54c7
Add a const.
2005-06-03 20:16:27 +00:00
rjs
7361c5b6f6
Remove a shadow declaration.
2005-06-03 20:15:59 +00:00
martin
9359910b36
Regen (with proper consts)
2005-06-03 19:04:10 +00:00
martin
424bc46318
Make the output proper constified.
2005-06-03 19:03:46 +00:00
martin
172ecdbad8
Avoid a global name "netmask" - it causes lots of shadow warnings all over
...
the place. Collect all interrupt masks into a single array instead.
Constify a bit and fix a bogus argument to config_rootfound().
2005-06-03 19:02:33 +00:00
martin
149336137f
Constify
2005-06-03 18:58:40 +00:00