Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Fri Jun 13 21:25:58 PDT 1997
Update of /cvsroot/src/usr.sbin/config
In directory netbsd1:/var/slash-tmp/cvs-serv9121

Modified Files:
        mkswap.c sem.c sem.h 
Log Message:
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).




Home | Main Index | Thread Index | Old Index