Go to file
cgd 335c1af878 move probe and setup code into common functions. always probe (i.e.
even if PCI and the IDs are right), just for sanity, before declaring
success.  Split the single 0x3b0 -> 0x3df allocation into three seperate
ones: 0x3b0 -> 0x3bc (leaving the 4 ports available for lpt),
0x3c0 -> 0x3cf, and 0x3d0 -> 0x3df.  The former chunk has to be split
off if the lpt can exist there, and it's sort-of pretty to have each
group (based on second hex digit) have its own handle.
1996-11-23 06:06:43 +00:00
bin fix the the typos 1996-11-10 23:58:22 +00:00
distrib add /var/log/secure 1996-11-20 04:29:49 +00:00
etc Eradicate all the expr goo by following Charles' example with the i386 1996-11-23 04:22:45 +00:00
games /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
gnu Commit src/gnu/usr.bin/gcc/arch/mips/netbsd.h diffs with minimal 1996-11-17 19:36:51 +00:00
include Add declaration for ttyaction(). 1996-11-14 17:15:16 +00:00
lib Use snprintf instead of sprintf. 1996-11-22 22:04:25 +00:00
libexec After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root") 1996-11-14 19:25:50 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin sparc uses new savecore.c 1996-11-18 11:20:16 +00:00
share Correct two typos. 1996-11-18 22:16:50 +00:00
sys move probe and setup code into common functions. always probe (i.e. 1996-11-23 06:06:43 +00:00
usr.bin don't need to explicitly NUL terminate strings written by snprintf() 1996-11-22 05:34:06 +00:00
usr.sbin Implement '-d directory' option, to override the default of '/'. 1996-11-22 05:37:29 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00