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
/
Makefile.in
Age
Commit message (
Expand
)
Author
2018-12-14
several patches for uclibc ng
han_mao@c-sky.com
2018-08-10
nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling support
Christophe Lyon
2017-10-01
recvmmsg/sendmmsg: add recvmmsg sendmmsg support.
Guo Ren
2016-10-08
cleanup libc.a
Waldemar Brodkorb
2016-09-26
use a single libc and deduplicate threading code
Waldemar Brodkorb
2016-06-23
libs: install backward compatibility symlinks
Alexey Brodkin
2015-09-15
NPTL: fix CFLAGS for cancellation points
Max Filippov
2015-04-13
buildsys: tweak ucontext_i.h prerequisites
Bernhard Reutner-Fischer
2015-03-17
nptl: fix exclusion of pthread_setconcurrency.c
Bernhard Reutner-Fischer
2014-09-16
buildsys: fix IS_IN_lib*
Bernhard Reutner-Fischer
2014-09-16
nptl: rephrase *.sym handling
Bernhard Reutner-Fischer
2013-03-07
buildsys: Add missing $(SYMBOL_PREFIX) to symbol names
Markos Chandras
2011-10-27
pthreads: fix build when DNS resolver is not enabled.
Bernhard Reutner-Fischer
2011-06-13
ctor/dtor nptl: Fix init and fini function compilation
Khem Raj
2011-06-10
nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enabling
Khem Raj
2011-05-31
NPTL: Fix CTOR_DTOR
Bernhard Reutner-Fischer
2010-09-09
nptl: fix static linking
Natanael Copa
2010-07-14
nptl: remove superfluous =1 from defines
Bernhard Reutner-Fischer
2010-07-14
nptl: x86_64: fix compilation of unwinder
Bernhard Reutner-Fischer
2010-07-06
nptl: fix buildsys
Bernhard Reutner-Fischer
2010-07-06
nptl: fix subdirs handling
Bernhard Reutner-Fischer
2010-07-06
nptl: simplify buildsys
Bernhard Reutner-Fischer
2010-06-30
nptl/errno: Use a separate __errno_location for libpthread.
Khem Raj
2010-06-13
nptl: fix symlinking headers
Bernhard Reutner-Fischer
2010-06-12
nptl: avoid spurious rebuilds of libpthread*.a
Bernhard Reutner-Fischer
2010-06-12
nptl: handle PTHREADS_DEBUG_SUPPORT properly
Bernhard Reutner-Fischer
2010-06-12
nptl: fix race condition when generating libpthread.so
Bernhard Reutner-Fischer
2010-06-11
buildsys: fix clean vs. headerclean
Bernhard Reutner-Fischer
2010-06-08
nptl: fix for !ipv4 && !ipv6
Bernhard Reutner-Fischer
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-22
nptl: fix dynamic initialization of libpthread
Timo Teräs
2010-04-22
nptl: proper soname handling
Natanael Copa
2010-02-23
get rid of extra variables for nptl pregen altogether
Austin Foxley
2010-02-23
improve parallel make behaviour
Austin Foxley
2010-02-22
nptl/headers: Convert the makefile targets into variables.
Khem Raj
2010-02-19
use macro to link ldso to libpthread, so it gets the the right name on 64 bit...
Austin Foxley
2010-02-17
move pthread_barrier_{init,destroy} to sysdeps/pthread
Austin Foxley
2010-02-16
mass sync with glibc nptl
Austin Foxley
2009-12-11
Revert "nptl: make build depend directly on nptl headers"
Austin Foxley
2009-12-09
nptl: make build depend directly on nptl headers
Austin Foxley
2009-11-29
generate nptl headers without a recursive make call
Austin Foxley
2009-11-22
Makefile: fix indentation
Bernhard Reutner-Fischer
2009-10-17
libpthread/nptl: core of the "Native Posix Threading Library" for uClibc
Austin Foxley