index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
x86_64
Age
Commit message (
Expand
)
Author
2017-07-28
nptl: remove asm from sysdep-cancel.h
Waldemar Brodkorb
2017-01-28
remove PID caching
Waldemar Brodkorb
2016-09-26
use a single libc and deduplicate threading code
Waldemar Brodkorb
2016-07-10
x86_64: use C implementation for pthread_cond_wait/pthread_cond_timedwait
Waldemar Brodkorb
2015-07-22
fix static builds of pthread apps for x86/x86_64
Waldemar Brodkorb
2014-09-20
nptl: remove duplicate vfork() in libpthread
Waldemar Brodkorb
2014-09-16
buildsys: remove now redundant lib placement defines
Bernhard Reutner-Fischer
2014-09-16
buildsys: fix IS_IN_lib*
Bernhard Reutner-Fischer
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2011-05-11
lll: avoid shadow warnings
Bernhard Reutner-Fischer
2011-03-08
nptl: fix compilation on x86_64
William Pitcock
2010-11-11
ntpl: fix static linking by not leaking SSP_ALL_CFLAGS
Natanael Copa
2010-07-14
nptl: remove superfluous =1 from defines
Bernhard Reutner-Fischer
2010-07-06
nptl: fix buildsys
Bernhard Reutner-Fischer
2010-06-24
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-05-03
nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64
Roman I Khimov
2010-05-03
nptl: use arch-specific cancellation routines for x86_64
Roman I Khimov
2010-04-25
nptl: Harmonize objects and headers makefile clean targets
Carmelo Amoroso
2010-04-16
nptl: mark forwarded functions protected
Timo Teras
2010-04-16
Revert "nptl: mark symbols with libc forwarder hidden"
Timo Teras
2010-04-14
nptl: mark symbols with libc forwarder hidden
Timo Teräs
2010-02-19
Get x86_64 compile to succeed.
Khem Raj
2010-02-19
x86_64: compile pthread it's own version of __syscall_error
Austin Foxley
2010-02-19
more fixes for x86_64 nptl
Austin Foxley
2010-02-19
fixes to get nptl compiling for x86_64
Austin Foxley
2010-02-18
x86_64: unify sysdep.h
Austin Foxley
2010-02-16
mass sync with glibc nptl
Austin Foxley
2009-12-16
x86_64: fix up the rest of the includes and aliases for nptl
Austin Foxley
2009-12-16
x86_64: add missing includes to sem_*.S
Austin Foxley
2009-12-16
fix multiple definitions of pthread_once for x86_64
Austin Foxley
2009-12-16
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-11
get x86_64 nptl building
Austin Foxley
2009-12-09
nptl: fix old style function declerations
Austin Foxley
2009-10-17
whitespace fixes
Austin Foxley
2009-10-17
libpthread/nptl: core of the "Native Posix Threading Library" for uClibc
Austin Foxley