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
/
macppc
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2003-09-03
Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on
matt
2003-06-25
Bracket the opt_multiprocessor.h #include with #ifdef _KERNEL_OPT.
dyoung
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
2003-06-16
Rename IPL_IMP -> IPL_VM.
thorpej
2003-02-02
Perform a rototill of the powerpc code. Mandate use of SPRG0 to store
matt
2002-07-28
restructure the FPU and AltiVEC code so that it works for MP.
chs
2002-07-05
Peform a rototill over the powerpc-based ports.
matt
2001-06-08
Make macppc compile by default with -Wall -Wmissing-prototype in addition
matt
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-03-22
Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintosh
tsubai
2001-01-14
Make sure everybody has an splvm() and equate it with splimp() (splimp()
thorpej
2000-11-29
Make spl functions no-inline. This saves size and even it runs faster on
tsubai
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-02-11
Change ICU_LEN to 64.
tsubai
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1999-01-11
Count clock interrupts.
tsubai
1998-08-15
Assign my copyrights to TNF.
mycroft
1998-07-18
Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use
is
1998-05-15
Initial import of macppc port.
tsubai