summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-20ldso: silence warningBernhard Reutner-Fischer
2015-02-20Allow use of executable RUNPATH/RPATH when finding libraries.Steve Ellcey
2015-02-20ARC: Remove unused EM_ARC_A5Vineet Gupta
2015-02-20include/elf.h: bump EM_NUMBernhard Reutner-Fischer
2015-02-20elf: Add STT_GNU_IFUNC from glibcVineet Gupta
2015-02-20sync_file_range: fix standard UCLIBC_SYSCALL_ALIGN_64BIT handlingVineet Gupta
2015-02-20posix_fadvise: handle 2 variants for SYSCALL_ALIGN_64BITVineet Gupta
2015-02-20ARCv2: optimised string routinesVineet Gupta
2015-02-20ARCv2 ISA supportVineet Gupta
2015-02-17ARC: Add GNU glob to ARC defconfigsAnton Kolesov
2015-02-17libc: add setns()Bernhard Reutner-Fischer
2015-02-17Add eventfd_read() and eventfd_write()Khem Raj
2015-02-16signal.h: elide memset from sigemptysetVineet Gupta
2015-02-16ARC: sigaction: inline syscall trapVineet Gupta
2015-02-16ARC: sigaction: fold default sigrestorer into "C"Vineet Gupta
2015-02-16ARC: siagction: opencode memcpyVineet Gupta
2015-02-16ARC: remove stale TRUNCATE64_HAS_4_ARGSVineet Gupta
2015-02-16ARC defconfigs: enable some itemsAlexey Brodkin
2015-02-16ARC: add configuration option for MMU page sizeAlexey Brodkin
2015-02-16ARC: Conditionalise certain relocations as provided by TLS tools onlyVineet Gupta
2015-02-12Update MIPS configuration rules.Steve Ellcey
2015-01-28buildsys: fix IS_IN_lib* for out-of-tree buildsBernhard Reutner-Fischer
2015-01-26libc: sync_file_range missing commaBernhard Reutner-Fischer
2015-01-24libc: ppc64 etc: Fix sync_file_rangeBernhard Reutner-Fischer
2015-01-23xtensa: ldso: drop unused address calculation from _dl_linux_resolveMax Filippov
2015-01-23xtensa: ldso: coalesce dl_mprotect address rangesMax Filippov
2015-01-23add argument check in mknodWang Yufen
2015-01-23add argument check in setenv()Xishi Qiu
2015-01-23nptl: compile pt-vfork in ARM-modeBernhard Reutner-Fischer
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2015-01-19libcrypt: return NULL on unsupported saltBernhard Reutner-Fischer
2015-01-07test: Adjust passed optionsBernhard Reutner-Fischer
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-12-15test: Some more tests under conditionalsBernhard Reutner-Fischer
2014-12-15stdio: Fix printing 0.0Bernhard Reutner-Fischer
2014-12-12unistd: allow to turn off getopt_longBernhard Reutner-Fischer