index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpthread
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
use macro to link ldso to libpthread, so it gets the the right name on 64 bit...
Austin Foxley
2010-02-19
1
-1
/
+1
*
|
fixes to get nptl compiling for x86_64
Austin Foxley
2010-02-19
8
-41
/
+5
*
|
Fixes to get nptl compiling for x86
Khem Raj
2010-02-19
3
-3
/
+4
*
|
Fix typo in generated file names.
Khem Raj
2010-02-18
1
-20
/
+20
*
|
i386 unify sysdep.h
Austin Foxley
2010-02-18
1
-157
/
+0
*
|
x86_64: unify sysdep.h
Austin Foxley
2010-02-18
2
-373
/
+0
*
|
nptl: Fix clean target to remove generated files
Carmelo Amoroso
2010-02-18
1
-1
/
+1
*
|
include tcb-offsets.h in sysdep-cancel.h for arm.
Khem Raj
2010-02-18
1
-0
/
+1
*
|
Get new nptl building on SH4
Khem Raj
2010-02-17
10
-6
/
+10
*
|
compile fixes for i386 nptl
Austin Foxley
2010-02-17
16
-446
/
+16
*
|
fix nptl build for sparc
Austin Foxley
2010-02-17
1
-1
/
+0
*
|
move pthread_barrier_{init,destroy} to sysdeps/pthread
Austin Foxley
2010-02-17
5
-1
/
+7
*
|
Fix nptl build for mips
Khem Raj
2010-02-17
3
-2
/
+24
*
|
sparc/nptl: typo fixes
Austin Foxley
2010-02-17
2
-2
/
+2
*
|
sparc/nptl: fix wrong vfork hidden def
Austin Foxley
2010-02-17
1
-1
/
+1
*
|
Add missing lowlevelrobustlock.c
Khem Raj
2010-02-17
1
-0
/
+114
*
|
update nptl gitignore
Austin Foxley
2010-02-17
1
-7
/
+8
*
|
fix typo
Austin Foxley
2010-02-17
1
-1
/
+1
*
|
Assorted fixed to get nptl compiling on ARM
Khem Raj
2010-02-17
19
-62
/
+196
*
|
a few more build fixes nptl sync
Austin Foxley
2010-02-16
6
-25
/
+17
*
|
mass sync with glibc nptl
Austin Foxley
2010-02-16
296
-5383
/
+18461
*
|
sparc/sysdep: Unify sparc sysdep.h
Austin Foxley
2010-02-13
1
-65
/
+0
*
|
arm/sysdep: Unify arm sysdep.h
Khem Raj
2010-02-11
1
-334
/
+0
*
|
mips/sysdep.h: Unify mips sysdep.h
Khem Raj
2010-02-11
2
-412
/
+0
*
|
nptl: sysdep headers update for i386, mips and x86_64
Carmelo Amoroso
2010-02-09
3
-3
/
+3
*
|
nptl: sysdep headers re-factoring
Carmelo Amoroso
2010-02-09
7
-630
/
+0
*
|
TLS_TCB_AT_TP: avoid warning about undef cpp token
Bernhard Reutner-Fischer
2010-02-05
1
-1
/
+1
*
|
pthread_{attr_,}{s,g}etaffinity: cleanup symbol names
Bernhard Reutner-Fischer
2010-02-05
4
-13
/
+10
*
|
Add -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some sources in nptl/libpthread b...
Khem Raj
2010-02-01
1
-0
/
+1
*
|
Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1
Khem Raj
2010-01-25
2
-0
/
+2
*
|
mips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUE
Khem Raj
2010-01-25
1
-4
/
+4
*
|
nptl: timer_routines.c (timer_helper_thread):
Austin Foxley
2010-01-23
2
-8
/
+6
*
|
nptl: need to build generic timer_* functions for x86_64 and sparc
Austin Foxley
2010-01-23
1
-2
/
+1
*
|
nptl: fix a few more old style prototypes
Austin Foxley
2010-01-23
2
-6
/
+6
*
|
Merge commit 'origin/master' into nptl
Austin Foxley
2009-12-19
1
-1
/
+1
|
\
|
|
*
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
2
-4
/
+4
|
*
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-16
8
-21
/
+21
*
|
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
2
-4
/
+4
*
|
x86_64: fix up the rest of the includes and aliases for nptl
Austin Foxley
2009-12-16
12
-11
/
+24
*
|
x86_64: add missing includes to sem_*.S
Austin Foxley
2009-12-16
2
-0
/
+4
*
|
fix multiple definitions of pthread_once for x86_64
Austin Foxley
2009-12-16
2
-4
/
+2
*
|
x86_64: no waitpid syscall exists, so use wait4
Austin Foxley
2009-12-16
1
-5
/
+6
*
|
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-16
27
-55
/
+55
*
|
fix typo that sneaked in with 9a7506
Natanael Copa
2009-12-15
1
-1
/
+1
*
|
Go back to using nptl_arch_headers
Austin Foxley
2009-12-11
1
-1
/
+2
*
|
Revert "nptl: make build depend directly on nptl headers"
Austin Foxley
2009-12-11
7
-28
/
+37
*
|
get x86_64 nptl building
Austin Foxley
2009-12-11
44
-312
/
+1223
*
|
nptl: fix even more old style declarations
Austin Foxley
2009-12-11
9
-26
/
+20
*
|
nptl: fix a few more old style declerations
Austin Foxley
2009-12-09
4
-15
/
+12
*
|
nptl: fix old style function declerations
Austin Foxley
2009-12-09
98
-282
/
+234
[prev]
[next]