NetBSD/usr.sbin/config
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
..
Makefile Be honest about the fact that this program builds only with flex. 1996-11-11 23:36:40 +00:00
Makefile.boot Minor changes to support building on other systems (i.e. SunOS). 1996-11-07 22:59:39 +00:00
config.8 Add `source' and `build' directives, and corresponding options, per discussion 1996-08-31 20:58:16 +00:00
config.h Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
files.c Minor changes to support building on other systems (i.e. SunOS). 1996-11-07 22:59:39 +00:00
gram.y Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
hash.c Minor changes to support building on other systems (i.e. SunOS). 1996-11-07 22:59:39 +00:00
main.c Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
mkheaders.c Add `source' and `build' directives, and corresponding options, per discussion 1996-08-31 20:58:16 +00:00
mkioconf.c Remove remaining vector cruft. 1996-11-11 14:18:49 +00:00
mkmakefile.c Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
mkswap.c Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
pack.c Remove interrupt vector handling. This is done dynamically by all ports now. 1996-08-31 21:15:05 +00:00
scan.l Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
sem.c Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
sem.h Implement new grammar and semantics for specifying file systems 1997-01-31 03:12:30 +00:00
strerror.c Minor changes to support building on other systems (i.e. SunOS). 1996-11-07 22:59:39 +00:00
util.c Add `source' and `build' directives, and corresponding options, per discussion 1996-08-31 20:58:16 +00:00