Go to file
thorpej 07c71aa7f7 Implement new grammar and semantics for specifying file systems
and the root device:

- New "file-system" keyword is used to configure file systems into
  the kernel.
- New way of specifying root device, which allows root file system
  type to always be specified.  Examples:

	config gennetbsd swap generic
	config sdnetbsd root on sd0a swap on sd0b
	config nfsnetbsd root on nfs

  are replaced by:

	config gennetbsd root on ? type ?
	config sdnetbsd root on sd0a type ffs swap on sd0b
	config nfsnetbsd root on ? type nfs
	config lenetbsd root on le0 type nfs

  Note that specific network interfaces may now be specified as
  the root device.
- swapgeneric.c is no longer used; generate a swap*.c file for each
  "config" line in the kernel configuration file.
1997-01-31 03:12:30 +00:00
bin Fix parsing problem introduced in the previous ${10} fix, where $#digit 1997-01-26 18:05:34 +00:00
distrib parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
etc don't need -E to ipf. 1997-01-28 06:33:36 +00:00
games fix typo in Napoleon's name 1997-01-23 06:06:29 +00:00
gnu Don't build games if it's not there. From Matthias Drochner, PR #3130. 1997-01-22 04:19:48 +00:00
include Install md4.h and md5.h 1997-01-30 01:05:58 +00:00
lib Prevent buffer overflow (and thus return of bogus data) when a DNS record 1997-01-31 00:05:59 +00:00
libexec Doh! MAXHOSTNAMELEN, not MAXHOSTNAME 1997-01-29 10:30:14 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin add support for noatime mount flag 1997-01-30 09:56:10 +00:00
share change to reflect actual state of KMEMSTATS changes 1997-01-30 22:11:47 +00:00
sys NFSCLIENT -> NFS 1997-01-31 03:06:06 +00:00
usr.bin let the flat profile ignore symbols specified with -E. 1997-01-30 09:20:55 +00:00
usr.sbin Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00