summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-20nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso
2010-09-17libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso
2010-09-16nptl: Remove nptl/sysdeps/generic directory from include listCarmelo Amoroso
2010-09-16nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-09-16test: Update gitignore to take into account new tests added.Carmelo Amoroso
2010-09-15ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono
2010-09-15tests: Added new nptl testsSalvatore Cro
2010-09-15sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro
2010-09-15sh: move data without fetching cache block within the memsetSalvatore Cro
2010-09-15libc: Fix cancellation handling in some C functionsSalvatore Cro
2010-09-15libubacktrace: Provide uClibc with backtrace functionsSalvatore Cro
2010-09-14misc: utmpx based logging supportSalvatore Cro
2010-09-09nptl: fix static linkingNatanael Copa
2010-09-09tests: nptl tests dependencies cleanupSalvatore Cro
2010-09-07ldso: Fix compilation for x86_64 without TLS support.Will Newton
2010-09-06misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye
2010-08-31libc: Provide both getpgid and __getpgid symbolsCarmelo Amoroso
2010-08-28Fix resolver broken in NPTL buildTimo Teräs
2010-08-26_uintmaxtostr: fix indentation (spaces->tabs), no code changesDenys Vlasenko
2010-08-19resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer
2010-08-19getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer
2010-08-19add header guardBernhard Reutner-Fischer
2010-08-19buildsys: Do not error on GNUHASH for clean targetsBernhard Reutner-Fischer
2010-08-17testsuite: nptl/tst-basic5 depends on SUSV4_LEGACYBernhard Reutner-Fischer
2010-08-17nptl: fix calling convention for __pthread_mutex_cond_lockTimo Teräs
2010-08-06config parser: fix memory corruptionTimo Teräs
2010-08-06nptl i686: avoid cpp problems with thunk sectionBernhard Reutner-Fischer
2010-08-05Revert "nptl i686: fix pthread_cond_wait.S compilation"Bernhard Reutner-Fischer
2010-08-05resolver: switch to config parserBernhard Reutner-Fischer
2010-08-05getnet: switch to config parserBernhard Reutner-Fischer
2010-08-05getproto: switch to config parserBernhard Reutner-Fischer
2010-08-05usershell: switch to config parserBernhard Reutner-Fischer
2010-08-05switch getservice to config parserBernhard Reutner-Fischer
2010-08-05sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2010-08-05add config parserBernhard Reutner-Fischer
2010-08-05math: isnan is a C99 featureHenning Heinold
2010-08-05nptl: fix x86 assembly PIC relocationsTimo Teräs
2010-08-05buildsys: check_gcc warning flagsBernhard Reutner-Fischer
2010-08-04utils: add pregen requisiteBernhard Reutner-Fischer
2010-08-02nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer
2010-07-30nptl: fix LFS handlingBernhard Reutner-Fischer
2010-07-30nptl: do not define _POSIX_SPAWN since its not implementedNatanael Copa
2010-07-28Immediately try next nameserver on recv() failureIngo van Lil
2010-07-27malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger
2010-07-27new helper funcs for alloca/malloc with mmu/nommuMike Frysinger
2010-07-27remove trailing comma in enumBernhard Reutner-Fischer
2010-07-27silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer
2010-07-27buildsys: tweak quoting of V=Bernhard Reutner-Fischer
2010-07-27malloc-simple: Make calloc() return zeroed memorySteven J. Magnani