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 |
christos
|
bca5926950
|
add a missing const
|
2005-05-30 04:36:16 +00:00 |
christos
|
bb4c90071c
|
- const poisoning
- avoid variable shadowing.
|
2005-05-30 04:35:22 +00:00 |
christos
|
2ccc3ff1e9
|
- add const
- avoid variable shadowing.
|
2005-05-30 04:32:38 +00:00 |
christos
|
1cf5f6f64d
|
add const to a cast.
|
2005-05-30 04:30:56 +00:00 |
christos
|
26f4234ec5
|
- avoid variable shadowing
- add const
|
2005-05-30 04:30:18 +00:00 |
christos
|
097e6576ea
|
- add const
- avoid variable shadow
- do proper UNCONST with XXXUNCONST
|
2005-05-30 04:28:49 +00:00 |
christos
|
a984bbf91a
|
- remove bogus casts
- add more const
|
2005-05-30 04:25:32 +00:00 |
christos
|
a9cf21849d
|
- const poisoning
- eliminate variable shadowing
|
2005-05-30 04:21:39 +00:00 |
christos
|
2f27be7da0
|
- const poisoning
- avoid shadowing
- usbd_trim_spaces was writing to const memory; give it a buffer.
|
2005-05-30 04:20:46 +00:00 |
christos
|
9a118943bd
|
bcopy -> memcpy
bcmp -> memcmp
and remove casts.
|
2005-05-30 04:17:59 +00:00 |
christos
|
b71716c913
|
Unconst sysctl_query... hi atatat
|
2005-05-30 04:16:56 +00:00 |
christos
|
a1f8461e23
|
avoid shadowing of m1
|
2005-05-30 04:16:10 +00:00 |
christos
|
f63d439f2a
|
finish bucket -> kbucket change
|
2005-05-30 04:15:17 +00:00 |
christos
|
0a86a6b05d
|
sprinkle const
|
2005-05-30 04:13:14 +00:00 |
christos
|
5cef1962c4
|
avoid shadowing of "shift"
|
2005-05-30 04:12:41 +00:00 |
simonb
|
238531a04e
|
Deal with extra constiness in ddb.
|
2005-05-30 02:26:17 +00:00 |