summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/x32
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-12-01x32: Remove unused getcpu implementationAdhemerval Zanella
2017-11-27Implement the mlock2 functionFlorian Weimer
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer
2017-11-09Add jmp_buf-macros.hH.J. Lu
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy
2017-09-08posix: Consolidate Linux glob implementationAdhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-08-22Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-30Add reallocarray functionDennis Wölfing
2017-03-20conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).Joseph Myers
2017-03-18conformtest: XFAIL tv_nsec tests for x32 (bug 16437).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
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-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella
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-07Consolidate posix_fadvise implementationsAdhemerval Zanella
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