about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0648-48/+48
* Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab2022-10-101-3/+1
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-161-10/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0148-48/+48
* Set default __TIMESIZE default to 64Adhemerval Zanella2021-12-231-0/+2
* nptl: Add rseq registrationFlorian Weimer2021-12-091-0/+30
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-221-0/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers2021-08-091-1/+5
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-1/+1
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-06-151-0/+4
* y2038: Use a common definition for statLukasz Majewski2021-06-151-41/+49
* x86: Remove low-level lock optimizationFlorian Weimer2021-04-211-87/+0
* x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella2021-04-211-0/+39
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2312-210/+8
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-012-0/+88
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-132-11/+72
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0250-50/+50
* x86: Rename readelflib.cH.J. Lu2020-12-061-0/+93
* y2038: linux: Provide __time64 implementationLukasz Majewski2020-10-191-1/+3
* x86/CET: Update vfork to prevent child returnH.J. Lu2020-10-152-0/+93
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-152-3/+4
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-091-39/+7
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-092-11/+4
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-092-10/+12
* Linux: Remove rseq supportFlorian Weimer2020-07-161-30/+0
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-131-1/+1
* sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2020-07-091-2/+2
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-071-3/+2
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+30
* x86: Add --enable-cet=permissiveH.J. Lu2020-05-181-1/+1
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-181-1/+1
* semctl: Remove the sem-pad.h fileAlistair Francis2020-04-291-5/+15
* Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer2020-04-151-20/+0
* sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis2020-04-021-0/+5
* x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu2020-03-182-25/+0
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-181-1/+3
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-142-13/+8
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-4/+0
* linux: Consolidate time implementationAdhemerval Zanella2020-01-031-25/+2
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-031-31/+2
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-031-4/+0
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-032-8/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0149-49/+49
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-301-2/+2
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-26/+17
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-23/+11
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+5
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-141-1/+5