NetBSD/sys/compat/netbsd32
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
..
Makefile
files.netbsd32 Don't defopt COMPAT_NETBSD32 here; it's done in sys/conf/files. 1999-04-24 19:17:33 +00:00
netbsd32.h XSH5: change function signature to `void *sbrk(intptr_t)'. 1999-07-12 21:55:19 +00:00
netbsd32_compat_09.c
netbsd32_compat_10.c
netbsd32_compat_12.c
netbsd32_compat_13.c
netbsd32_compat_43.c fix errors in the copyright on this. 1999-04-14 02:50:38 +00:00
netbsd32_exec.c COMPAT_SPARC32 -> COMPAT_NETBSD32 1999-03-26 04:29:20 +00:00
netbsd32_exec.h
netbsd32_ioctl.c
netbsd32_ioctl.h
netbsd32_netbsd.c Change the semantics of splsoftclock() to be like other spl*() functions, 1999-08-05 18:08:08 +00:00
netbsd32_syscall.h Regen 1999-06-09 04:50:32 +00:00
netbsd32_syscallargs.h Regen 1999-06-09 04:50:32 +00:00
netbsd32_syscalls.c Regen 1999-06-09 04:50:32 +00:00
netbsd32_sysent.c Regen 1999-06-09 04:50:32 +00:00
syscalls.conf
syscalls.master XSH5: change function signature to `void *sbrk(intptr_t)'. 1999-07-12 21:55:19 +00:00