Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-05 | grammar fix | Mike Frysinger | |
2006-01-05 | use tabs for whitespace | Mike Frysinger | |
2006-01-05 | sync Joseph S. Myers fixes from glibc for proper clobbers | Mike Frysinger | |
2006-01-05 | sync Joseph S. Myers fixes from glibc for a better NAN define | Mike Frysinger | |
2006-01-05 | sync __SYSCALL_CLOBBERS macro from glibc | Mike Frysinger | |
2006-01-05 | Merge from branch and add removal of 'tls.h' when using NPTL threads. | "Steven J. Hill" | |
2006-01-05 | Merge from branch. | "Steven J. Hill" | |
2006-01-05 | implement syscall6 | Mike Frysinger | |
2006-01-05 | remove duplicate ; | Mike Frysinger | |
2006-01-05 | forgot again about iconv | Peter S. Mazinger | |
2006-01-04 | one reloc less, uninline, should save some space | Peter S. Mazinger | |
2006-01-04 | __uselocale is hidden | Peter S. Mazinger | |
2006-01-04 | Build also if XLOCALE is enabled | Peter S. Mazinger | |
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger | |
2006-01-04 | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger | |
2006-01-04 | need our own version to prevent warnings | Mike Frysinger | |
2006-01-04 | update build files | Mike Frysinger | |
2006-01-04 | update buildsystem to new style | Mike Frysinger | |
2006-01-04 | Bug 618, Thomas Chou: update build flags for nios target | Mike Frysinger | |
2006-01-04 | Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc style | Mike Frysinger | |
2006-01-04 | unused | Mike Frysinger | |
2006-01-04 | now we can safely declare these hidden | Mike Frysinger | |
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger | |
2006-01-04 | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | |
use it | |||
2006-01-04 | use weak handling instead of .set | Mike Frysinger | |
2006-01-04 | kill off some unused warnings | Mike Frysinger | |
2006-01-04 | if arch doesnt provide _syscall6(), we need to alias the 64bit version | Mike Frysinger | |
2006-01-03 | Lost wcschr() | Peter S. Mazinger | |
2006-01-03 | keep __USE_GNU for program_invocation_*_name | Peter S. Mazinger | |
2006-01-03 | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | |
2006-01-03 | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger | |
2006-01-03 | Provide __tolower and use it | Peter S. Mazinger | |
2006-01-03 | Remove textrel | Peter S. Mazinger | |
2006-01-03 | Revert a change until I find the textrel cause | Peter S. Mazinger | |
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | |
wcscoll/strcoll needs some love ... | |||
2006-01-03 | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | |
where the non-hidden version was used. | |||
2006-01-03 | Add more hidden prototypes | Peter S. Mazinger | |
2006-01-03 | Add proper guard, so that we don't see the internal header in userspace | Peter S. Mazinger | |
2006-01-03 | tweak what is likely() in the argv[0] parsing | Mike Frysinger | |
2006-01-03 | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger | |
2006-01-03 | we dont need to loop calling abort() because abort() already loops for us | Mike Frysinger | |
2006-01-03 | Joseph S. Myers writes: | Mike Frysinger | |
This patch fixes the build of libpthread for MIPS. The definition of _test_and_set uses __THROW after the prototype: but attributes are only accepted after the prototype in function declarations which aren't definitions, not between the prototype and the function body in a definition. The proper macro to use here is __NTH (placing the attribute before the prototype). glibc does the same thing, so this is also a sync up with glibc | |||
2006-01-03 | Joseph S. Myers writes: | Mike Frysinger | |
I needed this patch setting CPU_LDFLAGS to build uClibc for little-endian MIPS (with a compiler with both little-endian and big-endian multilibs); otherwise it used ld (in default big-endian mode) to link little-endian objects. | |||
2006-01-03 | import a bunch of defines from gnu binutils including blackfin for Lie Zhang | Mike Frysinger | |
2006-01-03 | import a bunch of EM defines from gnu binutils | Mike Frysinger | |
2006-01-03 | touchup comments and define Blackfin for Jie Zhang | Mike Frysinger | |
2006-01-03 | fix previous commit so that __uClibc_init() is run for non-mmu cases again ↵ | Mike Frysinger | |
as report by Thomas in Bug 618 | |||
2006-01-02 | Use attribute_noreturn | Peter S. Mazinger | |
2006-01-02 | Remove -unhonoured- comment | Peter S. Mazinger | |
2006-01-02 | Remove fpu_control.h handling as well | Peter S. Mazinger | |