Go to file
lukem 90028da4e1 Functionality improvements:
- Add `no' keyword, which can be used in the following ways:
	no file-system SOMEFS
	no makeoptions FOO
	no options OPT1[,OPT2[,...]]
	no pseudo-device somepseudo
  This turns off a previous file-system/makeoptions/options/pseudo-device
  entry for the same item.
  Grammar support for 'no device DEV at ATTACH' added, but not
  implemented yet.

Code changes:
- Convert many simple lists to TAILQs
- Convert prefix to SLIST
- Remove argument names from prototypes.
- Don't bother with custom alloc code for hashtables; just use emalloc()
  like everything else.
- Implement ht_remove(), to remove an entry from a hash table.
  Add removed entries to a freelist for later reuse.
- Don't selectbase() devices and pseudo-devices at definition time; instead
  do it at one pass after the config file has been parsed in fixdevis().
- Rename nvhead to nvfreelist; a more apt name...
- Minor code cleanups.
2002-06-05 10:56:17 +00:00
bin Fix a comment: POSIX doesn't specify -h. 2002-05-31 18:54:01 +00:00
crypto check sshd uid/chroot dir on UsePrivilegeSeparation mode, and die if they 2002-05-29 23:54:29 +00:00
dist correct thirdparty RCS tag 2002-06-02 15:50:40 +00:00
distrib `des'' isn't a valid parameter as cipher name. Use `old'' instead as per 2002-06-05 10:00:43 +00:00
etc missing share/man/html4/sgimips 2002-06-03 09:21:24 +00:00
games de-register 2002-06-02 22:17:37 +00:00
gnu Provide a switch to turn off envelope recipient canonicalization. 2002-06-01 22:55:04 +00:00
include forward declaration for struct utmp. 2002-06-02 00:00:27 +00:00
lib Don't use multi-line string literals. 2002-06-05 02:51:03 +00:00
libexec SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
regress Fix off-by one when computing page count in the test file. 2002-06-04 22:17:47 +00:00
sbin Make it possible to see \ in dmesg. 2002-06-05 06:31:21 +00:00
share Note that cs can attach to mainbus on pmppc. 2002-06-05 06:54:23 +00:00
sys Make it possible not to have akbd. 2002-06-05 06:33:18 +00:00
tools Don't try to build toolchain bits for ns32k. 2002-06-05 02:21:49 +00:00
usr.bin - when showing the final progress bar, replace "00:00 ETA" with the 2002-06-05 10:20:46 +00:00
usr.sbin Functionality improvements: 2002-06-05 10:56:17 +00:00
build.sh Remove redundant pattern in case. 2002-06-05 06:27:09 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc
UPDATING Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00