index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2003-04-17
i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.
Dale Rahn
2002-12-11
Some people say that "__asm __volatile("")" is not enough.
Artur Grabowski
2002-07-19
Define an IPL_VM and mark IPL_IMP as "not to be used".
Artur Grabowski
2002-06-11
define IPL_STATCLOCK
Artur Grabowski
2002-05-22
Implement splassert. Even simpler than on the sparc.
Artur Grabowski
2002-04-29
Define placeholders for art's splassert() debugging stuff on all arches.
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-14
SMALL_KERNEL -> outline splx
Niklas Hallqvist
2001-12-13
remover registers. bracket spl regions with asm volatiles
Niklas Hallqvist
2001-12-04
New try at a level based irq system.
Niklas Hallqvist
2001-11-18
Revert niklas's broken ICU interrupt handling changes; deraadt@ ok
Aaron Campbell
2001-11-12
Redo the ICU interrupt handling system to better emulate an APIC system.
Niklas Hallqvist
2001-06-24
Define splvm() for arches who don't already provide it, with the same
Miod Vallat
2000-08-05
$OpenBSD$
Niklas Hallqvist
2000-07-06
Change splsoftclock() to raise the spl, instead of lowering it.
Hakan Olsson
1999-07-26
Some people don't have enough RAM in their PCs and expect swapping to
Constantine Sapuntzakis
1999-07-23
From NetBSD; let i386 run audio at a high IPL
Niklas Hallqvist
1996-08-06
splstatclock to splhigh; problem pointed out by gopal
Theo de Raadt
1996-05-25
sync
Theo de Raadt