Commit Graph

136817 Commits

Author SHA1 Message Date
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
thorpej
c3fe994ea5 Disable the man subdirs. We don't need them for tree builds, and they
can break the tools builds due to timestamp issues.  Discussed with Luke
Mewburn.
2005-05-30 01:32:44 +00:00
christos
efb6943313 - add const.
- remove unnecessary casts.
- add __UNCONST casts and mark them with XXXUNCONST as necessary.
2005-05-29 22:24:14 +00:00
christos
2c91ca8bd0 - add const
- avoid variable shadowing.
2005-05-29 22:18:25 +00:00
christos
9bb3842990 avoid shadowed variable 2005-05-29 22:16:36 +00:00
christos
cdec0c5e9c Add a const. 2005-05-29 22:16:00 +00:00
christos
a4815f1c7b - remove Static define
- avoid variable shadowing.
2005-05-29 22:15:25 +00:00
christos
2914522ed1 avoid variable shadowing. 2005-05-29 22:13:33 +00:00
christos
57fa3798ac sprinkle const. 2005-05-29 22:12:37 +00:00
christos
d675f4acb4 avoid nested variables 2005-05-29 22:12:26 +00:00
christos
9b1843d7c2 - remove casts [to avoid volatile]
- sprinkle const
- avoid shadowed variables
2005-05-29 22:11:28 +00:00
christos
80f7d2107b - sprinkle const.
- avoid variable shadowing.
2005-05-29 22:10:28 +00:00
christos
fb4b40b7e8 - sprinkle const.
- add XXXUNCONST to the emul_find() pbuf argument free'ing. XXX: this needs
  an api change.
- avoid variable shadowing.
2005-05-29 22:08:16 +00:00
christos
1473b3a0a1 XXX: Remove fishy volatile. 2005-05-29 22:07:02 +00:00
christos
ba7574326e - avoid variable shadowing
- add a lot of const
- remove parameters from functin declarations
2005-05-29 22:03:09 +00:00
christos
3acb3fe622 - Sprinkle const
- Avoid variable shadowing.
- Eliminate some caddr_t abuse.
2005-05-29 22:00:50 +00:00
christos
efc217b18f avoid variable shadowing. 2005-05-29 21:58:41 +00:00
christos
f9aeac0ab7 - sprinkle const
- avoid variable shadowing.
2005-05-29 21:57:49 +00:00
christos
f90bcf3a23 - sprinkle const.
- avoid variable shadowing.
2005-05-29 21:56:35 +00:00
christos
c107ef9edc - sprinkle const
- avoid shadowed variables.
2005-05-29 21:55:33 +00:00
christos
9864c6e2cf Sprinkle const. 2005-05-29 21:53:52 +00:00
christos
5385dfa817 sprinkle const. 2005-05-29 21:52:30 +00:00
christos
2ab31527e2 - avoid shadowed variables
- sprinkle const.
2005-05-29 21:43:51 +00:00
christos
6dbf0e5b0a avoid silly static variables that even caused nesting issues, not to mention
reentrancy concerns.
2005-05-29 21:43:09 +00:00
christos
ea2d4204b6 - add const
- remove bogus casts
- avoid nested variables
2005-05-29 21:41:23 +00:00
christos
00c7362be7 change casts to proper unconst. mark XXXUNCONST 2005-05-29 21:40:27 +00:00
christos
52d3dc717e - remove local copy of hexdigits.
- sprinkle const
- use mem*() instead of b*()
2005-05-29 21:39:21 +00:00
christos
5e5ed54bfe remove stupid hand-rolled loop and kernel conditional. 2005-05-29 21:38:37 +00:00
christos
e73f21e6cb Sprinkle const. 2005-05-29 21:37:02 +00:00
christos
2056c915d2 avoid variable shadowing. 2005-05-29 21:34:23 +00:00
christos
4aeb136dff Add a lot more const. 2005-05-29 21:34:07 +00:00
christos
6bbf0077fc Avoid shadowed variables. 2005-05-29 21:33:01 +00:00
christos
daaa1cae60 avoid shadowed variables. 2005-05-29 21:32:37 +00:00
christos
02e608f6b8 Add lots of const. 2005-05-29 21:31:05 +00:00
christos
8eaf136917 - sprinkle const
- change b*() -> mem*()
- rename shadowed variables.
2005-05-29 21:29:43 +00:00
christos
d276a994d2 - sprinkle const
- remove unnecessary casts
- change some b*() to mem*()
2005-05-29 21:27:45 +00:00
christos
c6c1539491 sprinkle const, remove casts. 2005-05-29 21:26:27 +00:00
christos
f6a2fa578d Fix reversed arguments. Found by -Wcast-qual and removing stupid casts. 2005-05-29 21:26:02 +00:00
christos
273df63602 - sprinkle const
- avoid shadow variables.
2005-05-29 21:25:24 +00:00
christos
8789058cbb Sprinkle const. 2005-05-29 21:23:17 +00:00
christos
333e176687 - sprinkle const
- remove unneeded casts
- use more mem*() instead of b*() funcs.
2005-05-29 21:22:52 +00:00
christos
96c6c0f7f6 Sprinkle const. 2005-05-29 21:19:41 +00:00
christos
b18a38d24a Another volatile wakeup. 2005-05-29 21:19:12 +00:00
christos
af7897eb00 XXX: I don't think this makes sense to be volatile... Remove it. 2005-05-29 21:18:53 +00:00
christos
c42477243e make ltsleep and wakeup* vars volatile. 2005-05-29 21:18:25 +00:00