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
/
mips
/
include
/
profile.h
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-03-05
ANSIfy.
simonb
2002-02-05
Don't put `frompc' into a0 in the delay slot of the __mcount
thorpej
2000-07-18
Use spl*_noprof routines to raise and lower spl for kernel profiling.
jeffs
2000-05-25
Fix kernel profiling so that it actually works:
simonb
2000-03-28
Don't `extern' function declarations. While we're there, remove trailing
simonb
1998-09-11
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
jonathan
1997-11-05
asm -> __asm__
thorpej
1997-10-18
Make the __mcount entrypoint non-static for kernels, to avoid any
jonathan
1997-07-20
Use __attribute__((unused). From Chris G. Demetriou <cgd@pa.dec.com>.
jonathan
1997-07-19
Add pointer to _mcount to avoid bogus warnings about unused static function.
jonathan
1996-11-11
Change "___mcount" -> "__mcount" in asm() code in arch/mips/include/profile.h.
jonathan
1995-05-31
Change reference in asm code from ``__mcount'' to ``___mcount'', to be
jonathan
1995-03-28
KERNEL -> _KERNEL
jtc
1994-10-26
new RCS ID format.
cgd
1994-05-27
bsd 4.4-lite pmax port as ported to NetBSD
glass
1994-05-27
upgrade to bsd 4.4-lite code base. only mod is rcsids
glass
1993-10-12
pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
deraadt