summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger2011-03-094-9/+9
* types.h: remove __ipc_pid_tPeter S. Mazinger2011-03-091-5/+0
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-096-10/+18
* nios2: Correct guard #defines in bits/kernel_types.hTobias Klauser2011-03-081-3/+3
* nptl: fix compilation on x86_64William Pitcock2011-03-086-14/+6
* shm.h: fix vax's bits/shm.hPeter S. Mazinger2011-03-081-3/+9
* Makefile.in: remove uClibc_fpmax.h independently of any config optionPeter S. Mazinger2011-03-081-1/+1
* resolv.h: disable unneeded prototypesPeter S. Mazinger2011-03-081-0/+20
* Makefile.in: remove uClibc_uwchar.h and uClibc_va_copy.h on installPeter S. Mazinger2011-03-081-0/+2
* Makerules: respect HARDWIRED_ABSPATH in interp.cPeter S. Mazinger2011-03-081-0/+6
* try to fix duplicated slashes in the generated lib*.so files (round 2)Peter S. Mazinger2011-03-081-0/+2
* Revert "buildsys: prefer the form HEADERS_RM-$(<config>)"Carmelo Amoroso2011-03-081-1/+3
* buildsys: prefer the form HEADERS_RM-$(<config>)Carmelo Amoroso2011-03-071-3/+1
* locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger2011-03-071-0/+2
* locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger2011-03-072-2/+0
* simplify ffs* codePeter S. Mazinger2011-03-064-24/+12
* remove unused ARCH_CFLAGS and ARCH_LDFLAGSPeter S. Mazinger2011-03-061-6/+0
* Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger2011-03-063-19/+19
* Implement ffsl and ffsll.Bernd Schmidt2011-03-054-9/+59
* Add sanity checks to ld.so DSBT supportMark Salter2011-03-051-1/+28
* The C6X portAurelien Jacquiot2011-03-0552-0/+3486
* Allow ABIs where SP points below the stack frame.Bernd Schmidt2011-03-051-7/+11
* Add support for DSBT ELF to ld.soMark Salter2011-03-056-6/+58
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-0511-1/+12
* fix locale buildPeter S. Mazinger2011-03-042-6/+6
* fix removal of sgtty.hPeter S. Mazinger2011-03-041-1/+3
* nptl: fix use of IS_IN_LIBPTHREAD macroCarmelo Amoroso2011-03-041-1/+1
* remove obsoleted and incorrect commentPeter S. Mazinger2011-03-031-5/+0
* provide internal hidden version of __fcntl_nocancelPeter S. Mazinger2011-03-032-0/+4
* add _dl_errno support to errno.h, cleanupPeter S. Mazinger2011-03-033-49/+7
* do not enforce FORCE_SHAREABLE_TEXT_SEGMENTS on sh4Peter S. Mazinger2011-03-031-1/+0
* sgtty.h is useless, remove it on STRICT_HEADERSPeter S. Mazinger2011-03-033-0/+9
* paths.h: add _PATH_GSHADOWPeter S. Mazinger2011-03-031-0/+1
* 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