Go to file
cgd d35047f37b Add a primitive driver for the PC-ish Programmable Peripheral Interface
and PC-ish keyboard controller.  (Actually, on alphas, the built-in PPI
(in the SIO) appears to be a lobotomized version of the original, but
i'd not call that a bad thing.)  This driver should eventually handle all
speaker tone requests and keyboard commands, but for now it just maps
the relevant ports and passes them on to the keyboard and mouse drivers,
which are now its children (rather than children of ISA).
1996-11-25 03:26:33 +00:00
bin Fix bug in getopts code where the argument list got truncated. 1996-11-24 20:48:01 +00:00
distrib Update and clarifications (addresses PR#2933). 1996-11-23 21:39:23 +00:00
etc Eradicate all the expr goo by following Charles' example with the i386 1996-11-23 04:22:45 +00:00
games Oy Gevalt, incorrect meter! 1996-11-23 10:40:50 +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 Add a primitive driver for the PC-ish Programmable Peripheral Interface 1996-11-25 03:26:33 +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 Print a warning to stderr if a YP inclusion (`+') specifies a value of 1996-11-24 21:13:27 +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