index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
include
/
psl.h
Age
Commit message (
Expand
)
Author
2021-11-02
In order to prevent _mcount() from being recursively called when built with C...
ryo
2016-05-18
Fix (unused) pstate mask bits in tstate and comment.
nakayama
2011-08-28
apply some always_inline attribute to setpsr and spl*. while i am
mrg
2011-07-16
Bring some fixes and minor differences from sparc64 version.
nakayama
2011-07-15
BLOCK_SIZE->SPARC64_BLOCK_SIZE
riz
2009-05-16
Add memory clobbers to the inline assembler modifying/testing the %psr
martin
2007-02-19
remove a redundant variable from spl0().
mrg
2007-02-16
Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts
ad
2006-12-26
Define ipl_t as uint8_t so that it can be packed into a word with a lock
ad
2006-12-21
merge yamt-splraiseipl branch.
yamt
2006-05-04
implement splraiseipl() for sparc.
yamt
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-19
Remove some unused definitions.
thorpej
2005-06-19
- Do away with the old _SPLRAISE() template macro. Instead, provide an
thorpej
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-16
Rename IPL_IMP -> IPL_VM.
thorpej
2003-01-14
Define spllowerschedclock().
pk
2002-12-31
Define IPL_SCHED at level 11 and make splsched() use it.
pk
2002-12-06
Start using IPL_* constants from intr.h; phase out PIL_* in psl.h
pk
2001-06-08
Oops, missed in the previous commit: bump PIL_SER to 13 as well.
uwe
2001-06-06
Bump splserial to 13 to support com port on Tadpole and JavaStations.
uwe
2001-04-23
Bump PIL_NET to 7; some sbus network boards use this interrupt level.
pk
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-03-22
sync with sparc64.
mrg
2001-01-14
Make sure everybody has an splvm() and equate it with splimp() (splimp()
thorpej
2000-08-22
Add spllock(). See spl(9) for details.
thorpej
2000-08-21
Make sure we provide splsched() as described in spl(9).
thorpej
2000-06-09
spl0() and spllowersoftclock() return void.
pk
2000-01-21
Move several PIL_* definitions into the scope of LOCORE stuff.
pk
1999-12-15
Add new spl level for tadpole devices splts102.
garbled
1999-08-05
Change spl calls to always raise priority, except for the ones which are
thorpej
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1998-11-26
Add splserial().
pk
1998-02-06
backout previous change.
mrg
1998-02-06
put PIL_CLOCK and splclock together, like the rest..
mrg
1997-11-19
splpmap() is again equivalent to splimp().
pk
1997-03-10
Add getmid
pk
1996-03-31
Add a non-interrupt-priority-lowering version of SPL(). Used by splpmap()
pk
1996-02-09
A few prototype fixes
christos
1996-02-03
Move splbio to level 5.
pk
1996-02-01
LOCORE -> _LOCORE
mycroft
1995-08-13
Replace splnet() with splsoftnet(). Add splnet().
mycroft
1995-03-28
KERNEL -> _KERNEL
jtc
1995-02-23
floppy levels.
pk
1994-11-20
copyright/Id cleanup
deraadt
1994-03-22
splimp >= (splnet or spltty)
deraadt
1993-10-11
stdarg.h, varargs.h, psl.h, autoconf.h: posted patches from torek
deraadt
1993-10-02
Chris Torek's sparc port. Missing lots of things.
deraadt