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
...
*
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
*
ldso_sh: add support for protected symbols to SH
Salvatore Cro
2010-09-24
1
-18
/
+24
*
libc: Sort HEADERS_RM alphabetically
Carmelo Amoroso
2010-09-22
1
-41
/
+26
*
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
Carmelo Amoroso
2010-09-20
3
-3
/
+8
*
libc: Handle cancellation in non multiplexed socket calls
Carmelo Amoroso
2010-09-17
1
-17
/
+122
*
nptl: Remove nptl/sysdeps/generic directory from include list
Carmelo Amoroso
2010-09-16
1
-1
/
+0
*
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
5
-8
/
+121
*
test: Update gitignore to take into account new tests added.
Carmelo Amoroso
2010-09-16
1
-4
/
+26
*
ldso: Do not adjust dynamic section entries unnecessarily
Filippo Arcidiacono
2010-09-15
1
-7
/
+10
*
tests: Added new nptl tests
Salvatore Cro
2010-09-15
58
-1
/
+4877
*
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
*
libubacktrace: Provide uClibc with backtrace functions
Salvatore Cro
2010-09-15
12
-4
/
+517
*
misc: utmpx based logging support
Salvatore Cro
2010-09-14
8
-1
/
+260
*
nptl: fix static linking
Natanael Copa
2010-09-09
1
-2
/
+2
*
tests: nptl tests dependencies cleanup
Salvatore Cro
2010-09-09
1
-12
/
+8
*
ldso: Fix compilation for x86_64 without TLS support.
Will Newton
2010-09-07
1
-0
/
+2
*
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
*
add header guard
Bernhard Reutner-Fischer
2010-08-19
1
-0
/
+3
*
buildsys: Do not error on GNUHASH for clean targets
Bernhard Reutner-Fischer
2010-08-19
1
-1
/
+1
*
testsuite: nptl/tst-basic5 depends on SUSV4_LEGACY
Bernhard Reutner-Fischer
2010-08-17
1
-0
/
+4
*
nptl: fix calling convention for __pthread_mutex_cond_lock
Timo Teräs
2010-08-17
2
-3
/
+10
*
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
*
Revert "nptl i686: fix pthread_cond_wait.S compilation"
Bernhard Reutner-Fischer
2010-08-05
1
-1
/
+0
*
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
7
-229
/
+239
*
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
3
-11
/
+77
*
add config parser
Bernhard Reutner-Fischer
2010-08-05
4
-3
/
+324
*
math: isnan is a C99 feature
Henning Heinold
2010-08-05
1
-6
/
+5
*
nptl: fix x86 assembly PIC relocations
Timo Teräs
2010-08-05
2
-2
/
+2
*
buildsys: check_gcc warning flags
Bernhard Reutner-Fischer
2010-08-05
1
-5
/
+18
*
utils: add pregen requisite
Bernhard Reutner-Fischer
2010-08-04
1
-2
/
+2
*
nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6
Bernhard Reutner-Fischer
2010-08-02
2
-0
/
+16
[prev]
[next]