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
/
lock.h
Age
Commit message (
Expand
)
Author
2022-02-13
sparc: __cpu_simple_lock membar audit.
riastradh
2019-11-29
Nix mb_* on sparc and sparc64.
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-17
Put a sock in it..
ad
2007-02-16
Pacify lint.
ad
2007-02-15
Pacify lint/gcc.
ad
2007-02-11
inline -> __inline
ad
2007-02-09
Merge newlock2 to head.
ad
2006-03-04
De-__P.
uwe
2005-12-28
inline -> __inline
perry
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-03
add the early-clobber modifier on the destination reg of ldstub.
chs
2004-04-20
Turn __CPU_SIMPLE_LOCK_INLINE into !__CPU_SIMPLE_LOCK_NOINLINE, so we don't
pk
2004-04-19
__cpu_simple_lock() isn't a pure function.
pk
2004-04-18
Make inlining __cpu_simple_lock() optional. Add a version with a built-in
pk
2003-12-26
convert __ldstub() from a ({}) macro into a properly static inline function.
mrg
2003-11-16
__cpu_simple_unlock: use __insn_barrier() instead of a "memory" clobber.
pk
2003-11-09
__cpu_simple_unlock: avoid instruction re-ordering by the compiler.
pk
2003-09-26
Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h
nathanw
2000-05-05
Fix for lint during build of libc.
hannken
2000-05-02
Let each platform typedef the new __cpu_simple_lock_t, which should
thorpej
2000-04-30
FIx declaration in __ldstub.
pk
2000-04-29
Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
thorpej
1999-07-27
Make a slight rearrangement in how <machine/lock.h> is included.
thorpej
1999-07-27
Define apporpriate an value for SIMPLELOCK_LOCKED, based on the
thorpej
1999-07-27
Prepend `cpu_' to the machine-dependent atomic locking primitivies.
thorpej
1998-11-04
LOCKDEBUG enhancements for non-MP:
chs
1998-10-05
If a lock is held do not spin in a read/write loop but just read the lock
pk
1998-09-27
sparc spin lock functions.
pk