NetBSD/sys
thorpej 68de7ca719 - Implement vfs_mountroot(). This function is called my main() to
mount the root file system.  If the operator specified the root
  file system type in the kernel configuration file, attempt to
  mount that file system type on the root device.  If the root
  file system type was wildcarded (or unspecified), try all of
  the file systems statically built into the kernel until one
  succeeds.  If no file systems succeed, return an error.  The
  system will recover from this condition.
- Implement vfs_getopsbyname().  This function returns the file
  system ops vector given a file system name.
1997-01-31 02:50:36 +00:00
..
adosfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
arch add 'major' declaration for wd 1997-01-31 02:49:57 +00:00
compat Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:20:58 +00:00
conf nfsclient -> nfs 1997-01-31 02:21:33 +00:00
ddb Define db_onpanic variable; if non-zero, the DDB will be entered when 1997-01-09 05:37:02 +00:00
dev don't clobber IER in cominit(). (suggested by mycroft.) 1997-01-30 19:42:33 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 - Add cd9660_mountroot to cd9660_vfsops. 1997-01-31 02:23:25 +00:00
kern - Implement vfs_mountroot(). This function is called my main() to 1997-01-31 02:50:36 +00:00
lib Initialize `f_offset'. 1997-01-28 09:41:03 +00:00
lkm if we fail to attach, abort before attaching the hook, not after. 1997-01-12 06:06:03 +00:00
miscfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
msdosfs Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
net fix alignment again for m68k 1997-01-15 18:22:35 +00:00
netccitt
netinet ioctl cmd arguments are u_long, not int. Pointed out by 1997-01-29 02:16:23 +00:00
netiso Cast the printf("%ld", sizeof) in eoniphdr to long. 1996-11-23 21:13:18 +00:00
netnatm netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00
netns
nfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
scsi kill use of strchr(); it's moving to libkern 1997-01-18 02:18:47 +00:00
stand
sys Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:35:52 +00:00
ufs add support for noatime mount flag 1997-01-30 09:52:26 +00:00
vm Treat the nswdev == 0 case like the nswap == 0 case; don't panic, just 1997-01-22 07:28:21 +00:00
Makefile netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00