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
*
Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE
Peter S. Mazinger
2006-01-03
9
-14
/
+21
*
Add __toupper, remove unneeded undefs for tolower
Peter S. Mazinger
2006-01-03
2
-4
/
+4
*
Provide __tolower and use it
Peter S. Mazinger
2006-01-03
3
-4
/
+7
*
Remove textrel
Peter S. Mazinger
2006-01-03
1
-4
/
+4
*
Revert a change until I find the textrel cause
Peter S. Mazinger
2006-01-03
2
-2
/
+2
*
Complete split of all the string functions. Hope haven't broken too much. wcs...
Peter S. Mazinger
2006-01-03
93
-3702
/
+3253
*
Use strong_alias everywhere instead of .global/.set. Correct some cases where...
Peter S. Mazinger
2006-01-03
95
-326
/
+213
*
Add more hidden prototypes
Peter S. Mazinger
2006-01-03
1
-0
/
+28
*
Add proper guard, so that we don't see the internal header in userspace
Peter S. Mazinger
2006-01-03
1
-1
/
+1
*
tweak what is likely() in the argv[0] parsing
Mike Frysinger
2006-01-03
1
-2
/
+2
*
add optional support for program_invocation_name/program_invocation_short_name
Mike Frysinger
2006-01-03
4
-2
/
+35
*
we dont need to loop calling abort() because abort() already loops for us
Mike Frysinger
2006-01-03
1
-2
/
+0
*
Joseph S. Myers writes:
Mike Frysinger
2006-01-03
1
-1
/
+1
*
Joseph S. Myers writes:
Mike Frysinger
2006-01-03
1
-0
/
+2
*
import a bunch of defines from gnu binutils including blackfin for Lie Zhang
Mike Frysinger
2006-01-03
1
-14
/
+44
*
import a bunch of EM defines from gnu binutils
Mike Frysinger
2006-01-03
1
-8
/
+96
*
touchup comments and define Blackfin for Jie Zhang
Mike Frysinger
2006-01-03
1
-3
/
+4
*
fix previous commit so that __uClibc_init() is run for non-mmu cases again as...
Mike Frysinger
2006-01-03
1
-1
/
+3
*
Use attribute_noreturn
Peter S. Mazinger
2006-01-02
1
-1
/
+1
*
Remove -unhonoured- comment
Peter S. Mazinger
2006-01-02
1
-2
/
+0
*
Remove fpu_control.h handling as well
Peter S. Mazinger
2006-01-02
1
-2
/
+0
*
TARGET_ARCH is already stripped, do not do it again for nios2
Peter S. Mazinger
2006-01-02
1
-1
/
+1
*
fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it
Peter S. Mazinger
2006-01-02
1
-2
/
+0
*
quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw
Mike Frysinger
2006-01-02
1
-1
/
+1
*
for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the...
Mike Frysinger
2006-01-02
1
-16
/
+16
*
previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed...
Mike Frysinger
2006-01-01
1
-5
/
+5
*
fix path to heap.h as point out by thomas_chou in Bug 617
Mike Frysinger
2005-12-30
1
-1
/
+1
*
Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports
Mike Frysinger
2005-12-30
1
-0
/
+2
*
update to new build system
Mike Frysinger
2005-12-30
2
-66
/
+24
*
Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style
Mike Frysinger
2005-12-30
1
-11
/
+17
*
tell people to ignore these two warnings unless someone can figure out how to...
Mike Frysinger
2005-12-30
1
-0
/
+1
*
use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits i...
Mike Frysinger
2005-12-30
1
-9
/
+9
*
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
Mike Frysinger
2005-12-30
2
-2
/
+2
*
beautify utility building
Mike Frysinger
2005-12-30
1
-7
/
+9
*
use errno.h not sys/errno.h as pointed out by sjhill
Mike Frysinger
2005-12-30
2
-2
/
+1
*
Sync ftw w/ glibc, splitting ftw and ftw64
Peter S. Mazinger
2005-12-30
4
-462
/
+642
*
fix signed/unsigned warnings
Mike Frysinger
2005-12-29
3
-6
/
+6
*
kill off some signedness/unused warnings
Mike Frysinger
2005-12-29
1
-3
/
+3
*
sync whitespace with glibc
Mike Frysinger
2005-12-29
1
-15
/
+14
*
touchup code a bit to prep for new weak system
Mike Frysinger
2005-12-29
1
-8
/
+9
*
beautify
Mike Frysinger
2005-12-29
1
-10
/
+7
*
hide the internal libc pthread_mutex funcs
Mike Frysinger
2005-12-29
1
-9
/
+6
*
pointless whitespace touchups
Mike Frysinger
2005-12-29
1
-10
/
+10
*
hide some functions to cut down on relocations
Mike Frysinger
2005-12-29
3
-6
/
+12
*
make sure mq_timedsend() and mq_send() is always defined
Mike Frysinger
2005-12-29
1
-5
/
+8
*
make sure mq_timedreceive() and mq_receive() is always defined
Mike Frysinger
2005-12-29
1
-5
/
+8
*
hide __kernel functions
Mike Frysinger
2005-12-29
1
-5
/
+5
*
make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...
Mike Frysinger
2005-12-28
1
-5
/
+8
*
make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...
Mike Frysinger
2005-12-28
2
-7
/
+12
*
include grp.h just for fun
Mike Frysinger
2005-12-28
1
-0
/
+1
[next]