about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/sysdep.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov2023-05-231-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-40/+0
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-051-2/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-281-1/+1
* x86-64: Add the clone3 wrapperH.J. Lu2021-07-141-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-04-291-14/+57
* x32: Properly pass long to syscall [BZ #25810]H.J. Lu2020-04-131-6/+9
* x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-7/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-11/+13
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-141-35/+1
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-031-1/+1
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-031-1/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-031-0/+2
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-021-10/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-171-3/+3
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-171-0/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-051-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-231-0/+3
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-251-0/+5
* x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault2018-03-181-4/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2017-10-111-0/+2
* Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella2017-08-221-109/+142
* x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2017-06-051-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]H.J. Lu2016-07-111-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-161-2/+5
* Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-131-0/+1
* Consolidate sched_getcpuAdhemerval Zanella2015-06-091-0/+1
* x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella2015-06-011-0/+4
* Consolidate vDSO macros and usageAdhemerval Zanella2015-05-261-55/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-2/+2
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-171-2/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove unused pseudo_end labelAndreas Schwab2012-07-251-3/+2
* Replace "jmp L(pseudo_end)" with "ret"H.J. Lu2012-05-231-1/+1
* Add INTERNAL_SYSCALL_TYPESH.J. Lu2012-05-221-39/+97