Go to file
ross de27f1befc Don't bother reading the ELF string table out of a stripped /netbsd[.gz].
In this case, all it has in it are the never-referenced printable names
for the ELF sections themselves. It's located at the end of the (ramdisk)
netbsd.gz file, so it is a very expensive seek and read for only 85 bytes.

Boot floppy load time:

	before:	5 minutes
	now:	3 minutes
1998-06-25 06:45:46 +00:00
bin GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being 1998-06-19 22:58:04 +00:00
distrib regenerate 1998-06-24 08:34:10 +00:00
etc an experiment in OBJDIR support for "make snapshot" for sparc 1998-06-24 08:15:47 +00:00
games Added optional argument for calculating the phase of the moon for a specified 1998-06-13 01:09:22 +00:00
gnu Avoid unnecessary calls to fetch_inferior_registers() by calling 1998-06-16 18:39:04 +00:00
include pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)). 1998-06-22 13:29:43 +00:00
lib Fix pasto; from matt debergalis <deberg@mit.edu> in PR lib/5649. 1998-06-24 19:07:00 +00:00
libexec GLOB_QUOTE is gone; per POSIX, backslash quoting of special characters being 1998-06-21 12:16:35 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Add an unlink (-u) flag so that we can use this for installs. 1998-06-24 19:56:11 +00:00
share Use "/cd" not "/mnt" for CD ROM drive(s), install file "cd", no need to 1998-06-21 16:43:31 +00:00
sys Don't bother reading the ELF string table out of a stripped /netbsd[.gz]. 1998-06-25 06:45:46 +00:00
usr.bin Add -ltermcap. 1998-06-24 14:46:54 +00:00
usr.sbin Stronger checking of options: 1998-06-24 11:20:54 +00:00
Makefile Revert 1.44 and associated changes; you can't prebuild anything without 1998-05-27 06:38:37 +00:00