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
*
remove wait callbacks for non-cancelation funcs
Bernhard Reutner-Fischer
2009-11-17
4
-24
/
+0
*
Makefile: fix indentation
Bernhard Reutner-Fischer
2009-11-17
1
-19
/
+18
*
libc: add hidden calls to pthread cleanup funcs
Mike Frysinger
2009-11-09
2
-0
/
+4
*
make the sem_open changes actually compile
Austin Foxley
2009-11-09
1
-1
/
+1
*
Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined
Mikhail Gusarov
2009-11-09
1
-32
/
+5
*
whitespace fixes
Austin Foxley
2009-10-17
46
-68
/
+38
*
mips nptl: Cleanup up _ABI64 warnings
Austin Foxley
2009-09-27
1
-0
/
+2
*
nptl_db: Reinstate version.h for nptl
Carmelo Amoroso
2009-09-27
3
-6
/
+2
*
Revert part of ecd7069ac6
Austin Foxley
2009-09-25
1
-0
/
+3
*
support O= for nptl too
Austin Foxley
2009-09-25
2
-13
/
+23
*
i386 nptl: fix PSEUDO_END
Austin Foxley
2009-09-23
1
-11
/
+0
*
i386/arm nptl warning fixes
Austin Foxley
2009-09-23
8
-11
/
+11
*
tls: test for DTV vs TCB at TP correctly
Austin Foxley
2009-09-23
8
-46
/
+46
*
spent this morning beating i386 nptl into shape
Austin Foxley
2009-09-22
38
-492
/
+780
*
sparc nptl: make sure correct clone.S and pt-vfork.S get in libpthread
Austin Foxley
2009-09-22
2
-1
/
+3
*
nptl/: fix .dep files not working for libpthread.a
Austin Foxley
2009-09-22
11
-4
/
+45
*
nptl/: no need to regen these headers every make
Austin Foxley
2009-09-21
5
-10
/
+4
*
warning fixes
Austin Foxley
2009-09-21
4
-7
/
+5
*
only try to build nptl libpthread if UCLIBC_HAS_THREADS
Austin Foxley
2009-09-20
1
-2
/
+2
*
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-18
1
-6
/
+2
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
4
-10
/
+2
*
trim Experimentally off and uncommented hidden
Austin Foxley
2009-09-18
3
-5
/
+0
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-18
1
-3
/
+1
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
5
-34
/
+46
*
linuxthreads.old: define pthread_yield to sched_yield
Mike Frysinger
2009-08-19
1
-0
/
+5
*
linuxthreads.old: fix crash in debug code
Mike Frysinger
2009-08-19
1
-1
/
+1
*
libpthread: add format attribute to __pthread_message()
Mike Frysinger
2009-08-19
2
-3
/
+4
*
linuxthreads.old: extend workaround for asm rename warnings
Mike Frysinger
2009-08-19
2
-0
/
+12
*
undef INTERNAL_SYSCALL_NCS before redefining to quash build warnings.
Khem Raj
2009-08-02
2
-1
/
+3
*
build: use $(do_sed) command for pretty printing
Carmelo Amoroso
2009-07-29
5
-9
/
+9
*
Don't shadow the mask parameter with a local variable in the same function
Ron
2009-07-09
1
-2
/
+2
*
Check #if feature test macros are defined where they may not be
Ron
2009-07-09
6
-10
/
+10
*
Provide token prototypes for functions that are external but have no header
Ron
2009-07-09
1
-2
/
+2
*
Add noreturn attributes to some functions that won't ever do so
Ron
2009-07-09
1
-2
/
+2
*
git: Added/Modified .gitignore
Filippo Arcidiacono
2009-07-02
1
-0
/
+13
*
sh: fix a wrong "#if" condition within the sysdep.h file.
Giuseppe Cavallaro
2009-07-02
1
-1
/
+1
*
git: Add missing .gitignore for nptl
Carmelo Amoroso
2009-07-02
1
-0
/
+6
*
sh_nptl: Fix pthread_barrier_wait epilog to properly restore r9
Carmelo Amoroso
2009-07-02
2
-3
/
+3
*
fix compilation of linuxthreads for sparc64
Austin Foxley
2009-05-21
2
-3
/
+0
*
Get sparc64 nptl compiling
Austin Foxley
2009-05-21
5
-60
/
+69
*
Only use fstat64 when LFS is enabled
Austin Foxley
2009-05-20
1
-0
/
+5
*
Merged revisions 26033 via svnmerge from
Khem Raj
2009-04-09
1
-1
/
+1
*
sparc nptl needs it's own lowlevellock.c
austinf
2009-03-21
4
-4
/
+157
*
Merged revisions 25744 via svnmerge from
Khem Raj
2009-03-19
5
-16
/
+15
*
sparc32 nptl functional
austinf
2009-03-19
20
-152
/
+414
*
Always compile fork.S in arm mode. Make _Unwind_Resume arm only
Khem Raj
2009-03-18
2
-1
/
+13
*
Use __asm__ and __volatile__. SYS_ify is not required here because its used
Khem Raj
2009-03-18
1
-6
/
+6
*
add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)
Denis Vlasenko
2009-03-12
2
-0
/
+208
*
linuxthreads fixes from Will Newton (will.newton AT gmail.com):
Denis Vlasenko
2009-03-12
7
-29
/
+46
*
reinstate __libc_foo for linuxthreads.old
Denis Vlasenko
2009-02-25
3
-10
/
+11
[next]