| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
fa924b7b |
| 23-Jan-2005 |
chs <chs@NetBSD.org> |
move spl*() and IPL_* definitions from psl.h to intr.h.
|
| #
45effccb |
| 27-May-2001 |
is <is@NetBSD.org> |
make the defopted "LEV6_DEFER" work for LKMs, too.
|
| #
09a3dd5f |
| 08-May-2001 |
is <is@NetBSD.org> |
defopt LEV6_DEFER.
|
| #
bf2dcec4 |
| 13-Apr-2001 |
thorpej <thorpej@NetBSD.org> |
Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() is allowed for the protection of data structures used by network devices.
|
| #
d85a75f5 |
| 14-Jan-2001 |
thorpej <thorpej@NetBSD.org> |
Make sure everybody has an splvm() and equate it with splimp() (splimp() is the historical name for this interrupt level, and the historical name is going to go away in the near future).
|
| #
58e7a695 |
| 22-Aug-2000 |
thorpej <thorpej@NetBSD.org> |
Add spllock(). See spl(9) for details.
|
| #
eb20bbc7 |
| 05-Aug-1999 |
thorpej <thorpej@NetBSD.org> |
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 spl
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.
show more ...
|
| #
513959b1 |
| 14-Jun-1998 |
kleink <kleink@NetBSD.org> |
`interupt' -> `interrupt'
|
| #
da0b5bf9 |
| 11-Apr-1998 |
is <is@NetBSD.org> |
amiga_ttyspl -> amiga_serialspl (and keep ttyspl constant at 4 again). (Part of this change slipped in with my last machdep commit; thanks to Matthias Scheler for pointing this out).
|
| #
ff0ad9ca |
| 30-Nov-1996 |
is <is@NetBSD.org> |
Variable spltty a la Jason Thorpe. Needed for the DraCo variant of com.c.
|
| #
ca36ac9e |
| 13-Oct-1996 |
christos <christos@NetBSD.org> |
backout previous kprintf change
|
| #
94683385 |
| 10-Oct-1996 |
christos <christos@NetBSD.org> |
printf -> kprintf, sprintf -> ksprintf
|
| #
a922ebfb |
| 21-Apr-1996 |
veego <veego@NetBSD.org> |
- Cleanup for -Wall and -Wstrict-prototypes
|
| #
ec77f0b3 |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
| #
172b2ced |
| 10-Apr-1994 |
chopps <chopps@NetBSD.org> |
also conform to standard style
|
| #
c1a4ced6 |
| 10-Apr-1994 |
chopps <chopps@NetBSD.org> |
protect against multiple inclusion (and be consitent)
|
| #
28b8a390 |
| 26-Jan-1994 |
mw <mw@NetBSD.org> |
Updated headers from current amiga branch.
|
| #
10e446bf |
| 30-Oct-1993 |
mw <mw@NetBSD.org> |
new tree for amiga, replacing the bogous previous one. SunOS support works for a lot of executables now (static and dynamic).
|
| #
4862b84c |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers (this time on the correct side of the branch), and incorporate recent changes in netbsd-0-9 branch.
|
| #
33e84123 |
| 05-Jul-1993 |
mw <mw@NetBSD.org> |
sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet
sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet. Support for third party SCSI controllers for the A2000 is on its way. The kernel is fully functional (except for a missing ethernet-driver ...). This tree is based on my version #390.
show more ...
|