freebsd-skq/sys/isa
sos ee50e1f023 1. Avoid a race in scclose(). tty.c has kludges so that the race is
actually harmless.

2. Fixed code to match comment in scintr().

3. Don't allow even root to take control of the machine when securelevel > 0.
   I've secured the accesses to PSL_IOPL in all drivers and asked pst to
   review it, but he seems to be busy.  Write access to /dev/kmem and
   other critival devices currently leaks across raisings of securelevel
   via open fd's, so there may as well be a similar leak for PSL_IOPL.

4. (Most important.)  Don't corrupt memory beyond the screen buffers if
   the cursor happens to be off the 80x25 screen when syscons starts.

5. Fix console cursor update (not perfect yet).
Submitted by:   bruce
~
1996-11-11 22:21:03 +00:00
..
ic
atrtc.c
fd.c Fix the broken EOF handling in the floppy driver. The most obvious 1996-11-02 23:31:11 +00:00
fdc.h
fdreg.h
joy.c
kbdtables.h
rtc.h
sio.c
sioreg.h
syscons.c 1. Avoid a race in scclose(). tty.c has kludges so that the race is 1996-11-11 22:21:03 +00:00
syscons.h Allow us to enable the 'XT_KEYBOARD' code using a configuration flag. 1996-11-10 16:44:13 +00:00
timerreg.h