summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* misc: utmpx based logging supportSalvatore Cro2010-09-144-0/+115
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* libc: Provide both getpgid and __getpgid symbolsCarmelo Amoroso2010-08-311-1/+4
* Fix resolver broken in NPTL buildTimo Teräs2010-08-281-2/+2
* _uintmaxtostr: fix indentation (spaces->tabs), no code changesDenys Vlasenko2010-08-261-10/+10
* resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer2010-08-191-16/+7
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-192-28/+30
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* nptl i686: avoid cpp problems with thunk sectionBernhard Reutner-Fischer2010-08-061-0/+2
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-055-222/+218
* getproto: switch to config parserBernhard Reutner-Fischer2010-08-051-212/+137
* usershell: switch to config parserBernhard Reutner-Fischer2010-08-051-116/+56
* switch getservice to config parserBernhard Reutner-Fischer2010-08-051-212/+139
* sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2010-08-051-8/+72
* add config parserBernhard Reutner-Fischer2010-08-052-3/+273
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-021-0/+8
* Immediately try next nameserver on recv() failureIngo van Lil2010-07-281-1/+3
* malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger2010-07-271-7/+4
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-274-52/+54
* remove trailing comma in enumBernhard Reutner-Fischer2010-07-271-1/+1
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* malloc-simple: Make calloc() return zeroed memorySteven J. Magnani2010-07-271-5/+4
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-0/+38
* Fix ctime() standard compliance bugDavid A Ramos2010-07-271-0/+1
* daemon: drop cruft incorrectly re-introduced by nptl mergeMike Frysinger2010-07-261-7/+0
* bfin: pull in common/sysdep.hMike Frysinger2010-07-261-1/+1
* msync: skip if syscall is missingMike Frysinger2010-07-261-0/+4
* nommu: fix building of fork.c when stubs are disabledMike Frysinger2010-07-261-1/+2
* bfin: add exec stack markings to assembly filesMike Frysinger2010-07-265-0/+10
* arm/crt1.S: Avoid dependency on PC+4 or PC+8Khem Raj2010-07-211-8/+3
* arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...Khem Raj2010-07-151-9/+9
* silence shadow warningsBernhard Reutner-Fischer2010-07-143-48/+48
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-092-2/+23
* arm: Silence warning about shadow declarationsKhem Raj2010-07-072-26/+26
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-063-7/+7
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-064-0/+8
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-054-8/+0
* remove extra comma in lock macroAustin Foxley2010-07-031-1/+1
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-302-5/+8
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5
* remove redundant args to do_lnBernhard Reutner-Fischer2010-06-291-1/+1
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-249-39/+39
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-244-5/+5
* fix race condition when generating linker scriptsBernhard Reutner-Fischer2010-06-241-4/+5
* MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye2010-06-221-1/+1
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3