Go to file
martin 9489d737cd In parallel to the interrupt handler pckbcintr provide two functions
pckbcintr_hard and pckbcintr_soft, which, together, do the same as
pckbcintr. The first is called from the interrupt handler, the second
from a softinterrupt at arbitrary protection level (lower or equal to
IPL_TTY). They pass data via a small ringbuffer.

The new functions are intended for platforms that, due to
hardware/firmware restrictions are not able to make pckbcintr called at
IPL_TTY, like Krups javastations. Using the monolithic pckbcintr on
these plattforms leads to the input handlers for the slot data to be
run at elevated priority, causing various race conditions.
2003-12-12 14:30:16 +00:00
bin Some file systems, like FAT, have no inodes in the ffs sense and don't 2003-12-07 22:42:36 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
dist pull in a set of patches from ntp bk to fix the 2003-12-04 17:22:31 +00:00
distrib Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
doc fss(4). 2003-12-11 11:29:17 +00:00
etc Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
games Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
gnu Needs USETBL or the ms man page comes out wrong. 2003-12-12 06:08:30 +00:00
include Modify the licences of code written by Theo De Raadt from a 4-clause 2003-12-10 12:06:25 +00:00
lib Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
libexec Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
regress .include <bsd.own.mk> so the proper have of CC is defined before we use it. 2003-12-11 22:45:06 +00:00
rescue systrace needs libevent now. 2003-11-29 05:47:51 +00:00
sbin If a disktype was specified, use the disktab information 2003-12-11 12:11:27 +00:00
share Some nitfixes. 2003-12-11 17:00:16 +00:00
sys In parallel to the interrupt handler pckbcintr provide two functions 2003-12-12 14:30:16 +00:00
tools Fix typo. 2003-12-11 14:52:46 +00:00
usr.bin Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
usr.sbin Drop trailing spaces; new sentence, new line; fix width 2003-12-11 17:12:11 +00:00
x11 use X11FLAGS.OS_DEFINES 2003-11-17 05:18:20 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile fix some comments 2003-12-05 22:33:01 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Typo: dependancies -> dependencies. 2003-12-12 12:36:37 +00:00