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
*
no need for bits/syscalls.h on target
Peter S. Mazinger
2009-11-22
1
-5
/
+5
*
rm uClibc_arch_features.h on install
Peter S. Mazinger
2009-11-22
1
-3
/
+0
*
disable libutil related prototypes if asked to
Bernhard Reutner-Fischer
2009-11-22
1
-0
/
+2
*
MAXFLOAT: obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-11-22
2
-0
/
+4
*
correct documentation
Bernhard Reutner-Fischer
2009-11-22
1
-4
/
+4
*
realpath: SUSv4 compliant
Bernhard Reutner-Fischer
2009-11-22
1
-3
/
+1
*
silence warning about undefined CPP token
Bernhard Reutner-Fischer
2009-11-22
1
-1
/
+1
*
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-16
1
-8
/
+10
*
_toupper, _tolower depend on SUSv4
Bernhard Reutner-Fischer
2009-10-16
1
-3
/
+6
*
add timerfd syscall and header
Stephan Raue
2009-09-21
1
-0
/
+1
*
add a __resp ptr for the no threads case
Austin Foxley
2009-09-20
1
-0
/
+1
*
sigpause: remove libc_hidden_proto/def
Denys Vlasenko
2009-09-18
1
-1
/
+0
*
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-18
1
-1
/
+0
*
Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.
Rob Landley
2009-09-18
1
-1
/
+1
*
sync up bfin reloc names to master
Austin Foxley
2009-09-18
1
-19
/
+19
*
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-18
1
-1
/
+5
*
setup attribute_optimize which comes with gcc-4.4+
Mike Frysinger
2009-09-18
1
-0
/
+6
*
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
2009-09-09
1
-1
/
+1
*
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-09-03
2
-7
/
+7
*
add a wchar.h stub
Mike Frysinger
2009-08-19
1
-0
/
+14
*
fix lib_hidden_proto's which have extra ;
Denys Vlasenko
2009-08-19
1
-2
/
+2
*
add more arch-specific include/ ignores
Mike Frysinger
2009-08-19
1
-1
/
+13
*
add hidden aliases for openat funcs
Mike Frysinger
2009-08-19
1
-0
/
+2
*
add hidden aliases for ntoh/hton functions
Mike Frysinger
2009-08-19
1
-0
/
+4
*
s/UCLIBC_INTERNAL/_LIBC/g
Denys Vlasenko
2009-08-19
6
-10
/
+10
*
first pass at implementing *at funcs
Mike Frysinger
2009-08-19
6
-30
/
+87
*
sync a few headers with glibc (no functional changes)
Mike Frysinger
2009-08-19
4
-47
/
+47
*
dirent: push dirent type to prototypes
Mike Frysinger
2009-08-19
1
-16
/
+58
*
string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT
Mike Frysinger
2009-08-19
1
-1
/
+1
*
note that we do not want hidden malloc aliases
Mike Frysinger
2009-08-19
1
-0
/
+2
*
start ignoring include/ symlinks
Mike Frysinger
2009-08-19
1
-18
/
+22
*
relocate i386 string.h to i386-specific dir
Mike Frysinger
2009-08-19
2
-317
/
+1
*
add hidden aliases for older regex search functions
Mike Frysinger
2009-08-19
1
-0
/
+2
*
Readd the thread local version of __res_state
Austin Foxley
2009-07-10
1
-9
/
+0
*
Sync nptl branch to master
Austin Foxley
2009-07-09
2
-4
/
+18
*
syscall: unify common syscall defines
Mike Frysinger
2009-07-09
1
-0
/
+1
*
Add a few missing includes
Ron
2009-07-09
1
-0
/
+1
*
Add some missing printf/scanf format attributes
Ron
2009-07-09
1
-5
/
+10
*
git: Added/Modified .gitignore
Filippo Arcidiacono
2009-07-02
1
-0
/
+26
*
patch from Joseph S. Meyers
austinf
2009-05-05
1
-3
/
+3
*
Merged revisions 25971,26002 via svnmerge from
Khem Raj
2009-04-07
1
-2
/
+0
*
Merged revisions 25821,25823-25824,25836 via svnmerge from
Khem Raj
2009-03-28
1
-1
/
+3
*
fix breakage in x86_64 defconfig
Denis Vlasenko
2009-02-27
1
-0
/
+6
*
Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related
Carmelo Amoroso
2009-02-20
5
-7
/
+7
*
_res needs to be a macro (*__res_state()) having threads.
Carmelo Amoroso
2009-02-19
1
-4
/
+0
*
- synch r25316:25325 from trunk
Bernhard Reutner-Fischer
2009-02-18
2
-59
/
+66
*
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
[next]