summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-155-8/+78
* libubacktrace: Provide uClibc with backtrace functionsSalvatore Cro2010-09-1512-4/+517
* misc: utmpx based logging supportSalvatore Cro2010-09-148-1/+260
* nptl: fix static linkingNatanael Copa2010-09-091-2/+2
* tests: nptl tests dependencies cleanupSalvatore Cro2010-09-091-12/+8
* ldso: Fix compilation for x86_64 without TLS support.Will Newton2010-09-071-0/+2
* 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
* add header guardBernhard Reutner-Fischer2010-08-191-0/+3
* buildsys: Do not error on GNUHASH for clean targetsBernhard Reutner-Fischer2010-08-191-1/+1
* testsuite: nptl/tst-basic5 depends on SUSV4_LEGACYBernhard Reutner-Fischer2010-08-171-0/+4
* nptl: fix calling convention for __pthread_mutex_cond_lockTimo Teräs2010-08-172-3/+10
* 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
* Revert "nptl i686: fix pthread_cond_wait.S compilation"Bernhard Reutner-Fischer2010-08-051-1/+0
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-057-229/+239
* 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-053-11/+77
* add config parserBernhard Reutner-Fischer2010-08-054-3/+324
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
* nptl: fix x86 assembly PIC relocationsTimo Teräs2010-08-052-2/+2
* buildsys: check_gcc warning flagsBernhard Reutner-Fischer2010-08-051-5/+18
* utils: add pregen requisiteBernhard Reutner-Fischer2010-08-041-2/+2
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-022-0/+16
* nptl: fix LFS handlingBernhard Reutner-Fischer2010-07-301-1/+3
* nptl: do not define _POSIX_SPAWN since its not implementedNatanael Copa2010-07-301-0/+2
* 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-274-4/+3
* buildsys: tweak quoting of V=Bernhard Reutner-Fischer2010-07-271-14/+16
* malloc-simple: Make calloc() return zeroed memorySteven J. Magnani2010-07-271-5/+4
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-272-1/+41
* endian.h: add BSD convertions between big/little-endian byte orderVladimir Zapolskiy2010-07-271-0/+38
* Fix ctime() standard compliance bugDavid A Ramos2010-07-272-0/+45
* enable fcntl nocancel prototype for all threadsMike Frysinger2010-07-261-2/+0
* 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
* ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono2010-07-261-1/+1