NetBSD/sys
mycroft f3f36d8fc4 Remove __DO_NOT_DO_WEAK__. We have enough weak symbols in libc for this to be
useful; it at least prevents namespace problems with third party code.
1999-08-19 03:04:50 +00:00
..
adosfs Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
arch Add umodem; fixes kernel build error.. 1999-08-18 23:34:27 +00:00
coda Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
compat Regen. 1999-08-16 19:13:29 +00:00
conf Modify VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE so that they don't 1999-08-18 01:34:27 +00:00
ddb
dev after bus_dmamem creating some memory, zero it out. This has stopped 1999-08-19 00:43:45 +00:00
filecorefs Fix compiler warning. 1999-08-18 22:01:53 +00:00
gdbscripts
ipkdb
isofs Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup(). 1999-08-04 18:40:47 +00:00
kern Remove the prototype for settime(), it is in "sys/time.h" now. 1999-08-16 18:53:55 +00:00
lib Remove prototype for find_inode(). 1999-08-19 00:19:16 +00:00
lkm
miscfs Fin uninitialized variable use noted by Simon Burge. 1999-08-16 21:24:53 +00:00
msdosfs msdosfs_access(): initialize mode to ap->a_mode instead of 0. Fixes PR 7619. 1999-08-16 07:43:12 +00:00
net u_char -> u_int8_t in the IPv6 goo. 1999-08-10 18:16:07 +00:00
netatalk
netccitt
netinet fix sototcpcb(). this sometimes caused panic on OOB data reception. 1999-08-12 16:04:52 +00:00
netinet6 typo fix (from koji@dti.ad.jp). 1999-08-14 19:17:19 +00:00
netiso
netkey sync with recent KAME. 1999-07-31 18:41:15 +00:00
netnatm
netns
nfs Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
ntfs Make it compile with DIAGNOSTIC. 1999-08-18 16:25:52 +00:00
stand
sys Remove __DO_NOT_DO_WEAK__. We have enough weak symbols in libc for this to be 1999-08-19 03:04:50 +00:00
ufs Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup(). 1999-08-04 18:40:47 +00:00
uvm In uvm_anon_init() and uvm_anon_add(), initialize the ref count lock. 1999-08-14 06:25:48 +00:00
vm
Makefile