NetBSD/sys
drochner 89be678776 kill the "busname" attach arg for acpi, apm, pnpbios and vesabios,
and pass NULL "print" function pointers to their config_found functions
because they shouldn't be called anyway
2005-06-01 16:49:14 +00:00
..
altq
arch kill the "busname" attach arg for acpi, apm, pnpbios and vesabios, 2005-06-01 16:49:14 +00:00
coda - sprinkle const 2005-05-29 21:05:25 +00:00
compat remove (caddr_t) casts on "const" pointers, and use __UNCONST() 2005-06-01 15:34:15 +00:00
conf Add CWARNFLAGS.<fn> 2005-06-01 00:11:32 +00:00
crypto add a missing const 2005-05-31 00:43:56 +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 kill the "busname" attach arg, it is not really needed 2005-06-01 16:44:38 +00:00
dist - sprinkle const 2005-05-29 21:57:49 +00:00
fs - rename variables to avoid shadowing. 2005-05-29 21:00:29 +00:00
gdbscripts
ipkdb
kern Fix function variable names shadowing global declarations. 2005-06-01 13:12:49 +00:00
lib add missing const 2005-05-31 00:57:07 +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 -Wno-shadow for some pf files. 2005-06-01 14:15:46 +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 need a "const" 2005-06-01 12:27:15 +00:00
netinet6 - avoid shadowed variables 2005-05-29 21:43:51 +00:00
netipsec - Discrepency between malloc / free types with init vector (see free 2005-05-27 22:30:03 +00:00
netisdn
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
netns
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 Declare the second arg of process_write_{fp,}regs() to be const. 2005-06-01 13:01:35 +00:00
ufs s/buf/sbuf. 2005-05-31 02:37:50 +00:00
uvm avoid shadow variables. 2005-05-29 21:06:33 +00:00
Makefile