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
...
|
*
*: 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
*
|
Merge commit 'origin/master' into prelink
Carmelo Amoroso
2010-09-24
2
-2
/
+7
|
\
|
|
*
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
Carmelo Amoroso
2010-09-20
2
-2
/
+7
*
|
ldso: Add implementation of ld.so standalone execution
Filippo Arcidiacono
2010-09-17
1
-1
/
+17
|
/
*
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
*
_uintmaxtostr: fix indentation (spaces->tabs), no code changes
Denys Vlasenko
2010-08-26
1
-10
/
+10
*
resolv: simplify MAXALIAS handling
Bernhard Reutner-Fischer
2010-08-19
1
-16
/
+7
*
getserv: fix reading services lines w > 80 chars
Bernhard Reutner-Fischer
2010-08-19
2
-28
/
+30
*
config parser: fix memory corruption
Timo Teräs
2010-08-06
1
-2
/
+2
*
nptl i686: avoid cpp problems with thunk section
Bernhard Reutner-Fischer
2010-08-06
1
-0
/
+2
*
resolver: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-136
/
+119
*
getnet: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
5
-222
/
+218
*
getproto: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-212
/
+137
*
usershell: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-116
/
+56
*
switch getservice to config parser
Bernhard Reutner-Fischer
2010-08-05
1
-212
/
+139
*
sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN
Bernhard Reutner-Fischer
2010-08-05
1
-8
/
+72
*
add config parser
Bernhard Reutner-Fischer
2010-08-05
2
-3
/
+273
*
math: isnan is a C99 feature
Henning Heinold
2010-08-05
1
-6
/
+5
*
nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6
Bernhard Reutner-Fischer
2010-08-02
1
-0
/
+8
*
Immediately try next nameserver on recv() failure
Ingo van Lil
2010-07-28
1
-1
/
+3
*
malloc: simplify MAP_UNINITIALIZE ifdef logic
Mike Frysinger
2010-07-27
1
-7
/
+4
*
new helper funcs for alloca/malloc with mmu/nommu
Mike Frysinger
2010-07-27
4
-52
/
+54
*
remove trailing comma in enum
Bernhard Reutner-Fischer
2010-07-27
1
-1
/
+1
[prev]
[next]