summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-225-11/+42
| * remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
| * sleep: tiny code shrinkDenys Vlasenko2010-10-221-4/+4
| * sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-223-6/+17
| * sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko2010-10-221-22/+18
| * sleep: remove commented-out code. no code changesDenys Vlasenko2010-10-221-4/+0
| * sleep: code shrinkDenys Vlasenko2010-10-212-33/+28
| * vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko2010-10-191-21/+20
| * _vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko2010-10-191-5/+3
| * vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko2010-10-191-136/+135
| * vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko2010-10-191-25/+38
| * getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa2010-10-141-17/+8
| * getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
| * getservice: fix handling of long linesNatanael Copa2010-10-141-22/+16
| * parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
| * config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
| * getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa2010-10-141-3/+2
| * config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
| * sparc: pipe.SAustin Foxley2010-10-011-1/+1
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-09-242-2/+7
|\|
| * nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-202-2/+7
* | ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono2010-09-171-1/+17
|/
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* libc: Add canonicalize_file_name functionCarmelo Amoroso2010-09-163-1/+40
* sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro2010-09-151-21/+107
* sh: move data without fetching cache block within the memsetSalvatore Cro2010-09-151-28/+34
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-155-8/+78
* 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