summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* shm.h: fix vax's bits/shm.hPeter S. Mazinger2011-03-081-3/+9
* 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-071-1/+0
* simplify ffs* codePeter S. Mazinger2011-03-063-17/+11
* Implement ffsl and ffsll.Bernd Schmidt2011-03-053-7/+51
* The C6X portAurelien Jacquiot2011-03-0539-0/+2460
* Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+3
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* provide internal hidden version of __fcntl_nocancelPeter S. Mazinger2011-03-031-0/+1
* add _dl_errno support to errno.h, cleanupPeter S. Mazinger2011-03-031-43/+0
* sgtty.h is useless, remove it on STRICT_HEADERSPeter S. Mazinger2011-03-031-0/+2
* strcpy: remove unneeded includes from the generic versionPeter S. Mazinger2011-03-031-3/+0
* update some headersPeter S. Mazinger2011-03-031-0/+1
* simplify guard of uClibc internalsPeter S. Mazinger2011-03-031-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-035-0/+10
* make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger2011-03-031-0/+4
* remove error handling from some syscallsPeter S. Mazinger2011-03-039-51/+33
* 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-032-19/+9
* add missing prototypesPeter S. Mazinger2011-03-032-2/+9
* use common sigthread.hPeter S. Mazinger2011-03-031-1/+7
* add missing prototypesPeter S. Mazinger2011-03-031-0/+1
* style updatePeter S. Mazinger2011-03-031-12/+5
* syntax fixesPeter S. Mazinger2011-03-031-2/+2
* guard IPv6 stuffPeter S. Mazinger2011-03-033-0/+18
* nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-251-0/+5
* unify stub logicMike Frysinger2011-02-2430-266/+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
* 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
* regex: remove set but not used variableBernhard Reutner-Fischer2011-02-141-3/+1
* nptl: fix typo in buildsysBernhard Reutner-Fischer2011-02-141-1/+1
* Fix GNU make v3.80 compatibilityKevin Cernekee2011-02-111-2/+6
* arm: use CAS gcc builtin if SI-mode pattern is availableBernhard Reutner-Fischer2011-02-111-8/+17
* i386: extend IMA guards to also cover LTOBernhard Reutner-Fischer2011-02-091-2/+5
* *printf: Violation of precision with null stringJones Desougi2011-02-091-0/+6
* sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard2011-02-093-3/+63
* arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer2011-02-091-0/+122
* fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko2011-02-061-1/+1
* nios2: Name architecture correctly in endian.h headerTobias Klauser2011-02-011-1/+1
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-291-0/+4
* stdio: fix diagnostic messageBernhard Reutner-Fischer2011-01-211-1/+1
* cris: Fix build issuesKhem Raj2011-01-152-0/+83