Go to file
mrg 1d8e4b1210 - share more with the miniroot
- don't use sysinst yet, it's not ready for the sparc, go back to
	  the old miniroot install programs.

- add these programs:
	- pppd (nice to install from an SS2 with local floppy & modem only)
	- bzip2 (media may be bz2'ed in the RFSN future)
	- edlabel (much ligher weight than disklabel)
	- expr (miniroot)
	- hostname (miniroot)
	- netstat (miniroot)
	- sort (miniroot)

- remove these programs:
	- tset (not used)
	- strings (too big now)
	- slattach (who uses slip these days, *really* ?  see pppd addition)
	- disklabel (see edlabel addition)
	- shutdown (have reboot/halt already)
	- sysinst (not using it yet)

- grow the install filesystem a bit more, to facilitate the new programs.

- use gordons libhack stuff, to reduce the size of the install binary.
	- don't need /etc/master.passwd or the {s,}pwd.db files anymore!

- clean up dot.profile a bit.
1999-01-10 13:39:44 +00:00
bin Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions 1999-01-04 16:37:28 +00:00
distrib - share more with the miniroot 1999-01-10 13:39:44 +00:00
etc grow the instfs a little, inline with bootfs changes. 1999-01-10 13:23:37 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu Static buffers are evil. Allocate it dynamically instead. 1999-01-10 00:32:33 +00:00
include remove _ng_sl_*() prototypes; the functions have been dead for nearly 2 years 1999-01-10 02:53:34 +00:00
lib s/vm_offset_t/vaddr_t/ 1999-01-10 08:24:42 +00:00
libexec Restore missing variable declaration with -DRTLD_DEBUG 1999-01-09 18:10:19 +00:00
regress Fix type for LIBCRTEND and order other startup routines to come before 1999-01-10 02:54:12 +00:00
sbin Fix tpyo. 1999-01-10 01:34:37 +00:00
share Fix tpyo. 1999-01-10 01:34:37 +00:00
sys Don't use void pointer for arithmetic. 1999-01-10 13:35:39 +00:00
usr.bin If up for one minute, report "1 min, " not "1 mins,". 1999-01-10 08:19:23 +00:00
usr.sbin Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717 1999-01-04 00:04:04 +00:00
Makefile Don't build domestic bits directly; use the domestic 'build' target 1999-01-05 07:09:58 +00:00