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
/
x86_64
Age
Commit message (
Expand
)
Author
2011-01-25
make pthread__sp unsigned long.
christos
2009-05-16
Remove unused code that's confusing when using cscope/opengrok.
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-11-13
For PR bin/37347:
ad
2007-09-24
Resurrect the function pointers for lock operations and allow each
skrll
2007-09-11
Fix a dodgy bit of assembly.
ad
2007-09-07
- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().
ad
2007-09-07
Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_full
ad
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2006-01-09
I was a bit over zealous with my last change so revert the
skrll
2006-01-04
A couple of fixes to make libpthread really shared, i.e. not have text re-
skrll
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2004-10-21
Fix thread context switching to take the stack ABI into account.
fvdl
2004-04-23
s/the the/the/ (only in sources that aren't regularly imported from
simonb
2003-11-08
Make register usage more consistent, also in comparison with the i386
fvdl
2003-11-08
Restore %rax correctly during a full context restore (oops).
fvdl
2003-10-20
Correct and simplify computing the return point; just use PC-relative
fvdl
2003-10-19
Make sure the stack stays aligned.
fvdl
2003-09-07
Remove possible race condition in upcall recycling.
cl
2003-07-26
netbsd.org->NetBSD.org
salo
2003-07-17
Adapt to structure name changes.
nathanw
2003-06-26
Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapuc
nathanw
2003-06-26
Remove PT_SLEEPUC and add PT_TRAPUC.
nathanw
2003-06-12
Apply Nathan's switch-away fix.
fvdl
2003-04-17
Catch up with changed struct reg (same as gregs in mcontext now).
fvdl
2003-02-10
Continue at the plain switch return point in pthread__switch, not the
fvdl
2003-01-30
libpthread support for x86_64.
fvdl