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
/
powerpc
/
include
/
lock.h
Age
Commit message (
Expand
)
Author
2022-02-12
__cpu_simple_lock(9): Omit needless barriers in init.
riastradh
2021-09-13
Fix IBM405 errata 77 workaround for __cpu_simple_lock{,_try}();
rin
2020-03-01
Implement workaround for IBM405 Errata 77 (aka CPU_210), where
rin
2019-11-29
Nix mb_* on powerpc.
riastradh
2017-09-17
more const.
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-09-10
Merge nick-csl-alignment.
skrll
2007-02-09
Merge newlock2 to head.
ad
2005-12-28
inline -> __inline
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-09-26
Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h
nathanw
2000-07-08
Clear the reservation in __cpu_simple_lock_try even if it failed to lock.
tsubai
2000-07-06
Implement powerpc spin lock functions.
tsubai
2000-05-02
Let each platform typedef the new __cpu_simple_lock_t, which should
thorpej
2000-04-29
Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
thorpej