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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
correct documentation
Bernhard Reutner-Fischer
2009-11-17
1
-4
/
+4
*
realpath: SUSv4 compliant
Bernhard Reutner-Fischer
2009-11-14
1
-3
/
+1
*
silence warning about undefined CPP token
Bernhard Reutner-Fischer
2009-11-13
1
-1
/
+1
*
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-08
1
-8
/
+10
*
_toupper, _tolower depend on SUSv4
Bernhard Reutner-Fischer
2009-10-08
1
-3
/
+6
*
include/: add tls errno and res_state
Austin Foxley
2009-09-26
7
-25
/
+79
*
add timerfd syscall and header
Stephan Raue
2009-09-21
1
-0
/
+1
*
sigpause: remove libc_hidden_proto/def
Denys Vlasenko
2009-09-19
1
-1
/
+0
*
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-19
1
-1
/
+0
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-6
/
+6
*
sys/mount.h: sync with latest glibc
Mike Frysinger
2009-09-15
1
-1
/
+5
*
setup attribute_optimize which comes with gcc-4.4+
Mike Frysinger
2009-09-15
1
-0
/
+6
*
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
2009-09-05
1
-1
/
+1
*
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-08-30
2
-7
/
+7
*
fix lib_hidden_proto's which have extra ;
Denys Vlasenko
2009-07-23
1
-2
/
+2
*
add more arch-specific include/ ignores
Mike Frysinger
2009-07-23
1
-0
/
+12
*
add hidden aliases for openat funcs
Mike Frysinger
2009-07-22
1
-0
/
+2
*
add hidden aliases for ntoh/hton functions
Mike Frysinger
2009-07-22
1
-0
/
+4
*
s/UCLIBC_INTERNAL/_LIBC/g
Denys Vlasenko
2009-07-21
6
-10
/
+10
*
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
6
-30
/
+87
*
sync a few headers with glibc (no functional changes)
Mike Frysinger
2009-07-20
4
-47
/
+47
*
dirent: push dirent type to prototypes
Mike Frysinger
2009-07-20
1
-16
/
+58
*
string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT
Mike Frysinger
2009-07-20
1
-1
/
+1
*
add a wchar.h stub
Mike Frysinger
2009-07-20
1
-0
/
+14
*
note that we do not want hidden malloc aliases
Mike Frysinger
2009-07-20
1
-0
/
+2
*
relocate i386 string.h to i386-specific dir
Mike Frysinger
2009-07-20
2
-317
/
+1
*
start ignoring include/ symlinks
Mike Frysinger
2009-07-20
1
-0
/
+21
*
add hidden aliases for older regex search functions
Mike Frysinger
2009-07-20
1
-0
/
+2
*
syscall: unify common syscall defines
Mike Frysinger
2009-07-08
1
-0
/
+1
*
Add a few missing includes
Ron
2009-07-05
1
-0
/
+1
*
Add some missing printf/scanf format attributes
Ron
2009-07-05
1
-5
/
+10
*
Blackfin: make sure all relocs are uppercase
Mike Frysinger
2009-06-01
1
-19
/
+19
*
patch from Joseph S. Meyers
austinf
2009-04-27
1
-3
/
+3
*
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2009-04-07
1
-2
/
+0
*
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2009-03-25
1
-1
/
+3
*
fix breakage in x86_64 defconfig
Denis Vlasenko
2009-02-27
1
-0
/
+6
*
Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.
Rob Landley
2009-02-24
1
-1
/
+1
*
mathcalls.h: remove tons of redundant semicolons; better comment about macros
Denis Vlasenko
2009-02-18
1
-6
/
+9
*
fix typo in comment
Denis Vlasenko
2009-02-17
1
-1
/
+1
*
test/math/compile_test.c: "are long double functions even compile/link?" test
Denis Vlasenko
2009-02-17
1
-24
/
+32
*
math.h: fix libm_hidden_proto leak into sanitized headers
Denis Vlasenko
2009-02-14
1
-16
/
+23
*
- repair my r25322 that ment to deal with getdomainname()'s visibility
Bernhard Reutner-Fischer
2009-02-13
1
-4
/
+3
*
- we may need getdomainname internally
Bernhard Reutner-Fischer
2009-02-13
1
-0
/
+3
*
- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits
Bernhard Reutner-Fischer
2009-02-13
1
-58
/
+63
*
add comment why do we need _ISbit() macro
Denis Vlasenko
2009-02-11
1
-0
/
+1
*
Re-add _ISbit macro required to build libstdc++ from gcc toolchain.
Carmelo Amoroso
2009-02-10
1
-12
/
+18
*
do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...
Mike Frysinger
2009-02-10
1
-4
/
+7
*
Add strverscmp() and versionsort[64]().
Denis Vlasenko
2009-02-08
2
-2
/
+19
*
- remove unavailable functionality upon request (Peter Mazinger)
Bernhard Reutner-Fischer
2009-01-21
3
-1
/
+5
*
*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x
Denis Vlasenko
2009-01-21
1
-1
/
+1
[prev]
[next]