Commit Graph

136977 Commits

Author SHA1 Message Date
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
chs
0400611d8a adapt to const changes. 2005-05-30 16:02:09 +00:00
thorpej
749453ad62 This copy of genassym.sh is now obsolete. PR toolchain/30350 2005-05-30 15:56:47 +00:00
thorpej
1fcb464db4 Use TOOL_GENASSYM. Part of PR toolchain/30350 2005-05-30 15:54:30 +00:00
thorpej
deae2cc0cf Add TOOL_GENASSYM. Part of PR toolchain/30350 2005-05-30 15:52:16 +00:00
thorpej
62294d00e3 Build genassym as a host tool. Part of PR toolchain/30350 2005-05-30 15:51:36 +00:00
tsutsui
1c0b1f52ef Don't define zstty as an attribute so that children of zstty (kbd and ms)
are attached properly. Tested on tme.
2005-05-30 15:16:51 +00:00
wiz
1723911d3c Add ranges support to the pkg_* tools. See mail on tech-pkg or
pkg_info(1) for details.
Co-production with dillo@.
Bump PACKAGE_TOOLS_VERSION to 20050530.
2005-05-30 13:10:14 +00:00
tsutsui
3d1c31d7fd Avoid NULL pointer dereference in case of #if NBPFILTER == 0.
Closes PR port-sun3/21699.
2005-05-30 12:46:18 +00:00
martin
0621296675 Close additional file descriptors if we set MSG_CTRUNC in a SCM_RIGHTS
message. From der Mouse in PR kern/30370.
2005-05-30 11:21:11 +00:00
martin
b4a2d78c01 Adapt to constification. 2005-05-30 09:37:40 +00:00
martin
c12108712c Adapt to recent constification. 2005-05-30 09:36:50 +00:00
christos
68a1fbb811 catch up with kernel's constification. 2005-05-30 07:24:31 +00:00
wiz
4b82c3d9f3 Fix replaco in comment. 2005-05-30 06:41:55 +00:00
christos
524267d3f8 It is really pointless to come up with new implementations of the wide string
functions instead of using the narrow string ones. Make this look like
strchr, so that wcschr(L"foo", L'\0') does not return NULL as it should.
2005-05-30 06:00:01 +00:00
jhawk
a74233676c minor updates: vax port kludge is in trace, not kill. spelling.
no 0t output in ps.
2005-05-30 05:58:52 +00:00
christos
ebdc03b439 make the definitions consistent with the declarations. 2005-05-30 04:56:13 +00:00
christos
7ceb7d6ff0 another UNCONST.. 2005-05-30 04:55:35 +00:00
christos
0ffc9b3219 sprinkle more const 2005-05-30 04:45:07 +00:00
christos
7df254d9f7 avoid variable shadowing. 2005-05-30 04:44:52 +00:00
christos
f381db6045 - add missing const
- fix variable shadowing
- remove unneeded casts
2005-05-30 04:43:46 +00:00
christos
74995e2a49 remove volatile that was being cast-away in all its references. 2005-05-30 04:41:57 +00:00
christos
b3c5e8037b add const 2005-05-30 04:37:57 +00:00
christos
06059a46a3 avoid variable shadowing. 2005-05-30 04:36:52 +00:00