NetBSD/sys
perseant c588aaf55f Make changes that will allow an LFS filesystem to be used as the root
filesystem.  In particular,

- Fix mknod deadlock, described in PR 8172.
- Enable lfs_mountroot.
- Make lfs_writevnodes treat filesystems mounted on lfs device nodes properly,
  by flushing that device rather than trying to add blocks to the device inode.

This, in combination with lfs boot blocks, will allow operation of an all-lfs
system.
1999-09-03 22:48:51 +00:00
..
adosfs Revoke revoke(2) bug. 1999-08-19 03:42:23 +00:00
arch A small fix to save such a configuration of MAXINE with TC framebuffer 1999-09-03 10:19:40 +00:00
coda Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
compat Update for new msgctl()/semctl()/shmctl() calls. 1999-08-25 04:52:06 +00:00
conf This is the long-awaited "new Tulip driver", a complete, from-scratch 1999-09-01 00:32:41 +00:00
ddb XXX LOCKING XXX of allproc; DDB runs with interrupts blocked, and MD 1999-07-22 21:11:26 +00:00
dev Byte swap the EEPROM words on the PNIC. From Stephen Ma. 1999-09-03 00:24:56 +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 LMREADY: kill the DEBUG message "LKM: try ready" 1999-09-03 17:07:52 +00:00
lib Fix read retry error case. Closes kern/8300. 1999-09-01 02:32:26 +00:00
lkm Spelling. 1999-08-25 00:59:08 +00:00
miscfs Make /proc/self a symlink to /proc/curproc. I've observed Linux programs 1999-09-02 23:33:45 +00:00
msdosfs Revoke revoke(2) bug. 1999-08-19 03:42:23 +00:00
net Move the mtu initialization to arc_storelladdr, so that it will be upped 1999-08-29 20:38:36 +00:00
netatalk
netccitt
netinet fix tcp mss consideration on ipsec operation. 1999-08-27 02:56:14 +00:00
netinet6 sync with kame; typo in comment. 1999-08-26 11:11:51 +00:00
netiso
netkey sync with recent KAME. 1999-08-24 00:46:12 +00:00
netnatm
netns
nfs Wait some seconds after the interface is brought up before packets 1999-09-03 20:06:46 +00:00
ntfs add more items, correct a few sentences 1999-08-30 11:33:41 +00:00
stand
sys Add a new flag, used by vn_open() which prevent symlinks from being followed 1999-08-31 12:30:35 +00:00
ufs Make changes that will allow an LFS filesystem to be used as the root 1999-09-03 22:48:51 +00:00
uvm When handling the MADV_FREE case, if the amap or aobj has more than 1999-08-21 02:19:05 +00:00
vm Garbage collect thread_sleep()/thread_wakeup() left over from the old 1999-07-22 22:58:38 +00:00
Makefile