about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-171-33/+0
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-172-7/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0750-50/+50
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-051-5/+1
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-8/+9
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-141-0/+110
* Add some spaces before '('.Joseph Myers2019-02-272-2/+2
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-4/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0149-49/+49
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-081-2/+2
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-231-1/+1
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-242-39/+6
* Use single bits/shm.h for all architectures.Joseph Myers2018-10-172-107/+30
* Move SHMLBA to its own header.Joseph Myers2018-10-171-4/+1
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-4/+40
* Use single bits/sem.h for all architectures.Joseph Myers2018-10-152-87/+24
* Use single bits/msq.h for all architectures.Joseph Myers2018-10-112-83/+28
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-022-67/+7
* Share MAP_* flags between more architectures.Joseph Myers2018-09-261-16/+1
* Unify more sys/procfs.h headers.Joseph Myers2018-09-253-145/+80
* x86/CET: Fix property note parser [BZ #23467]H.J. Lu2018-07-304-0/+185
* x86/CET: Add a setcontext test for CETH.J. Lu2018-07-252-0/+134
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-251-0/+2
* x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu2018-07-243-6/+64