aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/64
AgeCommit message (Expand)Author
2017-06-08Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-08Require Linux kernel 3.2 or later on x86 / x86_64.Joseph Myers
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-30Add iscanonical.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-29Add fetestexceptflag.Joseph Myers
2016-08-16Add fesetexcept.Joseph Myers
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu
2016-03-03Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu
2016-02-24Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/masterH.J. Lu
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-06Simplify the abilist formatFlorian Weimer
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2014-09-26Remove shlib-versions entries redundant with DEFAULT entries.Joseph Myers
2014-09-26Clean up gnu/lib-names.h generation (bug 14171).Joseph Myers
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers
2014-07-17Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac.Joseph Myers
2014-07-17Move architecture shlib-versions files to Linux-specific directories.Joseph Myers
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath
2014-05-14x86: Move abilist files out of nptl/ subdirectories.Roland McGrath
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge