aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/sysdep.h
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-04-29Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu
2020-04-13x32: Properly pass long to syscall [BZ #25810]H.J. Lu
2020-03-03x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella
2020-01-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-05linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-07-25x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu
2018-03-18x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-07-11X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]H.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-16Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-06-09Consolidate sched_getcpuAdhemerval Zanella
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-05-23Replace "jmp L(pseudo_end)" with "ret"H.J. Lu
2012-05-22Add INTERNAL_SYSCALL_TYPESH.J. Lu