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: silence warning
Bernhard Reutner-Fischer
2010-11-24
1
-0
/
+1
*
wchar: bug #1471: fix cornercase in mbrtowc
Bernhard Reutner-Fischer
2010-11-24
1
-0
/
+2
*
resolv.c fails for /etc/hosts lookups
Philip Nye
2010-11-23
1
-8
/
+12
*
Adding quad float gcc intrinsic implementation for SPARC
Austin Foxley
2010-11-18
41
-2
/
+7220
*
microblaze: build infrastructure
Steven J. Magnani
2010-11-10
2
-62
/
+34
*
microblaze: thread support
Steven J. Magnani
2010-11-10
1
-0
/
+145
*
microblaze: optimized memcpy/memmove
Steven J. Magnani
2010-11-10
3
-0
/
+687
*
microblaze: misc headers
Steven J. Magnani
2010-11-10
4
-17
/
+71
*
microblaze: kernel headers
Steven J. Magnani
2010-11-10
5
-64
/
+72
*
microblaze: Restore soft-float
Steven J. Magnani
2010-11-10
2
-0
/
+225
*
microblaze: vfork/clone interface
Steven J. Magnani
2010-11-10
2
-52
/
+49
*
microblaze: syscall interface
Steven J. Magnani
2010-11-10
2
-57
/
+48
*
microblaze: Fix crt bootstrap
Steven J. Magnani
2010-11-10
3
-0
/
+147
*
microblaze: Fix setjmp/longjmp
Steven J. Magnani
2010-11-10
3
-39
/
+50
*
libm: improve readability of math.h; expand comments and docs
Denys Vlasenko
2010-10-31
3
-9
/
+14
*
sleep: include Linus' email in the comment
Denys Vlasenko
2010-10-30
1
-5
/
+21
*
sleep: document testing result on 2.4.x kernels
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
sleep: add comment with test program for SIG_IGNed SIGCHLD
Denys Vlasenko
2010-10-29
1
-5
/
+38
*
Fix msync() redefinition for noMMU build
Bernhard Reutner-Fischer
2010-10-27
1
-0
/
+5
*
mips: fix errno setting after syscall
Alexander Gordeev
2010-10-27
1
-2
/
+4
*
*: inline constant __sig{add,del}set and __sigismember
Denys Vlasenko
2010-10-22
5
-11
/
+42
*
remove superfluous libc_hidden_proto(memcpy) and #include
Denys Vlasenko
2010-10-22
2
-8
/
+0
*
sleep: tiny code shrink
Denys Vlasenko
2010-10-22
1
-4
/
+4
*
sleep: employ __USE_EXTERN_INLINES (with necessary fixes)
Denys Vlasenko
2010-10-22
3
-6
/
+17
*
sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common case
Denys Vlasenko
2010-10-22
1
-22
/
+18
*
sleep: remove commented-out code. no code changes
Denys Vlasenko
2010-10-22
1
-4
/
+0
*
sleep: code shrink
Denys Vlasenko
2010-10-21
2
-33
/
+28
*
vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside it
Denys Vlasenko
2010-10-19
1
-21
/
+20
*
_vfprintf.c: de-obfuscate badly twisted fragment. no code changes.
Denys Vlasenko
2010-10-19
1
-5
/
+3
*
vfprintf.c: remove endif comments which clog up the source. no code changes
Denys Vlasenko
2010-10-19
1
-136
/
+135
*
vfprintf.c: de-obfuscate if(with nested assignments). no logic changes
Denys Vlasenko
2010-10-19
1
-25
/
+38
*
getproto: increase line buffer size, simlify and fix alias handling
Natanael Copa
2010-10-14
1
-17
/
+8
*
getnet: simplify alias handling and reduce MAXALIASES
Natanael Copa
2010-10-14
1
-17
/
+8
*
getservice: fix handling of long lines
Natanael Copa
2010-10-14
1
-22
/
+16
*
parse_config: discard rest of incomplete line
Natanael Copa
2010-10-14
1
-0
/
+7
*
config parser: always initialize line pointer
Natanael Copa
2010-10-14
1
-2
/
+1
*
getservice: getservent_r must return ERANGE when buffer is too small
Natanael Copa
2010-10-14
1
-3
/
+2
*
config parser: do not assume that realloc return same pointer
Natanael Copa
2010-10-14
1
-5
/
+4
*
sparc: pipe.S
Austin Foxley
2010-10-01
1
-1
/
+1
*
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
Carmelo Amoroso
2010-09-20
2
-2
/
+7
*
libc: Handle cancellation in non multiplexed socket calls
Carmelo Amoroso
2010-09-17
1
-17
/
+122
*
nptl_sh: Fix compiler warning due to shadowed variable
Carmelo Amoroso
2010-09-16
1
-3
/
+3
*
libc: Add canonicalize_file_name function
Carmelo Amoroso
2010-09-16
3
-1
/
+40
*
sh: update the memcpy adding a new loop with aggressive prefetching
Salvatore Cro
2010-09-15
1
-21
/
+107
*
sh: move data without fetching cache block within the memset
Salvatore Cro
2010-09-15
1
-28
/
+34
*
libc: Fix cancellation handling in some C functions
Salvatore Cro
2010-09-15
5
-8
/
+78
*
misc: utmpx based logging support
Salvatore Cro
2010-09-14
4
-0
/
+115
*
misc: Fix build error about missing PAGE_SIZE
Abdoulaye Walsimou Gaye
2010-09-06
1
-0
/
+1
*
libc: Provide both getpgid and __getpgid symbols
Carmelo Amoroso
2010-08-31
1
-1
/
+4
*
Fix resolver broken in NPTL build
Timo Teräs
2010-08-28
1
-2
/
+2
[prev]
[next]