summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-24libcrypt: Rename some internal macrosBernhard Reutner-Fischer
2015-03-24buildsys: fix IS_IN_lib* for .sBernhard Reutner-Fischer
2015-03-24utmp: indentBernhard Reutner-Fischer
2015-03-24utmp: Remove unneeded aliasesBernhard Reutner-Fischer
2015-03-24utmp: add _unlocked suffix to internal helpersBernhard Reutner-Fischer
2015-03-24buildsys: HAS_UTMP (XPG2, SVr4 compat) knobBernhard Reutner-Fischer
2015-03-24libc: TIME64_COMPAT32 for sparc, mipsBernhard Reutner-Fischer
2015-03-24Revert "utent.c, wtent.c: move functions from utxent.c"Bernhard Reutner-Fischer
2015-03-22fix bfin compile, -msoft-float is not availableWaldemar Brodkorb
2015-03-22test: add utmpx testBernhard Reutner-Fischer
2015-03-22libc: add getrandom(2)Bernhard Reutner-Fischer
2015-03-22librt: Use -nodefaultlibs instead of -nostdlibKhem Raj
2015-03-22nptl/atfork: Hide pthread_atfork in shared versionsKhem Raj
2015-03-22libc: Fix vfprintf compilation without HAS_FLOATSBernhard Reutner-Fischer
2015-03-22nptl/arm: Move aeabi_read_tp to uclibc_nonshared.aKhem Raj
2015-03-22atexit_old: Do not add it to shared libcKhem Raj
2015-03-22test: enable libm test log2Bernhard Reutner-Fischer
2015-03-22extra: add clang flags for gen_bits_syscall_hBernhard Reutner-Fischer
2015-03-18malloc.h: Add missing feature guardBernhard Reutner-Fischer
2015-03-18malloc-standard: Add locking to malloc_trimBernhard Reutner-Fischer
2015-03-18malloc: checked_request2size failure deadlocksZhiqiang Zhang
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer
2015-03-18test: skip arc4random on glibcBernhard Reutner-Fischer
2015-03-18buildsys: fix IS_IN_lib* for .iBernhard Reutner-Fischer
2015-03-17libc: update strverscmpBernhard Reutner-Fischer
2015-03-17nptl: fix exclusion of pthread_setconcurrency.cBernhard Reutner-Fischer
2015-03-17include: silence __leaf warningBernhard Reutner-Fischer
2015-03-17test: Tweak arc4random exclusionBernhard Reutner-Fischer
2015-03-16resolv: fix unaligned tmp buffer corner-caseAlexey Brodkin
2015-03-14Add fix from OpenWrt for MIPS64 N64 ABIWaldemar Brodkorb
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2015-03-12buildsys: create linker script with proper flagsBernhard Reutner-Fischer
2015-03-12spawn.h: Fix !_GNU_SOURCE compilationBernhard Reutner-Fischer
2015-03-11add defines from GNU libc to fix ltrace compileWaldemar Brodkorb
2015-03-09remove NAN selection, better do it in your build systemWaldemar Brodkorb
2015-03-08mark as git versionWaldemar Brodkorb
2015-03-08remove duplicate entriesWaldemar Brodkorb
2015-03-08prepare for 1.0.1v1.0.1Waldemar Brodkorb
2015-03-08fix regression for ARM thumb modeWaldemar Brodkorb
2015-03-08okay, chicken-egg-problem solved really now. (was xtensa no thread failure)Waldemar Brodkorb
2015-03-08Makefile.in: add missing dependency on bits/sysnum.h to $(pregen-headers-y)Max Filippov
2015-03-07should have test it better, fix non-thread compileWaldemar Brodkorb
2015-03-07fix non-thread compile for xtensaWaldemar Brodkorb
2015-03-04Merge remote-tracking branch 'origin/upstream' into 1.0Waldemar Brodkorb
2015-03-03sparc/clone.S: guard tcb-offsets.h include with RESET_PIDGustavo Zacarias
2015-02-27libc: silence warningBernhard Reutner-Fischer
2015-02-27ldso: silence warningBernhard Reutner-Fischer
2015-02-26use weak to fix f.e. cdrkit static compile. fixes #3Waldemar Brodkorb
2015-02-20gcc 4.9.x produces some calls to abort()Waldemar Brodkorb
2015-02-20sync with uClibcWaldemar Brodkorb