Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| * | bfin: fix sram/dma syscall definitions | Steve Kilbane | 2011-02-21 | 3 | -5/+5 | |
| * | bfin: add missing GNU-stack markings to __longjmp | Mike Frysinger | 2011-02-21 | 1 | -0/+2 | |
| * | buildsys: fix inverted logic with thread impls | Bernhard Reutner-Fischer | 2011-02-16 | 1 | -3/+2 | |
| * | buildsys: use kbuild style | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -96/+39 | |
| * | buildsys: remove wrong file | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 | |
| * | arm: use EABI per default | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 | |
| * | regex: remove set but not used variable | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -3/+1 | |
| * | ldso: remove now unused variable | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+0 | |
| * | nptl: fix typo in buildsys | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 | |
| * | FORMAT_FDPIC_ELF: only for FRV and BFIN | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 | |
| * | Fix memory leak in dlopen()/dlclose(). | Philip Craig | 2011-02-11 | 1 | -0/+4 | |
| * | Fix GNU make v3.80 compatibility | Kevin Cernekee | 2011-02-11 | 1 | -2/+6 |