freebsd with flexible iflib nic queues
Go to file
Søren Schmidt 65e925d16f 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
bin Remove unneeded #include <sys/proc.h>. 1996-11-10 06:13:12 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Added ocol: ppp to the first two examples so that ppp catually requests 1996-11-11 17:27:25 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Add the PPro %cr4 register to the supported registers in the 1996-11-11 19:03:51 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib Parameters for localtime_r() and gmtime_r() definitions changed. 1996-11-11 09:14:24 +00:00
libexec Correct the ancient paths here in case someone ever uncomments this again. 1996-11-05 05:13:39 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Disgusting kludge to make depend rule work again in the fact of 1996-11-09 20:50:23 +00:00
sbin Add mount_msdos(8) reference 1996-11-10 02:21:05 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Turned off -W and -Winline so that the warnings that should be fixed for 1996-11-11 15:49:27 +00:00
sys 1. Avoid a race in scclose(). tty.c has kludges so that the race is 1996-11-11 22:21:03 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Added a missing \ for installing perl modules. 1996-11-10 15:49:49 +00:00
usr.sbin Update to the unreleased mrouted 3.8a . This includes a minor 1996-11-11 03:50:15 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00