Commit Graph

137279 Commits

Author SHA1 Message Date
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
martin 277d83ca5a Avoid shadow warnings 2005-06-03 18:55:53 +00:00
martin bf739d0144 Constify 2005-06-03 18:55:12 +00:00
martin 12771d0723 Consistently constify 2005-06-03 18:53:50 +00:00
martin 75cc390f62 Avoid shadow warnings. 2005-06-03 18:52:52 +00:00
matt 7612d7363f Cleanup new warnings... 2005-06-03 18:19:11 +00:00
lukem 1ab5811713 Disable -Wuninitialized on dir.c (until PR 30394 is addressed)
and pass6.c (until PR 30411 is addressed)
2005-06-03 18:02:03 +00:00
lukem 0f422228f9 appease gcc -Wuninitialized 2005-06-03 16:15:46 +00:00
lukem f7e488f953 Don't attempt to use an uninitialized variable when there's no interfaces.
Detected with gcc -Wuninitialized.
2005-06-03 16:13:33 +00:00
elad 0f9ec14004 No need for this one, apparently. Reported by Hisashi T Fujinaka. 2005-06-03 16:12:07 +00:00
rearnsha 2de4086f52 Enable use of the CM1136J-s core module on the Integrator. 2005-06-03 15:56:49 +00:00
rearnsha 80a3b6d023 Very basic support for the ARM1136.
This code takes no advantage of any 'new' features provided by
architecture 6 devices (such as physically tagged caches or new
MMU features), and basically runs the chip in a 'legacy v5' mode.
2005-06-03 15:55:55 +00:00
rearnsha a53d9d9c2a Disable some debugging options, add space for the symbol table. 2005-06-03 15:41:39 +00:00
chs 47a4c9b6ff adapt to const changes. 2005-06-03 15:21:35 +00:00
he c74477c157 Adapt to constification. 2005-06-03 15:18:38 +00:00
tsutsui 3468c784c4 Appease gcc -Wcast-qual by __UNVOLATILE(). 2005-06-03 15:11:14 +00:00
tsutsui c6aa2e9384 Fix shadowing variable warnings. 2005-06-03 15:09:46 +00:00
tsutsui 6404b91841 Adapt to ddb constification. 2005-06-03 15:07:52 +00:00
tsutsui 8ed7f89c57 - constify
- fix shadowing variables
2005-06-03 15:07:12 +00:00
jdc a3f78b1e6c Add a const where we cast a const variable. 2005-06-03 15:06:40 +00:00
tsutsui c036bb51f0 Remove declarations for db_read_bytes() and db_write_bytes().
They are in <ddb/db_access.h>.
2005-06-03 15:06:06 +00:00
tsutsui 03aea31db4 Constify. 2005-06-03 15:04:21 +00:00
tsutsui 65ae0ba36c Adapt to ddb constification. 2005-06-03 15:01:44 +00:00
christos 65c1fa1259 First argument to OF_interpret is const. Remove non-ansi prototype while
here.
2005-06-03 14:35:36 +00:00
christos 91168c6f92 Provide the minimum set of .WAIT barriers, adding explanatory comments.
From Patrick Welche, many thanks.
2005-06-03 14:28:07 +00:00
hubertf 2d4e6a01c0 the case of waitpid() returning an error was already tested, and errno
printed for that case. the tests for the return code don't have errno
set, so don't try to print it.

By Liam J. Foy <liamfoy sepulcrum.org>, posted to tech-userlevel@.
2005-06-03 13:55:04 +00:00
tsutsui 0e24743aa4 Appease gcc -Wcast-qual. 2005-06-03 13:48:38 +00:00
tsutsui d193418bb7 Rename val -> __val in macros to appease gcc -Wshadow. 2005-06-03 13:47:05 +00:00
tsutsui 7e51c57c8d Fix config_rootfound() arg. 2005-06-03 13:45:58 +00:00
tsutsui 2b0a5579d1 workaround for volatile struct timeval time vs todr_*() arg mismatch. 2005-06-03 13:45:28 +00:00
tsutsui faf821f5c5 constify. 2005-06-03 13:44:50 +00:00
jdc 7e31a175ec Remove cast to non-const and make this compile again. 2005-06-03 13:44:11 +00:00
he 1d07c48176 An Elf32_Addr can't be cast to caddr_t without first being cast to intptr_t
without causing a warning (turned into error).  Fixes build problem for amd64.
2005-06-03 13:30:10 +00:00
elad 055b86e224 Don't create duplicate tables for the same device. 2005-06-03 13:21:35 +00:00
blymn b8d51f1d4b Removed verified exec major, now a MI one. 2005-06-03 13:16:02 +00:00
blymn a872e97dcf Remove verified exec major, now a MI one. 2005-06-03 13:15:04 +00:00
scw 7e5638e54e Appease -Wshadow and -Wcast-qual 2005-06-03 13:14:09 +00:00
scw 861b1ff2f6 Appease -Wshadow 2005-06-03 13:02:35 +00:00
scw 312b7ad7d8 Appease -Wcast-qual 2005-06-03 13:01:29 +00:00
ragge 30acc9ce28 Declare string pointers const. 2005-06-03 12:55:44 +00:00
scw 9464c4ee5f Include <arm/bootconfig.h> to get the get_bootconf_option() prototype and
associated definitions, instead of rolling our own.
2005-06-03 12:48:25 +00:00
blymn 2949d9d676 Added veriexec as a MI major. 2005-06-03 12:39:52 +00:00