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
/
i386
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
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
2014-06-12
NPTL: Fix undefined reference to PRIVATE_FUTEX with 2.6.18 kernel
Dan Moulding
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
NPTL: rename __new_sem_* to sem_*
Peter S. Mazinger
2011-05-11
lll: avoid shadow warnings
Bernhard Reutner-Fischer
2010-12-09
nptl: fix Unwind_Resume PLT calls
Timo Teräs
2010-11-11
ntpl: fix static linking by not leaking SSP_ALL_CFLAGS
Natanael Copa
2010-08-05
Revert "nptl i686: fix pthread_cond_wait.S compilation"
Bernhard Reutner-Fischer
2010-08-05
nptl: fix x86 assembly PIC relocations
Timo Teräs
2010-07-14
nptl: remove superfluous =1 from defines
Bernhard Reutner-Fischer
2010-07-14
nptl i686: fix pthread_cond_wait.S compilation
Roman I Khimov
2010-07-06
nptl: fix buildsys
Bernhard Reutner-Fischer
2010-06-24
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-17
nptl: i386 needs atomic.h for atomic_exchange_acq
Bernhard Reutner-Fischer
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-04-12
nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREAD
Natanael Copa
2010-04-12
nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assembler
Timo Teräs
2010-02-19
more fixes for x86_64 nptl
Austin Foxley
2010-02-19
Fixes to get nptl compiling for x86
Khem Raj
2010-02-17
compile fixes for i386 nptl
Austin Foxley
2010-02-16
mass sync with glibc nptl
Austin Foxley
2009-12-16
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-15
fix typo that sneaked in with 9a7506
Natanael Copa
2009-12-09
nptl: fix old style function declerations
Austin Foxley
2009-12-04
i386 nptl: add missing weak_alias for pthread_cond_signal
Austin Foxley
2009-11-29
don't use __i686 in symbol names as it seems gcc can define it
Austin Foxley
2009-11-27
PIC fixes for hardened
Timo Teräs
2009-10-17
whitespace fixes
Austin Foxley
2009-10-17
libpthread/nptl: core of the "Native Posix Threading Library" for uClibc
Austin Foxley