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
...
*
libc: fix daylight saving time handling
Guillaume Bourcier
2011-10-12
1
-1
/
+1
*
microblaze mmu/elf/shared lib support
Ryan Flux
2011-10-06
3
-1
/
+40
*
microblaze linux has no SDA support
Steve Bennett
2011-10-06
2
-8
/
+0
*
microblaze can be either big or little endian
Steve Bennett
2011-10-06
1
-1
/
+8
*
Use the generic bits/select.h for microblaze
Steve Bennett
2011-10-06
1
-58
/
+0
*
Defeat compiler optimization which assumes function addresses are never NULL
Denys Vlasenko
2011-09-15
2
-20
/
+42
*
resolv: simple optimizations and style/readability fixes
Denys Vlasenko
2011-09-10
1
-118
/
+107
*
inet: build all res_* and ns_* functions conditionally
Daniel Mack
2011-08-26
1
-3
/
+2
*
inet/resolv: add res_ninit and res_nclose
Daniel Mack
2011-08-26
1
-13
/
+128
*
inet/resolv: add res_mkquery
Daniel Mack
2011-08-26
3
-2
/
+124
*
inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag
Daniel Mack
2011-08-26
3
-1
/
+204
*
inet/resolv: add dn_skipname and ns_name_skip
Daniel Mack
2011-08-26
1
-0
/
+52
*
inet/resolv: Add dn_comp
Daniel Mack
2011-08-26
1
-1
/
+14
*
inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress
Daniel Mack
2011-08-26
1
-0
/
+468
*
inet/resolv: add ns_{put,get}{16,32}
Daniel Mack
2011-08-26
3
-0
/
+36
*
libc/inet/resolv.c: comment on #endif lines
Daniel Mack
2011-08-26
1
-30
/
+30
*
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-07-01
1
-0
/
+5
|
\
|
*
libc: add missing lock initialization in vswprintf
Maksim Rayskiy
2011-06-29
1
-0
/
+5
*
|
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-06-24
41
-298
/
+880
|
\
|
|
*
fts: fix warning due to old-style function definition
Carmelo Amoroso
2011-06-24
1
-48
/
+16
|
*
resolv: fix bug in res_init with ipv6 nameservers
Bernhard Reutner-Fischer
2011-06-17
1
-2
/
+2
|
*
resolv: try next server on SERVFAIL
Bernhard Reutner-Fischer
2011-06-14
1
-1
/
+1
|
*
getaddrinfo: allow numeric service without any hints
Natanael Copa
2011-06-14
1
-7
/
+0
|
*
ctor/dtor nptl: Fix init and fini function compilation
Khem Raj
2011-06-13
1
-15
/
+0
|
*
ARM: remove EABI/OABI selection
Yann E. MORIN
2011-06-11
2
-4
/
+9
|
*
ARM: detect BX availibility at build time
Yann E. MORIN
2011-06-11
1
-1
/
+8
|
*
ARM: #include <bits/arm_asm.h> where __USE_BX__ is used
Yann E. MORIN
2011-06-11
1
-0
/
+1
|
*
Fix __libc_epoll_pwait compile failure on x86
Phil Blundell
2011-06-10
1
-2
/
+3
|
*
libc: make common longjmp usable with NPTL
Filippo Arcidiacono
2011-05-27
1
-2
/
+2
|
*
sh: use the common implementation for longjmp
Filippo Arcidiacono
2011-05-27
3
-62
/
+2
|
*
sh: fix build in !NPTL case
Filippo Arcidiacono
2011-05-27
2
-1
/
+5
|
*
unwind.h: Move to libc/sysdeps from nptl sysdeps
Khem Raj
2011-05-13
2
-0
/
+499
|
*
epoll: redo cancellation to match master
Bernhard Reutner-Fischer
2011-05-13
1
-15
/
+32
|
*
epoll.c: add cancellation to epoll_[p]wait()
Peter S. Mazinger
2011-05-13
1
-4
/
+21
|
*
wordexp: fix mishandled return value of pipe call
Bernhard Reutner-Fischer
2011-05-12
1
-7
/
+18
|
*
linux_specific: handle accept4 and pipe2
Bernhard Reutner-Fischer
2011-05-12
1
-2
/
+1
|
*
NPTL: needs madvise internally
Bernhard Reutner-Fischer
2011-05-12
1
-4
/
+3
|
*
socket: fix stubs
Bernhard Reutner-Fischer
2011-05-12
1
-19
/
+19
|
*
epoll: unify epoll.h
Bernhard Reutner-Fischer
2011-05-11
2
-146
/
+24
|
*
commentary typo fix
Bernhard Reutner-Fischer
2011-05-11
1
-3
/
+3
|
*
Implement epoll_create1 and epoll_pwait system calls.
Thierry Reding
2011-05-11
3
-5
/
+87
|
*
add pipe2()
Bernhard Reutner-Fischer
2011-05-11
4
-1
/
+39
|
*
socketcalls: add stubs
Bernhard Reutner-Fischer
2011-05-11
1
-0
/
+94
|
*
accept4: Implement cancellation
Bernhard Reutner-Fischer
2011-05-11
6
-19
/
+68
|
*
Implement accept4 system call.
Thierry Reding
2011-05-11
2
-0
/
+19
|
*
getcwd: Fix memory-leak in error path
Bernhard Reutner-Fischer
2011-05-10
1
-1
/
+2
|
*
__uc_malloc: Fix memory-leak in error path
Bernhard Reutner-Fischer
2011-05-10
1
-0
/
+1
|
*
*/crtn.S: Remove .size directive for _init and _fini
Bernhard Reutner-Fischer
2011-05-10
14
-28
/
+0
|
*
posix_fadvise64: fix x86 implementation
Timo Teräs
2011-05-07
1
-1
/
+3
|
*
i386: fix .size of _init/_fini
Bernhard Reutner-Fischer
2011-05-05
1
-2
/
+2
[prev]
[next]