summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypt: build fix. define ARRAY_SIZE macroHEAD0.9.32-alpineNatanael Copa2011-12-231-0/+2
* Add eventfd support.Jean-Christian de Rivaz2011-12-233-1/+68
* libcrypt: add support for SHA256-CRYPT password hashingWilliam Pitcock2011-12-237-0/+691
* libcrypt: add support for SHA512-CRYPT password hashingWilliam Pitcock2011-12-237-0/+737
* libcrypt: make crypt() itself more modularWilliam Pitcock2011-12-231-6/+24
* libcrypt: do not cast away const of key/saltMike Frysinger2011-12-231-2/+5
* Fix __libc_epoll_pwait compile failure on x86Phil Blundell2011-12-231-2/+3
* libubacktrace: use .so.$(ABI_VERSION)Bernhard Reutner-Fischer2011-12-231-1/+1
* libm: implement generic cexp(), cexpf() and cexpl().William Pitcock2011-12-232-1/+65
* libm: add cabsf() and cabsl() functions.William Pitcock2011-12-231-0/+16
* libc/x86: fix stack unwinding and backtrace informationTimo Teräs2011-12-233-75/+28
* getaddrinfo: allow numeric service without any hintsNatanael Copa2011-12-231-7/+0
* time: fix parsing of tzdata files where off_t is 64-bitWilliam Pitcock2011-12-231-1/+1
* malloc-standard: synchronize on forkTimo Teräs2011-12-231-0/+17
* libdl: rudimentary locking for dlopen/dlsym/dlcloseTimo Teräs2011-12-232-5/+50
* ldso: support RTLD_NOLOADTimo Teräs2011-12-235-20/+29
* stdlib: fix arc4random return type to u_int32_tTimo Teräs2011-12-232-3/+4
* ldso: limited support for $ORIGIN in rpathTimo Teräs2011-12-232-39/+59
* libm/x86_64: implement some fenv functionsNatanael Copa2011-12-236-0/+223
* resolv: fix resolver to return TRY_AGAIN on timeoutTimo Teräs2011-12-231-46/+49
* resolv: fix memory leakBernhard Reutner-Fischer2011-12-231-0/+2
* resolv: res_query for CNAMEsTimo Teräs2011-12-231-5/+3
* Compatible stack protector for non Thread Local storageNatanael Copa2011-12-232-13/+2
* branch 0.9.32v0.9.32Bernhard Reutner-Fischer2011-06-081-1/+1
* buildsys: fix pregen target (!NPTL with LOCALE)Carmelo Amoroso2011-05-311-1/+1
* libubacktrace: Fix ASNEEDED emissionBernhard Reutner-Fischer2011-05-311-1/+1
* NPTL: Fix CTOR_DTORBernhard Reutner-Fischer2011-05-315-35/+32
* libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
* sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
* Correct a bug when remapping textrel segments on nommuAlan Davis2011-05-271-0/+3
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+0
* epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-132-4/+34
* libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-121-1/+1
* wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-124-4/+4
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
* commentary typo fixBernhard Reutner-Fischer2011-05-113-3/+3
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
* commentary typo fixBernhard Reutner-Fischer2011-05-117-10/+10
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87
* buildsys: document UCLIBC_EXTRA_CPPFLAGSBernhard Reutner-Fischer2011-05-112-2/+3
* lll: avoid shadow warningsBernhard Reutner-Fischer2011-05-113-80/+80
* x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer2011-05-111-0/+3
* libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-111-0/+0
* Revert "libubacktrace: fix config-symbol handling"Bernhard Reutner-Fischer2011-05-111-1/+1
* add pipe2()Bernhard Reutner-Fischer2011-05-116-2/+48
* socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94