| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow ABIs where SP points below the stack frame. | Bernd Schmidt | 2011-03-05 | 1 | -7/+11 |
| * | Add support for DSBT ELF to ld.so | Mark Salter | 2011-03-05 | 6 | -6/+58 |
| * | Add Makefile support for DSBT ELF. | Bernd Schmidt bernds_cb1@t-online.de | 2011-03-05 | 11 | -1/+12 |
| * | fix locale build | Peter S. Mazinger | 2011-03-04 | 2 | -6/+6 |
| * | fix removal of sgtty.h | Peter S. Mazinger | 2011-03-04 | 1 | -1/+3 |
| * | nptl: fix use of IS_IN_LIBPTHREAD macro | Carmelo Amoroso | 2011-03-04 | 1 | -1/+1 |
| * | remove obsoleted and incorrect comment | Peter S. Mazinger | 2011-03-03 | 1 | -5/+0 |
| * | provide internal hidden version of __fcntl_nocancel | Peter S. Mazinger | 2011-03-03 | 2 | -0/+4 |
| * | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger | 2011-03-03 | 3 | -49/+7 |
| * | do not enforce FORCE_SHAREABLE_TEXT_SEGMENTS on sh4 | Peter S. Mazinger | 2011-03-03 | 1 | -1/+0 |
| * | sgtty.h is useless, remove it on STRICT_HEADERS | Peter S. Mazinger | 2011-03-03 | 3 | -0/+9 |
| * | paths.h: add _PATH_GSHADOW | Peter S. Mazinger | 2011-03-03 | 1 | -0/+1 |
| * | guard nl_catd structure and related constants with STRICT_HEADERS | Peter S. Mazinger | 2011-03-03 | 1 | -0/+4 |
| * | better guard of IPV6 related stuff | Peter S. Mazinger | 2011-03-03 | 1 | -3/+6 |
| * | do not care about libc-internal.h, remove hp-timing.h | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | strcpy: remove unneeded includes from the generic version | Peter S. Mazinger | 2011-03-03 | 1 | -3/+0 |
| * | update some headers | Peter S. Mazinger | 2011-03-03 | 3 | -33/+40 |
| * | update some headers | Peter S. Mazinger | 2011-03-03 | 10 | -44/+81 |
| * | make it possible to compile with -std=gnu99/c99 and use extern inlines | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | simplify guard of uClibc internals | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | remove libc-internal.h on install | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger | 2011-03-03 | 9 | -6/+15 |
| * | make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger | 2011-03-03 | 2 | -0/+5 |
| * | remove error handling from some syscalls | Peter S. Mazinger | 2011-03-03 | 9 | -51/+33 |
| * | fix dependency on ADVANCED_REALTIME | Peter S. Mazinger | 2011-03-03 | 3 | -33/+75 |
| * | fix stubs | Peter S. Mazinger | 2011-03-03 | 1 | -5/+1 |
| * | initialize 2 variables to get rid of compiler warning | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | Correct ssp code | Peter S. Mazinger | 2011-03-03 | 3 | -27/+15 |
| * | add missing prototypes | Peter S. Mazinger | 2011-03-03 | 7 | -4/+34 |
| * | use common sigthread.h | Peter S. Mazinger | 2011-03-03 | 2 | -45/+7 |
| * | add missing prototypes | Peter S. Mazinger | 2011-03-03 | 5 | -0/+7 |
| * | style update | Peter S. Mazinger | 2011-03-03 | 1 | -12/+5 |
| * | syntax fixes | Peter S. Mazinger | 2011-03-03 | 3 | -8/+8 |
| * | avoid warnings on _STACK_GROWS_* usage | Peter S. Mazinger | 2011-03-03 | 7 | -21/+21 |
| * | syntax fix | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | try to fix duplicated slashes in the generated lib*.so files | Peter S. Mazinger | 2011-03-03 | 3 | -19/+19 |
| * | initialize tls_tpnt to NULL on all archs | Peter S. Mazinger | 2011-03-03 | 3 | -3/+3 |
| * | disable build warnings in utils | Peter S. Mazinger | 2011-03-03 | 2 | -1/+2 |
| * | guard IPv6 stuff | Peter S. Mazinger | 2011-03-03 | 5 | -2/+37 |
| * | add UCLIBC_STRICT_HEADERS config option | Peter S. Mazinger | 2011-03-03 | 1 | -0/+11 |
| * | include features.h | Peter S. Mazinger | 2011-03-03 | 1 | -0/+1 |
| * | ldso: use ADDR_ALIGN instead of hard-coded value | Carmelo Amoroso | 2011-03-03 | 1 | -1/+1 |
| * | nptl:arm: add a wrapper for .cfi_sections pseudo-ops | Carmelo Amoroso | 2011-02-25 | 3 | -2/+7 |
| * | linuxthreads.old: fix nommu initial thread stack detection | Mike Frysinger | 2011-02-24 | 2 | -17/+30 |
| * | unify stub logic | Mike Frysinger | 2011-02-24 | 31 | -275/+195 |
| * | bfin: fix fp reference in _JMPBUF_UNWINDS | Mike Frysinger | 2011-02-22 | 1 | -1/+1 |
| * | tempname: fix int precision warnings | Mike Frysinger | 2011-02-22 | 1 | -1/+4 |
| * | nptl: imit waitpid just for MIPS O32 | Bernhard Reutner-Fischer | 2011-02-22 | 1 | -1/+0 |
| * | ldso: fix fdpic builds | Mike Frysinger | 2011-02-21 | 1 | -2/+7 |
| * | bfin: add support for new cacheflush syscall | Steve Kilbane | 2011-02-21 | 3 | -1/+40 |
