Go to file
jonathan 8315a3dff0 Add two variants of run_prog() for errors that aren't otherwise handled:
run_prog_or_die() -- aborts  if  system() returns an error.
   run_prog_or_continue() -- prints a  warning that installation may
	have failed but lets the user continue.  Suitable for running mkdir.
1997-11-02 03:45:27 +00:00
bin getoldopt is expect to return -1 (not EOF), so "make it so" 1997-11-01 06:58:44 +00:00
distrib Add two variants of run_prog() for errors that aren't otherwise handled: 1997-11-02 03:45:27 +00:00
etc Changes to pmax MAKEDEV and /dev/ttys: 1997-10-30 04:18:27 +00:00
games use CPPFLAGS instead of CFLAGS 1997-10-26 21:50:53 +00:00
gnu This was never supposed to be here. 1997-10-31 10:23:23 +00:00
include Update for new function renaming nechanism. 1997-10-22 06:59:35 +00:00
lib Add appropriate conformance notice; noticed while fixing PR standards/4351. 1997-11-01 19:10:32 +00:00
libexec use $TMP and $LIST everywhere, remove $LIST upon successful exit 1997-11-02 01:26:10 +00:00
regress getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
sbin Hmmm..fsck_ffs has to really be able to alwasy work, and if you've got 1997-11-02 01:42:44 +00:00
share Add rnd.9 1997-11-01 10:00:36 +00:00
sys Change some debug prints to db_printf(), other minor stuff. 1997-11-02 03:19:18 +00:00
usr.bin correctly detect good vs bad hash mark values. (found by <enami@netbsd.org>) 1997-11-02 00:18:46 +00:00
usr.sbin * rewrite read_line(), partially based on get_line in netgroup_mkdb.c: 1997-11-01 14:24:50 +00:00
Makefile Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00