summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-03-18malloc.h: Add missing feature guardBernhard Reutner-Fischer
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer
2015-03-17include: silence __leaf warningBernhard Reutner-Fischer
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2015-03-12spawn.h: Fix !_GNU_SOURCE compilationBernhard Reutner-Fischer
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-20ARCv2 ISA supportVineet Gupta
2015-02-16signal.h: elide memset from sigemptysetVineet Gupta
2014-12-12unistd: allow to turn off getopt_longBernhard Reutner-Fischer
2014-12-09sigaction: Fix !HAS_REALTIME compilationBernhard Reutner-Fischer
2014-09-09libc: add fallocate() and fallocate64()Anthony G. Basile
2014-08-26timex: Sync with glibcKhem Raj
2014-08-26Define IPTOS_CLASS_* macros according to RFC 2474Khem Raj
2014-08-25Add clock_adjtime syscallKhem Raj
2014-08-18libc: add issetugid()Anthony G. Basile
2014-08-18NPTL: ARC supportVineet Gupta
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2014-04-09ctype.h: Tweak commentBernhard Reutner-Fischer
2014-04-04sysinfo.h: Prevent redeclarationsBernhard Reutner-Fischer
2014-04-02libc: Fix buglet around __prognameBernhard Reutner-Fischer
2013-12-23elf: Add ARC Magic and RelocationsVineet Gupta
2013-11-06pull kconfig from linux-3.11Bernhard Reutner-Fischer
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-06-14libc: hide obstack relocationsBernhard Reutner-Fischer
2013-06-14libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintfAnthony G. Basile
2013-06-07Reinstate hidden protos for config_{open,close,read}()Vineet Gupta
2013-04-04add UCLIBC_SUSV2_LEGACY to hide vallocBernhard Reutner-Fischer
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14elf: Add ELF magic number and relocations for the Meta architectureMarkos Chandras
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20stat64: Use fstatat64 if arch does not have the stat64 syscallMarkos Chandras
2013-02-20statfs: Use statfs64 if arch does not have the statfs syscallMarkos Chandras
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2013-02-20truncate: Use truncate64 if arch does not have the truncate syscallMarkos Chandras
2013-02-20symlink: Use symlinkat if arch does not have the symlink syscallMarkos Chandras
2013-02-20readlink: Use readlinkat if arch does not have the readlink syscallMarkos Chandras
2013-02-20rename: Use renameat if arch does not have the rename syscallMarkos Chandras
2013-02-20mkdir: Use mkdirat if arch does not have the mkdir syscallMarkos Chandras
2013-02-20chown: Use fchownat if arch does not have the chown syscallMarkos Chandras
2013-02-20unlink: Use unlinkat if arch does not have the unlink syscallMarkos Chandras
2013-02-20link: Use linkat if arch does not have the link syscallMarkos Chandras
2013-02-20access: Use faccessat if arch does not have the access syscallMarkos Chandras
2013-02-20chmod: Use fchmodat if arch does not have the chmod syscallMarkos Chandras
2013-02-20dup2: Use dup3 if arch does not have the dup2 syscallMarkos Chandras
2013-02-18libc: add non standard execvpe functionHenning Heinold
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer