NetBSD/sys/arch/alpha
thorpej eb20bbc780 Change the semantics of splsoftclock() to be like other spl*() functions,
that is priority is rasied.  Add a new spllowersoftclock() to provide the
atomic drop-to-softclock semantics that the old splsoftclock() provided,
and update calls accordingly.

This fixes a problem with using the "rnd" pseudo-device from within
interrupt context to extract random data (e.g. from within the softnet
interrupt) where doing so would incorrectly unblock interrupts (causing
all sorts of lossage).

XXX 4 platforms do not have priority-raising capability: newsmips, sparc,
XXX sparc64, and VAX.  This platforms still have this bug until their
XXX spl*() functions are fixed.
1999-08-05 18:08:08 +00:00
..
a12 Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
alpha Add wsmux device. 1999-07-29 19:14:35 +00:00
common Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
compile
conf add file-system NTFS, commented out and marked as experimental 1999-08-05 15:51:36 +00:00
include Change the semantics of splsoftclock() to be like other spl*() functions, 1999-08-05 18:08:08 +00:00
isa completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
mcbus - Add a comment explaining why we probe for MCPCIAs in the shuffled 1999-04-15 22:19:52 +00:00
pci Fix the 16-bytes-of-death bug by generating specific-EOI cycles during 1999-07-30 20:33:43 +00:00
stand set bb_flags to zero; who knows what they were (on disk) previously, 1999-06-14 23:55:29 +00:00
tc - A minimal patch work to make TCWSCONS useful with sfb/zskbd. 1999-08-03 05:30:56 +00:00
tlsb be more consistent about use of 'cputype'. e.g. it's in a header, don't 1999-04-10 01:21:36 +00:00
Makefile
STYLE