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
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
silence warning about incompatible types with _dl_init_static_tls
Bernhard Reutner-Fischer
2010-07-27
1
-1
/
+1
*
malloc-simple: Make calloc() return zeroed memory
Steven J. Magnani
2010-07-27
1
-5
/
+4
*
lutimes: add lutimes support
Vladimir Zapolskiy
2010-07-27
1
-0
/
+38
*
Fix ctime() standard compliance bug
David A Ramos
2010-07-27
1
-0
/
+1
*
daemon: drop cruft incorrectly re-introduced by nptl merge
Mike Frysinger
2010-07-26
1
-7
/
+0
*
bfin: pull in common/sysdep.h
Mike Frysinger
2010-07-26
1
-1
/
+1
*
msync: skip if syscall is missing
Mike Frysinger
2010-07-26
1
-0
/
+4
*
nommu: fix building of fork.c when stubs are disabled
Mike Frysinger
2010-07-26
1
-1
/
+2
*
bfin: add exec stack markings to assembly files
Mike Frysinger
2010-07-26
5
-0
/
+10
*
arm/crt1.S: Avoid dependency on PC+4 or PC+8
Khem Raj
2010-07-21
1
-8
/
+3
*
arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...
Khem Raj
2010-07-15
1
-9
/
+9
*
silence shadow warnings
Bernhard Reutner-Fischer
2010-07-14
3
-48
/
+48
*
include/param.h: Dont use ARG_MAX from kernel headers
Khem Raj
2010-07-09
2
-2
/
+23
*
arm: Silence warning about shadow declarations
Khem Raj
2010-07-07
2
-26
/
+26
*
nptl: fix buildsys
Bernhard Reutner-Fischer
2010-07-06
3
-7
/
+7
*
Revert "don't make __errno_location / __h_errno_location hidden"
Austin Foxley
2010-07-06
4
-0
/
+8
*
don't make __errno_location / __h_errno_location hidden
Peter Korsgaard
2010-07-05
4
-8
/
+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
2
-5
/
+8
*
nptl/errno: Use a separate __errno_location for libpthread.
Khem Raj
2010-06-30
1
-1
/
+5
*
remove redundant args to do_ln
Bernhard Reutner-Fischer
2010-06-29
1
-1
/
+1
*
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-24
9
-39
/
+39
*
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
1
-4
/
+5
*
MIPS: Fix build error with linuxthreads.old
Abdoulaye Walsimou Gaye
2010-06-22
1
-1
/
+1
*
libc: define cfi_personality and cfi_lsda
Bernhard Reutner-Fischer
2010-06-17
1
-0
/
+11
*
libc: Fix non-NPTL threads build
Carmelo Amoroso
2010-06-17
1
-1
/
+3
*
sh4: Fixes for SH-4 without an FPU
Carmelo Amoroso
2010-06-14
3
-3
/
+7
*
hcreate_r: silence warning in helper func
Bernhard Reutner-Fischer
2010-06-11
1
-4
/
+4
*
wordexp: silence warning
Bernhard Reutner-Fischer
2010-06-11
1
-1
/
+2
*
silence some warnings about missing prototypes
Bernhard Reutner-Fischer
2010-06-11
5
-4
/
+6
*
mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mips
Khem Raj
2010-06-07
1
-7
/
+21
*
strverscmp: I forgot to export it
Denys Vlasenko
2010-06-04
1
-0
/
+1
*
inotify: add inotify_init1 system call support
Vladimir Zapolskiy
2010-06-01
2
-0
/
+17
*
bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK support
Vladimir Zapolskiy
2010-06-01
1
-1
/
+11
*
mips: Add vfork to libc
Khem Raj
2010-05-19
2
-3
/
+8
*
static build: define pthreads wrappers only for threaded builds
Timo Teräs
2010-05-17
1
-0
/
+2
*
some (all?) archs don't define asm, so use builtin __asm__
Austin Foxley
2010-05-17
1
-1
/
+1
*
workaround GCC PR32219
Denys Vlasenko
2010-05-17
1
-2
/
+13
*
powerpc: Add TLS and NPTL support
Khem Raj
2010-05-09
12
-336
/
+724
*
resolv: various memory corruption and off by one fixes
Timo Teras
2010-05-07
1
-4
/
+8
*
static build: fix internal locking weaks to get pulled in always
Timo Teras
2010-05-07
3
-41
/
+35
*
time.c: fix unreadable code style: assignments within if(), misplaced comments
Denys Vlasenko
2010-04-29
1
-35
/
+48
*
optional /etc/localtime support
Denys Vlasenko
2010-04-29
1
-3
/
+41
*
fix a few build errors for the no threads case
Austin Foxley
2010-04-28
2
-0
/
+3
*
MIPS: restore INLINE_SYSCALL macro
Gabor Juhos
2010-04-27
1
-2
/
+2
*
nptl: mips needs updated clone() implementation
Andreas Schultz
2010-04-27
1
-59
/
+97
*
libc/x86_64: use ELF-compatible definitions for assembler
Roman I Khimov
2010-04-27
1
-17
/
+1
*
libc/regex: fix internal_function declarations
Roman I Khimov
2010-04-27
1
-5
/
+5
[prev]
[next]