NetBSD/sys
2006-03-18 18:56:19 +00:00
..
altq
arch Don't put .reginfo into .bss but prepare an independent section for it 2006-03-18 07:29:53 +00:00
coda Add comments explaining how the 3 size variables for venus calls are 2006-03-15 14:30:56 +00:00
compat MALLOC -> malloc 2006-03-18 18:56:19 +00:00
conf
contrib
crypto
ddb
dev Fix eeprom == NULL and size test. 2006-03-18 18:44:16 +00:00
dist don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
fs don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
gdbscripts
ipkdb
kern m_print: fix the previous correctly. 2006-03-18 18:17:19 +00:00
lib Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s 2006-03-11 15:40:07 +00:00
lkm
miscfs Allow optionnal /kern regular files to have custom read methods, the same 2006-03-14 20:47:52 +00:00
net Add a new function called ether_snprintf() which takes an external buffer 2006-03-16 15:57:59 +00:00
net80211 don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netatalk
netccitt don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netinet
netinet6 0 > len ==> len < 0 2006-03-17 23:29:20 +00:00
netipsec
netisdn
netiso
netkey
netnatm
netns
netsmb
nfs Don't use DEBUG, add a new DEBUG_NFS_BOOT_DHCP variable to provide more 2006-03-16 15:55:20 +00:00
opencrypto don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
stand
sys prevent using MALLOC when size is not const. 2006-03-17 23:27:12 +00:00
ufs Fix dead error condition, coverity ID 747. 2006-03-18 13:56:51 +00:00
uvm uvm_km_check_empty: fix an assertion. 2006-03-17 09:37:55 +00:00
Makefile