FreeBSD src
Go to file
Bruce Evans 94ca32a3f5 Don't switch from fast interrupt handlers to normal interrupt
handlers if interrupts are nested more than a few (3) deep.  This
only reduces the maximum nesting level by 1 with the standard
drivers unless there is a related bug somewhere, but can't hurt
much (the worst case is returning to hoggish interrupt handler like
wdintr(), but such interrupt handlers hurt anyway).

Fixed a previously harmless race incrementing the interrupt nesting
level.

This should be in 2.1.6 and 2.2.
1996-11-07 03:05:27 +00:00
bin Replace collate_range_cmp call with its code 1996-10-31 07:22:48 +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 The standard .mc files shipped with the new sendmail have an extra divert(0) 1996-11-06 22:30:29 +00:00
games Uncomment static from collate_range_cmp, no more in locale.h 1996-10-31 14:49:40 +00:00
gnu Not hang in the downcase routine. 1996-11-05 23:35:16 +00:00
include Remove collate_range_cmp 1996-10-31 14:41:30 +00:00
lib Document that the `old' count is returned for the ENOMEM case. 1996-11-04 17:03:34 +00:00
libexec Correct the ancient paths here in case someone ever uncomments this again. 1996-11-05 05:13:39 +00:00
lkm Prepare kernel to take advantage of "branded" ELF binaries. 1996-10-16 17:51:08 +00:00
release Update to XFree86 3.2 1996-11-06 19:15:30 +00:00
sbin Allow fdisk to be driven from a configuration file, making a 3rd-party 1996-11-06 14:08:39 +00:00
secure Fold sendmail-8.8.2 changes into files that have been touched. 1996-10-24 05:07:25 +00:00
share Style changes: $(...) --> ${...}, consistent placement of -c. 1996-11-07 01:46:47 +00:00
sys Don't switch from fast interrupt handlers to normal interrupt 1996-11-07 03:05:27 +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 add PATH variable 1996-11-05 07:24:48 +00:00
usr.sbin The standard .mc files shipped with the new sendmail have an extra divert(0) 1996-11-06 22:30:29 +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