Commit Graph

136961 Commits

Author SHA1 Message Date
christos 857e3fb66b Add non-tool version of genassym. 2005-05-31 03:48:43 +00:00
christos 3088775912 We need a non-tool version of genassym. 2005-05-31 03:45:42 +00:00
christos 396a749312 Remove externs that nobody uses. 2005-05-31 02:57:58 +00:00
xtraeme f55b68d1bd Add missing const. 2005-05-31 02:56:54 +00:00
xtraeme 9db2752f7e Make this build with "-Wcast-qual -Wshadow". 2005-05-31 02:50:59 +00:00
macallan d2c9943bdd added support for virtual consoles 2005-05-31 02:48:37 +00:00
christos c76e17575e s/buf/sbuf. 2005-05-31 02:37:50 +00:00
christos 49f85b90ec Most of the kernel source now works with "-Wcast-qual -Wshadow
-Wreturn-type -Wwrite-strings -Wswitch" so I am turning them on. There
is going to be a little lossage on some platforms but you can always
compile with "make DEFWARNINGS=no". Tested on sparc64 and i386.
2005-05-31 02:25:39 +00:00
thorpej c4bf9a57c0 Describe TOOL_GENASSYM. 2005-05-31 02:25:36 +00:00
christos bf55d99961 revert previous and fix LLADDR instead. 2005-05-31 01:48:22 +00:00
christos 6c547ba0c6 change casts back to char * and explain why. 2005-05-31 01:47:24 +00:00
christos 67f72d9fc5 use const cast. 2005-05-31 01:43:36 +00:00
christos 3ebd13b60c - use memcpy instead of bcopy.
- constify.
2005-05-31 01:37:06 +00:00
christos f69f7eea28 add missing const 2005-05-31 00:57:07 +00:00
christos 6334595660 - sprinkle const
- change to ansi prototypes
2005-05-31 00:55:45 +00:00
christos 69809b648c - sprinkle const
- convert to ansi prototypes.
2005-05-31 00:54:57 +00:00
christos be19dad5b6 - sprinkle const
- remove parameter names from function declarations
2005-05-31 00:54:05 +00:00
christos c7adb6dca7 - sprinkle const
- avoid shadowed variables
2005-05-31 00:53:02 +00:00
christos 962a880036 add a const and remove bogus casts. 2005-05-31 00:52:24 +00:00
christos 567dd2f4cd Deal with the fact that time is volatile and todr_*() are not. This needs
to be fixed properly.
2005-05-31 00:51:57 +00:00
christos 1a18f24f3c - sprinkle const
- avoid variable shadow
2005-05-31 00:50:28 +00:00
christos a38d2d274a sprinkle const. 2005-05-31 00:49:42 +00:00
christos 3e8958bef3 remove bogus cast. 2005-05-31 00:49:12 +00:00
christos 7e60536d55 add missing const. 2005-05-31 00:48:57 +00:00
christos 309409f7e4 add a missing const. 2005-05-31 00:47:54 +00:00
christos 8bbce26c81 sprinkle const. 2005-05-31 00:47:05 +00:00
christos eb3c841970 fix handling of volatile and remove bogus casts. 2005-05-31 00:46:46 +00:00
christos 6b23a10118 avoid variable shadow. 2005-05-31 00:46:05 +00:00
christos 1475e6ed5c - add const
- avoid variable shadow
2005-05-31 00:45:52 +00:00
chs b0a8a83e7b remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them. 2005-05-31 00:45:02 +00:00
christos 87de4cecc4 add a missing const 2005-05-31 00:43:56 +00:00
christos a7c4860a95 fix shadowed variable 2005-05-31 00:43:17 +00:00
christos 94984f467b - fix 32 -> 64 pointer casts properly.
- add const
- fix shadow
2005-05-31 00:42:37 +00:00
christos 805ebc54c2 - add const
- fix shadowed variables
2005-05-31 00:42:10 +00:00
christos d2dc83130f - add const
- avoid shadowed variables.
2005-05-31 00:41:09 +00:00
chs 6cefe93bda adapt to const changes. 2005-05-31 00:40:17 +00:00
thorpej db352e3490 Use TOOL_GENASSYM. Part of PR toolchain/30350 2005-05-30 23:30:57 +00:00
thorpej b1688b2767 Add a -f option to generate Forth code instead of a C header file.
Part of PR toolchain/30350.
2005-05-30 23:27:29 +00:00
chs 3f15e64c3c rename "kbucket" to "kmembuckets", for greater clarity.
don't forget to update vmstat this time.
2005-05-30 23:04:53 +00:00
chs a38226d23a regen 2005-05-30 23:00:39 +00:00
chs 3f12eda6dc track change to swapctl args in kern/syscalls.master. 2005-05-30 22:59:55 +00:00
christos b85712859a add const. 2005-05-30 22:18:41 +00:00
christos 78abf18aa2 avoid shadow variable "stamp" 2005-05-30 22:18:19 +00:00
christos ed88e61d2f avoid shadow variables. 2005-05-30 22:17:47 +00:00
christos f1faf37485 Add const. 2005-05-30 22:17:11 +00:00
christos b494026ec2 remove unneeded casts. 2005-05-30 22:17:03 +00:00
christos d4268da6a0 add const. 2005-05-30 22:16:27 +00:00
christos 05e9e5eae6 rename delay. 2005-05-30 22:15:38 +00:00
christos ee1e2f8883 deal with const cast-aways. 2005-05-30 22:14:52 +00:00
christos 1979e6e175 rename delay. 2005-05-30 22:13:50 +00:00