NetBSD/sys
cgd eef7b263f1 remove GENERIC_NFS, because:
(1) right now GENERIC can boot via NFS, and
	(2) in the long run, GENERIC should autodetect network booting
	    and pick the correct root device.
Because of (1), GENERIC_NFS is no longer _needed_ in the short term.
Because of (2), GENERIC_NFS is not _wanted_ in the long term.
1996-06-12 02:00:10 +00:00
..
adosfs
arch remove GENERIC_NFS, because: 1996-06-12 02:00:10 +00:00
compat Many bug fixes... These now work well enough for vi, ksh, csh, stty etc. 1996-06-05 19:27:41 +00:00
conf
ddb
dev Try to avoid collisions with reselection when starting a new selection. 1996-06-11 05:15:32 +00:00
isofs/cd9660
kern Protect vnode when updating for started IO on buffers. 1996-06-11 11:15:36 +00:00
lib locc() is unused. Remove it from the machine-independent kernel interface. 1996-06-10 15:33:33 +00:00
miscfs Add a missing PHOLD()/PRELE() pair. 1996-06-11 01:49:38 +00:00
msdosfs
net Initialize sc_unit in the right place, a'la if_sl.c. Thanks to 1996-06-05 23:20:49 +00:00
netccitt
netinet
netiso
netns
nfs fix two bugs (the latter potentially fatal) in xdr_string_encode(): 1996-06-07 00:48:10 +00:00
scsi In sddump(), don't check the SDEV_MEDIA_LOADED bit of the device, since 1996-06-04 23:12:14 +00:00
stand
sys note that m_get/MGET and friends, and M_PREPEND will never fail if M_WAIT 1996-06-10 23:55:39 +00:00
ufs
vm Make v_swpin & v_swpout tick. 1996-05-29 21:20:11 +00:00
Makefile