Go to file
thorpej 9fec93804a Changes to config(8) to support dump configuration in the wake of the
new swap system.  The dump specification syntax is now more flexible,
and supports constructs like the following:

config netbsd root on ? type ? dumps on ?
	- wildcarded root, fstype, and dump device

config netbsd root on ? type ffs dumps on sd0b
	- wildcarded root, ffs root fs, always dump on sd0b

config netbsd root on de0 type nfs dumps on wd0b
	- mount an nfs root using de0, and write kernel crash dumps
	  to wd0b

Also, garbage-collect some now unused code, now that swap configuration
is no longer handled by config(8).
1997-06-14 04:25:55 +00:00
bin expand HISTORY section a bit. 1997-06-09 09:15:49 +00:00
distrib Add ./usr/include/m68k/param.h 1997-06-10 07:57:05 +00:00
etc use swapctl instead of swapon 1997-06-12 15:18:58 +00:00
games Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
gnu Implement FreeBSD's --fast-read option needed for pkg_add. 1997-06-06 07:59:52 +00:00
include Add support for localized character sets (a.k.a. LC_CTYPE). 1997-06-02 09:52:36 +00:00
lib move swapon() stub here 1997-06-12 22:39:15 +00:00
libexec fix typo; from Saitoh Masanobu in PR misc/3696. 1997-06-03 04:24:25 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin Remove swapon, add swapctl 1997-06-13 19:31:26 +00:00
share Separate access to filesystem and access to raw device, mount 1997-06-13 22:14:58 +00:00
sys Add an extern declaration for dumpspec. 1997-06-14 04:19:48 +00:00
usr.bin Make this compile again, and add support for ext2fs. 1997-06-12 07:45:28 +00:00
usr.sbin Changes to config(8) to support dump configuration in the wake of the 1997-06-14 04:25:55 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00