Go to file
jonathan 56b85b59ae The disk-scanning loop in get_disks() had a magic upper bound of 5.
Replace with MAX_DISKS (size of the array of disk info).

Fixes a problem where sysinst cannot install onto disks rz5 or greater
on pmaxes (which use old SCSI with wired-down scsi devices, even for
GENERIC kernels).
1998-10-31 03:54:44 +00:00
bin Modify to better document getopts. This fixes PR# 704. Much thanks to 1998-10-29 23:23:36 +00:00
distrib The disk-scanning loop in get_disks() had a magic upper bound of 5. 1998-10-31 03:54:44 +00:00
etc A basic /etc/rc.shutdown. Bails out if do_rcshutdown!=YES in /etc/rc.conf 1998-10-29 20:24:56 +00:00
games don't install in /usr/share if NOSHARE is defined 1998-09-29 07:33:20 +00:00
gnu gcc uses "mips" as the config subdirectory and arch-dependent filename 1998-10-31 02:16:38 +00:00
include gdb's shared-lib mapping code in solib.c has #ifdef dependencies on 1998-10-30 05:43:40 +00:00
lib Add .type _sym,@foo for shared libraries 1998-10-31 02:06:01 +00:00
libexec gdb's shared-lib mapping code in solib.c has #ifdef dependencies on 1998-10-30 05:43:40 +00:00
regress Use sigemptyset() to initialize the signal mask for sigaction(). 1998-09-19 21:23:10 +00:00
sbin Run /etc/rc.shutdown when the final shutdown time has come. 1998-10-29 20:12:56 +00:00
share simplify YACCPREFIX rule by using `yacc -o ${.TARGET}' instead of 1998-10-30 11:17:08 +00:00
sys Add code to detect a RealTek 8019 chip, and use the media selection 1998-10-31 01:44:16 +00:00
usr.bin learn more about AMANDA files 1998-10-29 11:11:49 +00:00
usr.sbin Use CPPFLAGS+= for -I addition, not CFLAGS+= 1998-10-30 16:55:13 +00:00
Makefile Only ldconfig if it's there (ELF systems don't use ldconfig). 1998-10-18 20:41:39 +00:00