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
/
mvme88k
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2005-10-12
Define IPL_SCHED and spslsched(), matching the statclock level.
Miod Vallat
2004-12-24
{e,}intr{cnt,names} bye-bye.
Miod Vallat
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat
2004-01-08
Some splfoo() have raise-if-lower semantics; so introduce raiseipl() which
Miod Vallat
2003-10-11
Nuke trailing whitespace.
Miod Vallat
2003-01-13
Clean up ipl handling: be sure to always return valid levels in getipl(),
Miod Vallat
2003-01-04
Don't define splassert goo if _LOCORE
Miod Vallat
2003-01-03
splassert support for m88k
Miod Vallat
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
2002-02-10
spelling
Theo de Raadt
2001-12-16
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
Miod Vallat
2001-12-13
Support for MVME197 completed. Fix SPL defs.
Steve Murphree
2001-11-21
Lower splvm() level, after discussing with art.
Miod Vallat
2001-08-26
Add prototypes, fix compilation warnings, random style fixes.
Miod Vallat
2001-03-16
More function prototypes.
Miod Vallat
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree