NetBSD/sys
2001-07-26 07:55:54 +00:00
..
adosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
altq Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
arch implement pmap_k{enter_pa,remove}() correctly. 2001-07-26 02:21:58 +00:00
coda change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
compat make linux_socketcall_argsize[] static const 2001-07-22 13:55:23 +00:00
conf update to 1.5X: removed WILLRELE from vop_mknod and vop_symlink 2001-07-24 15:40:15 +00:00
crypto bzero -> memset, bcopy -> memcpy 2001-07-18 16:50:27 +00:00
ddb allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. 2001-07-01 12:16:25 +00:00
dev Fix 1000BASE-X duplex negotiation. That'll teach me to read the 2001-07-25 22:00:43 +00:00
filecorefs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
gdbscripts
ipkdb
isofs seperate -> separate 2001-07-22 13:33:58 +00:00
kern s/necesary/necessary/ 2001-07-24 16:43:02 +00:00
lib Avoid warnings about uninitialised usage. 2001-07-19 18:55:38 +00:00
lkm change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
miscfs change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
msdosfs seperate -> separate 2001-07-22 13:33:58 +00:00
net do not initialize rmx_mtu on RTM_ADD. 2001-07-26 05:47:37 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netinet allocate ipsec policy buffer attached to pcb in in*_pcballoc, before 2001-07-25 23:28:02 +00:00
netinet6 allocate ipsec policy buffer attached to pcb in in*_pcballoc, before 2001-07-25 23:28:02 +00:00
netisdn bcopy -> memcpy; Nuke bogus local compatibility defines for it. 2001-07-08 10:33:58 +00:00
netiso Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Use SPPDEBUG not TCPDEBUG here 2001-07-08 16:14:22 +00:00
netsmb response', not responce' 2001-06-19 13:45:52 +00:00
nfs change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
ntfs update 2001-07-06 12:38:40 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys update to 1.5X: removed WILLRELE from vop_mknod and vop_symlink 2001-07-24 15:40:15 +00:00
ufs fix spelo 2001-07-26 07:55:54 +00:00
uvm Back out previous -- christos needs to update his lint(1). 2001-07-25 23:05:04 +00:00
Makefile