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
Age
Commit message (
Expand
)
Author
2020-04-12
Pull up following revision(s) (requested by rin in ticket #826):
martin
2020-02-27
Pull up following revision(s) (requested by rin in ticket #736):
martin
2018-11-22
G/C __APCS_26__ support
skrll
2017-07-17
Typo in comment
skrll
2015-04-17
Dummy ia64 support
martin
2015-03-31
We have _REG_SP so use it.
matt
2014-09-19
New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)
matt
2014-09-03
New files for OR1K support
matt
2014-08-10
Preliminary files for AARCH64 (64-bit ARM) support.
matt
2014-03-07
This is no different from the 32bit powerpc one.
matt
2013-08-15
Use the thumb1 versions of sev/wfe for thumb && armv6+.
matt
2012-09-19
Use .inst instead of wfe/sev to shut up gas.
matt
2012-08-16
Add a pthread__smt_wake and add support for it on arm along with
matt
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-18
Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was
njoly
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-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-08-11
Remove unnecessary include.
skrll
2008-07-07
Selector registers are 16-bit and binutils 2.18 insists that only 16-bit
gmcgarry
2008-06-23
pthread__threadreg_get: mark it const.
ad
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-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-10-08
Provide PTHREAD__ASM_RASOPS for alpha.
skrll
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-08
- Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead.
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-04-08
Remove support for NetBSD/{,evb}sh5.
scw
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2007-01-20
fix warning about indirect call without *
christos
2006-07-09
Err, restore the name of pthread__switch_return_point, it is
ross
2006-07-08
Revise for LP64.
ross
2006-07-08
remove unreferenced temporary label
ross
2006-03-29
Instead of using hard-coded values for various registers, get them from the
cube
2006-01-09
I was a bit over zealous with my last change so revert the
skrll
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
2006-01-04
A couple of fixes to make libpthread really shared, i.e. not have text re-
skrll
2005-12-31
Adapt to new PIC macros that are now in <machine/asm.h>. Same binary
uwe
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
[next]