NetBSD/sys
he ac898acfa7 Rename an inner variable shadowing the 'v' parameter to appease -Wshadow. 2005-06-08 22:38:16 +00:00
..
altq add a missing const. 2005-06-06 02:49:15 +00:00
arch Rename an inner variable shadowing the 'v' parameter to appease -Wshadow. 2005-06-08 22:38:16 +00:00
coda - sprinkle const 2005-05-29 21:05:25 +00:00
compat Remove __P() and parameter names from a prototype declaration. 2005-06-03 23:05:46 +00:00
conf Sometimes .BEGIN target is not wanted - eg in sub-make's. 2005-06-07 18:11:34 +00:00
crypto Constify, to make it compile (at least). 2005-06-03 11:31:57 +00:00
ddb make the argument of db_write_bytes const (sorry for the signature change) 2005-06-01 15:57:23 +00:00
dev Add __UNVOLATILE() to a cast when calling memset() to appease -Wcast-qual. 2005-06-08 22:33:56 +00:00
dist pf_reassemble: clear stale csum_flags. 2005-06-08 11:50:46 +00:00
fs - rename variables to avoid shadowing. 2005-05-29 21:00:29 +00:00
gdbscripts nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ipkdb nuke trailing whitespace 2005-02-26 22:58:54 +00:00
kern Thou shalt not allocate PAGE_SIZE automatic variables on the kernel stack. 2005-06-08 07:25:12 +00:00
lib Re-sync with libc version of memcpy_arm.S, which has deals correctly 2005-06-02 08:20:53 +00:00
lkm Use TOOL_GENASSYM. 2005-05-30 18:33:15 +00:00
miscfs rename delay. 2005-05-30 22:13:50 +00:00
net Since we decided "const struct mbuf *" would not do the right thing (tm), 2005-06-06 06:06:50 +00:00
net80211 Unconst sysctl_query... hi atatat 2005-05-30 04:16:56 +00:00
netatalk sprinkle const. 2005-05-29 21:52:30 +00:00
netccitt Sprinkle const. 2005-05-29 21:53:52 +00:00
netinet tcp_input: don't overload opti.ts_ecr. 2005-06-06 12:10:09 +00:00
netinet6 Change the first argument of the encapsulation check function from 2005-06-02 15:21:35 +00:00
netipsec Since we decided "const struct mbuf *" would not do the right thing (tm), 2005-06-06 06:06:50 +00:00
netisdn quell cast-qual and shadow warnings 2005-06-01 18:07:04 +00:00
netiso - use memcpy instead of bcopy. 2005-05-31 01:37:06 +00:00
netkey - sprinkle const 2005-05-29 21:29:43 +00:00
netnatm nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netns nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netsmb sprinkle const, remove casts. 2005-05-29 21:26:27 +00:00
nfs - sprinkle const 2005-05-29 20:58:13 +00:00
opencrypto Sprinkle const. 2005-05-29 21:23:17 +00:00
stand
sys Since we decided "const struct mbuf *" would not do the right thing (tm), 2005-06-06 06:06:50 +00:00
ufs remove (long) cast on bpref, which is daddr_t 2005-06-06 17:10:25 +00:00
uvm Make sure state.end has a valid initial value. 2005-06-07 22:02:48 +00:00
Makefile