summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * guard nl_catd structure and related constants with STRICT_HEADERSPeter S. Mazinger2011-03-031-0/+4
| * better guard of IPV6 related stuffPeter S. Mazinger2011-03-031-3/+6
| * do not care about libc-internal.h, remove hp-timing.hPeter S. Mazinger2011-03-031-1/+1
| * strcpy: remove unneeded includes from the generic versionPeter S. Mazinger2011-03-031-3/+0
| * update some headersPeter S. Mazinger2011-03-033-33/+40
| * update some headersPeter S. Mazinger2011-03-0310-44/+81
| * make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger2011-03-031-1/+1
| * simplify guard of uClibc internalsPeter S. Mazinger2011-03-031-1/+1
| * remove libc-internal.h on installPeter S. Mazinger2011-03-031-1/+1
| * remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-039-6/+15
| * make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger2011-03-032-0/+5
| * remove error handling from some syscallsPeter S. Mazinger2011-03-039-51/+33
| * fix dependency on ADVANCED_REALTIMEPeter S. Mazinger2011-03-033-33/+75
| * fix stubsPeter S. Mazinger2011-03-031-5/+1
| * initialize 2 variables to get rid of compiler warningPeter S. Mazinger2011-03-031-1/+1
| * Correct ssp codePeter S. Mazinger2011-03-033-27/+15
| * add missing prototypesPeter S. Mazinger2011-03-037-4/+34
| * use common sigthread.hPeter S. Mazinger2011-03-032-45/+7
| * add missing prototypesPeter S. Mazinger2011-03-035-0/+7
| * style updatePeter S. Mazinger2011-03-031-12/+5
| * syntax fixesPeter S. Mazinger2011-03-033-8/+8
| * avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-037-21/+21
| * syntax fixPeter S. Mazinger2011-03-031-1/+1
| * try to fix duplicated slashes in the generated lib*.so filesPeter S. Mazinger2011-03-033-19/+19
| * initialize tls_tpnt to NULL on all archsPeter S. Mazinger2011-03-033-3/+3
| * disable build warnings in utilsPeter S. Mazinger2011-03-032-1/+2
| * guard IPv6 stuffPeter S. Mazinger2011-03-035-2/+37
| * add UCLIBC_STRICT_HEADERS config optionPeter S. Mazinger2011-03-031-0/+11
| * include features.hPeter S. Mazinger2011-03-031-0/+1
| * ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso2011-03-031-1/+1
| * nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-253-2/+7
| * linuxthreads.old: fix nommu initial thread stack detectionMike Frysinger2011-02-242-17/+30
| * unify stub logicMike Frysinger2011-02-2431-275/+195
| * bfin: fix fp reference in _JMPBUF_UNWINDSMike Frysinger2011-02-221-1/+1
| * tempname: fix int precision warningsMike Frysinger2011-02-221-1/+4
| * nptl: imit waitpid just for MIPS O32Bernhard Reutner-Fischer2011-02-221-1/+0
| * ldso: fix fdpic buildsMike Frysinger2011-02-211-2/+7
| * bfin: add support for new cacheflush syscallSteve Kilbane2011-02-213-1/+40
| * bfin: fix sram/dma syscall definitionsSteve Kilbane2011-02-213-5/+5
| * bfin: add missing GNU-stack markings to __longjmpMike Frysinger2011-02-211-0/+2
| * buildsys: fix inverted logic with thread implsBernhard Reutner-Fischer2011-02-161-3/+2
| * buildsys: use kbuild styleBernhard Reutner-Fischer2011-02-141-96/+39
| * buildsys: remove wrong fileBernhard Reutner-Fischer2011-02-141-1/+1
| * arm: use EABI per defaultBernhard Reutner-Fischer2011-02-141-1/+1
| * regex: remove set but not used variableBernhard Reutner-Fischer2011-02-141-3/+1
| * ldso: remove now unused variableBernhard Reutner-Fischer2011-02-141-1/+0
| * nptl: fix typo in buildsysBernhard Reutner-Fischer2011-02-141-1/+1
| * FORMAT_FDPIC_ELF: only for FRV and BFINBernhard Reutner-Fischer2011-02-141-1/+1
| * Fix memory leak in dlopen()/dlclose().Philip Craig2011-02-111-0/+4
| * Fix GNU make v3.80 compatibilityKevin Cernekee2011-02-111-2/+6