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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
malloc: fix race condition and other bugs in the no-mmu malloc
Freeman Wang
2009-12-19
2
-6
/
+7
|
*
x86_64: fix multiple definition of chk functions
Austin Foxley
2009-12-19
5
-3
/
+8
|
*
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
10
-36
/
+36
|
*
libc: Remove pointless header string.h
Carmelo Amoroso
2009-12-16
1
-1
/
+0
|
*
libc: Add missing header for memset
Carmelo Amoroso
2009-12-16
4
-5
/
+2
|
*
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-16
11
-25
/
+25
*
|
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
10
-36
/
+36
*
|
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
*
|
libc: Add missing header for memset
Carmelo Amoroso
2009-12-16
3
-5
/
+0
*
|
fix multiple definitions of pthread_once for x86_64
Austin Foxley
2009-12-16
3
-4
/
+3
*
|
fix compiling test cases in static mode
Austin Foxley
2009-12-16
1
-2
/
+1
*
|
x86_64: no waitpid syscall exists, so use wait4
Austin Foxley
2009-12-16
2
-8
/
+11
*
|
build: Do not define -DPIC longer through build system
Carmelo Amoroso
2009-12-16
1
-1
/
+1
*
|
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-12-16
31
-71
/
+71
*
|
Merge remote branch 'origin/master' into nptl
Austin Foxley
2009-12-15
1
-48
/
+59
|
\
|
|
*
sh: fix endianess and optimise the SH4 memcpy
Giuseppe Cavallaro
2009-12-14
1
-2
/
+107
|
*
syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPE
Denys Vlasenko
2009-12-13
1
-7
/
+6
|
*
syslog: fix openlog(xx, LOG_KERN) and optimize a bit
Denys Vlasenko
2009-12-13
1
-45
/
+57
|
*
Include bits/libc-lock.h to get __libc_once_define
Khem Raj
2009-12-11
1
-0
/
+1
|
*
test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}
Filippo Arcidiacono
2009-12-09
1
-2
/
+2
|
*
sh: Add a prototype for the gcc __set_fpscr internal function
Carmelo Amoroso
2009-12-03
1
-1
/
+3
|
*
uClibc_ctype.h: fix inverted check for susv4 macro
Austin Foxley
2009-11-30
1
-1
/
+1
|
*
test/.gitignore: Ignore a few more test binaries
Austin Foxley
2009-11-29
1
-0
/
+3
|
*
test/dlopen: fix build for libtest.so
Austin Foxley
2009-11-29
1
-0
/
+1
|
*
test/dlopen: Match the function name that libtest actually sets
Austin Foxley
2009-11-29
1
-1
/
+1
|
*
test/pthread: fix build of cancellation-points test
Austin Foxley
2009-11-29
1
-2
/
+2
|
*
test/stat: fix compiling the memcmp-stat test when __USE_MISC is defined
Austin Foxley
2009-11-29
1
-1
/
+1
*
|
fix typo that sneaked in with 9a7506
Natanael Copa
2009-12-15
1
-1
/
+1
*
|
Include bits/libc-lock.h to get __libc_once_define
Khem Raj
2009-12-11
1
-0
/
+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
8
-29
/
+38
*
|
get x86_64 nptl building
Austin Foxley
2009-12-11
48
-318
/
+1245
*
|
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
*
|
nptl: make build depend directly on nptl headers
Austin Foxley
2009-12-09
8
-38
/
+29
*
|
warn about old-style crap in extra-annoyance-mode
Bernhard Reutner-Fischer
2009-12-09
1
-0
/
+1
*
|
test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}
Filippo Arcidiacono
2009-12-09
1
-2
/
+2
*
|
i386 nptl: add missing weak_alias for pthread_cond_signal
Austin Foxley
2009-12-04
1
-0
/
+1
*
|
ldso_tls: Refetch dtv from memory if THREAD_DTV has changed
Carmelo Amoroso
2009-12-03
4
-2
/
+73
*
|
test_tls: Add two new tests for tls tst-tls{16,17} taken from glibc
Carmelo Amoroso
2009-12-03
7
-2
/
+161
*
|
test_tls: Rename tst-tls16 to tst-tls-at-ctor
Carmelo Amoroso
2009-12-03
3
-5
/
+5
*
|
build: Move test build flags in Makefile.in
Carmelo Amoroso
2009-12-03
2
-1
/
+1
*
|
sh: Add a prototype for the gcc __set_fpscr internal function
Carmelo Amoroso
2009-12-03
1
-1
/
+3
*
|
uClibc_ctype.h: fix inverted check for susv4 macro
Austin Foxley
2009-11-30
1
-1
/
+1
*
|
getaddrinfo.c: include tls.h before resolv.h
Austin Foxley
2009-11-30
1
-0
/
+1
*
|
test/.gitignore: ignore a missed nptl test binary
Austin Foxley
2009-11-29
1
-1
/
+1
*
|
test/.gitignore: Ignore a few more test binaries
Austin Foxley
2009-11-29
1
-0
/
+3
*
|
test/Rules.mak: disable -z,defs for now
Austin Foxley
2009-11-29
1
-2
/
+2
[prev]
[next]