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
/
sh3
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-10-27
Fix typo in comment.
uwe
2008-10-27
Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr).
uwe
2008-06-01
Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR.
uwe
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-10
- Remove libpthread's atomic ops.
ad
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2006-01-06
Use PLT for PIC calls to avoid text relocs in the shared library.
uwe
2006-01-04
In PIC code call setcontext(2) via PLT to avoid text reloc in the
uwe
2005-12-31
Adapt to new PIC macros that are now in <machine/asm.h>. Same binary
uwe
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2004-05-28
Fix typo in comment.
uwe
2003-11-20
Do not move incoming paramters to callee-save registers when not
uwe
2003-11-20
Add _INITCONTEXT_U_MD, we need to clean _REG_SR.
uwe
2003-11-20
In pthread__locked_switch set self->pt_uc only when the context is inited.
uwe
2003-11-18
First cut at pthreads MD code for sh3. Based on m68k version.
uwe
2003-11-18
Add necessary symbols.
uwe
2003-11-17
Cause SIGTRAP if NOTREACHED code is reached.
uwe
2003-09-07
Remove possible race condition in upcall recycling.
cl
2003-07-17
Adapt to structure name changes.
nathanw
2003-07-05
Not that the branch in SETC doens't have a delay slot, remove the
uwe
2003-07-05
PIC patch from Valeriy E. Ushakov applied.
marcus
2003-07-05
The field "pt_sleepuc" doesn't exist in struct pthread_st.
marcus
2003-06-23
First bits of SH3 support. Only _context_u.S is implemented (passess
uwe