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
/
lib
/
libpthread
/
arch
/
i386
/
pthread_md.h
Age
Commit message (
Expand
)
Author
2023-05-25
libpthread: New pthread__smt_wait to put CPU in low power for spin.
riastradh
2012-03-02
Avoid getcontext() as it triggers clobbering warnings. Use inline
joerg
2011-02-24
Allow storing and receiving the LWP private pointer via ucontext_t
joerg
2011-01-25
make pthread__sp unsigned long.
christos
2009-05-16
Remove unused code that's confusing when using cscope/opengrok.
ad
2009-03-29
- Make the threadreg code use _lwp_setprivate() instead of MD hooks.
ad
2008-06-23
pthread__threadreg_get: mark it const.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-22
Cheat and add inlines for _atomic_cas_ptr() to work around gcc emitting
ad
2008-02-10
- Remove libpthread's atomic ops.
ad
2007-11-13
Mutexes:
ad
2007-09-24
Resurrect the function pointers for lock operations and allow each
skrll
2007-09-08
- Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead.
ad
2007-09-07
Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_full
ad
2006-03-29
Instead of using hard-coded values for various registers, get them from the
cube
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2004-02-11
Add ucontext conversion macros for an "extra" register set.
nathanw
2003-01-18
delint
christos
2003-01-18
de-lint
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej