Go to file
thorpej c61704d37c Remove the code that sets dumpdev, for two reasons:
- It was incorrect.  A dev_t should _never_ be compared against
  NULL, as 0 is a valid value (major 0, minor 0).
- The operator mave have _intentionally_ set dumpdev to "none"
  (i.e. NODEV), and setting it the first time a VBLK swap device
  is added would break the semantics.
setroot() deals with all dump device selection.  Dumps and swap are now
in no way related.
1997-06-16 20:21:55 +00:00
bin add auto-generated token.h to dependancy for ${OBJS}. 1997-06-16 02:42:38 +00:00
distrib add fdisk to install ramdisk 1997-06-15 23:16:33 +00:00
etc Note that you now must have swap entries to satisfy swapctl(8) 1997-06-16 00:58:49 +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 * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin The computed superblock size is bigger than SBSIZE, malloc() enouth 1997-06-16 08:14:38 +00:00
share build installboot.cat8 1997-06-16 13:58:41 +00:00
sys Remove the code that sets dumpdev, for two reasons: 1997-06-16 20:21:55 +00:00
usr.bin improve (slightly) dense wording in the bugs section 1997-06-16 02:13:46 +00:00
usr.sbin Sync "which nlist formats should I support?" with libc's nlist code. 1997-06-15 23:51:09 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00