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
...
*
Rules.mak: ARM926T is really an armv5t and arm9e core.
Khem Raj
2010-07-22
1
-1
/
+1
*
arm/crt1.S: Avoid dependency on PC+4 or PC+8
Khem Raj
2010-07-21
1
-8
/
+3
*
ldso/arm: Correct protected symbol resolution
Khem Raj
2010-07-21
1
-2
/
+9
*
ldso/mips: pltgot should array not address of array to dynamic info.
Khem Raj
2010-07-19
1
-1
/
+1
*
arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...
Khem Raj
2010-07-15
1
-9
/
+9
*
nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_error
Bernhard Reutner-Fischer
2010-07-15
1
-0
/
+3
*
silence shadow warnings
Bernhard Reutner-Fischer
2010-07-14
3
-48
/
+48
*
nptl: remove superfluous =1 from defines
Bernhard Reutner-Fischer
2010-07-14
13
-84
/
+84
*
nptl: x86_64: fix compilation of unwinder
Bernhard Reutner-Fischer
2010-07-14
3
-1
/
+223
*
nptl i686: fix pthread_cond_wait.S compilation
Roman I Khimov
2010-07-14
1
-0
/
+1
*
include/param.h: Dont use ARG_MAX from kernel headers
Khem Raj
2010-07-09
3
-6
/
+37
*
arm: Silence warning about shadow declarations
Khem Raj
2010-07-07
2
-26
/
+26
*
nptl: disregard generated tcb-offsets.c
Bernhard Reutner-Fischer
2010-07-06
1
-1
/
+1
*
nptl: Filter out gen_tcb-offsets.c from CSRC for libpthread.
Khem Raj
2010-07-06
1
-0
/
+2
*
nptl: fix buildsys
Bernhard Reutner-Fischer
2010-07-06
32
-1034
/
+596
*
nptl: fix subdirs handling
Bernhard Reutner-Fischer
2010-07-06
11
-5
/
+70
*
nptl: simplify buildsys
Bernhard Reutner-Fischer
2010-07-06
13
-308
/
+67
*
Revert "don't make __errno_location / __h_errno_location hidden"
Austin Foxley
2010-07-06
5
-0
/
+9
*
don't make __errno_location / __h_errno_location hidden
Peter Korsgaard
2010-07-05
5
-9
/
+0
*
remove extra comma in lock macro
Austin Foxley
2010-07-03
1
-1
/
+1
*
more workarounds for GCC PR32219
Timo Teräs
2010-06-30
1
-2
/
+2
*
mips/syscall-error: Choose the correct version for setting up errno.
Khem Raj
2010-06-30
3
-5
/
+9
*
nptl/errno: Use a separate __errno_location for libpthread.
Khem Raj
2010-06-30
3
-1
/
+7
*
nptl/generic: Build generic libc-tls.c for non-mips architectures.
Khem Raj
2010-06-30
1
-2
/
+3
*
arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.
Khem Raj
2010-06-29
2
-1
/
+23
*
remove redundant args to do_ln
Bernhard Reutner-Fischer
2010-06-29
1
-1
/
+1
*
test/nptl: move eintr.c to where it belongs
Bernhard Reutner-Fischer
2010-06-25
1
-0
/
+0
*
test: silence shadow warning
Bernhard Reutner-Fischer
2010-06-25
1
-3
/
+3
*
nptl: arm: make it compile again
Bernhard Reutner-Fischer
2010-06-24
2
-0
/
+10
*
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-24
43
-215
/
+215
*
intl, nptl_db: fix prerequisites
Bernhard Reutner-Fischer
2010-06-24
2
-5
/
+5
*
buildsys: add brief mode; show defines and ld-flags
Bernhard Reutner-Fischer
2010-06-24
2
-1
/
+33
*
libc: silence warnings about undefined cpp tokens
Bernhard Reutner-Fischer
2010-06-24
4
-5
/
+5
*
fix race condition when generating linker scripts
Bernhard Reutner-Fischer
2010-06-24
2
-6
/
+8
*
arm/nptl: Sync unwinding with glibc.
Khem Raj
2010-06-23
2
-94
/
+116
*
arm/nptl: sysdep-cancel.h needs syscall handing for EABI
Khem Raj
2010-06-23
1
-25
/
+142
*
MIPS: Fix build error with linuxthreads.old
Abdoulaye Walsimou Gaye
2010-06-22
1
-1
/
+1
*
avoid using c99 syntax
Mirko Vogt
2010-06-21
6
-6
/
+12
*
get rid of needless c99 construct
Austin Foxley
2010-06-21
1
-2
/
+2
*
nptl: i386 needs atomic.h for atomic_exchange_acq
Bernhard Reutner-Fischer
2010-06-17
1
-0
/
+1
*
nptl: fix order of includes for out-of-tree builds
Bernhard Reutner-Fischer
2010-06-17
1
-4
/
+7
*
libc: define cfi_personality and cfi_lsda
Bernhard Reutner-Fischer
2010-06-17
1
-0
/
+11
*
librt: fix linking WRT pthreads
Bernhard Reutner-Fischer
2010-06-17
1
-3
/
+2
*
libc: Fix non-NPTL threads build
Carmelo Amoroso
2010-06-17
1
-1
/
+3
*
librt: simplify handling LDFLAGS
Bernhard Reutner-Fischer
2010-06-17
1
-9
/
+6
*
libm: typo fix NO_LONG_DOUBLE variant of gamma_r
Bernhard Reutner-Fischer
2010-06-15
1
-1
/
+1
*
sh4: Fixes for SH-4 without an FPU
Carmelo Amoroso
2010-06-14
3
-3
/
+7
*
handle i386 TARGET_SUBARCH
Bernhard Reutner-Fischer
2010-06-13
1
-0
/
+4
*
nptl: fix symlinking headers
Bernhard Reutner-Fischer
2010-06-13
3
-23
/
+18
*
nptl: avoid spurious rebuilds of libpthread*.a
Bernhard Reutner-Fischer
2010-06-12
1
-2
/
+0
[prev]
[next]