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
...
*
- fix install_headers on hosts where ld does not support gnu hash-style but
Bernhard Reutner-Fischer
2009-02-03
1
-0
/
+2
*
- remove erroneous libm_hidden_def's (r24914 from trunk)
Bernhard Reutner-Fischer
2009-01-22
1
-5
/
+0
*
- also link librt with --as-needed and do so unconditionally to work around
Bernhard Reutner-Fischer
2009-01-22
4
-13
/
+27
*
- pull r24948 from trunk (commentary typo)
Bernhard Reutner-Fischer
2009-01-21
2
-2
/
+2
*
- use correct header guard
Bernhard Reutner-Fischer
2009-01-21
1
-1
/
+1
*
- pull 24836:24838 from trunk (2 of psm's small fixes)
Bernhard Reutner-Fischer
2009-01-14
2
-3
/
+4
*
- pull r24834 from trunk (Scrt1 no relocs)
Bernhard Reutner-Fischer
2009-01-14
2
-8
/
+3
*
- fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...
Bernhard Reutner-Fischer
2009-01-12
2
-1
/
+11
*
- expand guards for recent combined i386/x86_64 linux kernels (r24515 from tr...
Bernhard Reutner-Fischer
2008-12-29
1
-2
/
+6
*
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math
Bernhard Reutner-Fischer
2008-12-22
34
-218
/
+201
*
- fix loop for checking ifaddr on both IPv4 and IPv6 (r24317 from trunk)
Bernhard Reutner-Fischer
2008-12-08
1
-2
/
+2
*
Merge from trunk.
Khem Raj
2008-12-04
1
-2
/
+2
*
Fix wcswidth function when LOCALE support is disabled
Carmelo Amoroso
2008-12-02
2
-1
/
+8
*
- fix apparent typo in iconv charset lut for BE systems
Bernhard Reutner-Fischer
2008-11-25
1
-1
/
+1
*
- fix args (r24131 from trunk)
Bernhard Reutner-Fischer
2008-11-25
1
-2
/
+2
*
- Fix thumb2 PIE (Joseph S. Myers) (r24138 from trunk)
Bernhard Reutner-Fischer
2008-11-25
1
-0
/
+4
*
Mode dl_iterate_phdr from ld.so/libdl.a to libc.so/libc.a
Carmelo Amoroso
2008-11-18
11
-37
/
+193
*
- sync with LT
Bernhard Reutner-Fischer
2008-11-18
1
-29
/
+12
*
- add hack to check if generating sysnum.h worked out (r24084 from trunk)
Bernhard Reutner-Fischer
2008-11-17
1
-0
/
+9
*
- Remove linux-specific prototypes if asked to. (r24051 from trunk)
Bernhard Reutner-Fischer
2008-11-15
33
-57
/
+76
*
- do not fail if mktemp is not available.
Bernhard Reutner-Fischer
2008-11-12
1
-1
/
+1
*
- bump version
0_9_30
Bernhard Reutner-Fischer
2008-11-12
1
-1
/
+1
*
- update recommendation for pregenerated locales.
Bernhard Reutner-Fischer
2008-11-11
3
-7
/
+11
*
- for !UNIX98PTY_ONLY we have to fallback to old-style pty's.
Bernhard Reutner-Fischer
2008-11-09
1
-9
/
+8
*
- Add temporary hack to wipe dep files even on clean for utils.
Bernhard Reutner-Fischer
2008-11-09
1
-0
/
+3
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
58
-209
/
+207
*
- tidy up indentation
Bernhard Reutner-Fischer
2008-11-07
1
-2
/
+2
*
- document more environment variables
Bernhard Reutner-Fischer
2008-11-07
1
-0
/
+3
*
Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+2
*
Sync clone() function declaration for AVR32 with sched.h declaration
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+1
*
Prefix variables defined in INIT_GOT define for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-4
/
+4
*
Make sure functions in dl-sysdep.h for AVR32 are always inlined
Hans-Christian Egtvedt
2008-11-03
1
-3
/
+3
*
Add hint for read ahead function in fcntl.h for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+3
*
Add include to silence compiler warning when compiling clone.c for AVR32
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+1
*
Remove commented out CFLAGS assigment which is also set on next line
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+0
*
Fix whitespace damage in file.
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+1
*
- jmp on coldfire accepts only address registers
Bernhard Reutner-Fischer
2008-11-03
1
-0
/
+5
*
- Fix __user_locking with stdio buffers (Carmelo AMOROSO)
Bernhard Reutner-Fischer
2008-11-02
1
-1
/
+1
*
resolver: reinstate searching if search domains accidentally nuked
Denis Vlasenko
2008-11-02
1
-4
/
+15
*
__dns_lookup: document and optimize a bit
Denis Vlasenko
2008-11-01
1
-33
/
+45
*
resolver: partially fix bug 660 -
Denis Vlasenko
2008-11-01
1
-21
/
+42
*
resolver: fix part of bug 1468:
Denis Vlasenko
2008-11-01
1
-7
/
+20
*
resolver: trivial code trasformations for readability.
Denis Vlasenko
2008-11-01
1
-89
/
+96
*
trivial code shrink by making some strings static
Denis Vlasenko
2008-11-01
3
-11
/
+12
*
- whitespace fixes
Bernhard Reutner-Fischer
2008-10-31
1
-19
/
+19
*
- improve readability, no objcode changes.
Bernhard Reutner-Fischer
2008-10-31
1
-13
/
+15
*
Resync pt-machine.h for AVR32 linuxthreads and linuxthreads.old
Hans-Christian Egtvedt
2008-10-31
1
-2
/
+2
*
Replace inline with __inline__ in AVR32 pt-machine.h header file
Hans-Christian Egtvedt
2008-10-31
2
-2
/
+2
*
- helper config symbol has to depend on thread support
Bernhard Reutner-Fischer
2008-10-30
1
-1
/
+1
*
File removed as it was not only redundant but also horribly out of date.
Ricard Wanderlof
2008-10-30
1
-333
/
+0
[prev]
[next]