Go to file
mrg e7e33e2136 miniroot changes:
install.sub:
	- fix interface grovelling, ifmedia support, allow ifmedia and link
	  to have a "none" (-> "") answer (which lets you give nothing when
	  a default answer is given)
	- allow installing more than one set at a time, including "all" as
	  a synonym for all remaining sets
	- mount -o async when extracting sets
    makeconf.awk:
	- put default "libs" section at the end rather than the start, so
	  you can put other "libs" in before this list
	- minor cleanup

    mtree.conf:
	- create /kern

    sparc install.md:
	- MDSETS are now "kern xbase xcomp xcontrib xfont xserver"
	- use /kern & kernfs (replaces dmesg)
	- replace grep & cut pipe lines with sed
	- replace grep hackery with sed hackery
	- grep and cut are no longer required!  yay!
	- deal with no /usr/bin/vi -- call disklabel -i
	- in md_copy_kern() link the netbsd.GENERIC we got from the kern set,
	  rather than the miniroot kernel
    sparc miniroot list:
	- no more dmesg, cut or grep

sparc ramdisk changes:
    Makefile:
	- `ramdiskbin.conf' is now generated by makeconf.awk
	- don't use libhack's opendir, it breaks
    dot.profile:
	- don't assume terminal is `sun'
	- set EDITOR=ed
	-
    list:
	- instbin -> ramdiskbin to make `makeconf.awk' work
	- CRUNCHSPECIAL those special dirs
	- add our LIBS as necessary

libhack changes:
	- if NOLIBHACKOPENDIR is set, don't build opendir.o
1999-06-27 12:55:58 +00:00
bin PR/7814: Matthias Scheler: shell does not fork for builtins in backquotes, 1999-06-26 16:31:47 +00:00
distrib miniroot changes: 1999-06-27 12:55:58 +00:00
etc the memory disk ('md') driver is just the standard machine-independent 1999-06-27 00:17:31 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include - provide forward struct declarations for all functions. 1999-06-12 18:06:19 +00:00
lib Little nit - major first, then minor. 1999-06-27 12:14:03 +00:00
libexec Remove the .ifdef to compile without optimization on powerpc since the 1999-06-26 20:01:55 +00:00
regress Compensate for fix to PR7761; kernel now clips overly large length 1999-06-19 18:02:06 +00:00
sbin Regularize error reporting of mount_* commands for failure of mount(2) 1999-06-25 19:28:35 +00:00
share Remove the NOPROFILE=1 for powerpc 1999-06-26 20:04:49 +00:00
sys Add the Sbus front-end for the HME driver. 1999-06-27 12:47:52 +00:00
usr.bin Add new option "-n" to disable lock timeout. Patch supplied by "The Man" 1999-06-27 10:00:36 +00:00
usr.sbin Truncate disk names in header to 7 instead of 3 chars, we actually 1999-06-27 12:32:13 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00