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 |
christos
|
07d1f24ff5
|
rename delay because it is a function on sparc.
|
2005-05-30 22:13:22 +00:00 |
christos
|
bf6efce58b
|
Remove parameter names from function declarations. Can you spell shadow?
|
2005-05-30 22:12:35 +00:00 |
christos
|
f954cf7e94
|
Add a CLLADDR macro which is the same as LLADDR only const. Make both macros
return void pointers.
|
2005-05-30 22:11:47 +00:00 |
he
|
57ef378309
|
Adapt to recent constification of db_interface.h and db_sym.h.
|
2005-05-30 21:15:28 +00:00 |
wiz
|
8529448f16
|
Comment out too noisy warning.
|
2005-05-30 19:44:03 +00:00 |
thorpej
|
5821e751d0
|
Use TOOL_GENASSYM.
|
2005-05-30 18:33:15 +00:00 |
elad
|
98425e4a9e
|
Warn when failing to load an entry; don't fail the whole process.
|
2005-05-30 18:02:31 +00:00 |
he
|
38e7ca57fc
|
Adapt to constification of sys/ddb/db_interface.h.
|
2005-05-30 17:39:17 +00:00 |
chs
|
5c867a1927
|
wrap the declaration of hppa_cpu_info in #ifdef _KERNEL.
|
2005-05-30 17:15:29 +00:00 |
chs
|
b519d44134
|
adapt to const changes.
|
2005-05-30 16:04:53 +00:00 |
thorpej
|
d93ab54e03
|
Use TOOL_GENASSYM. Part of PR toolchain/30350
|
2005-05-30 16:02:56 +00:00 |