aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86
AgeCommit message (Expand)Author
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu
2020-04-29semctl: Remove the sem-pad.h fileAlistair Francis
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis
2020-03-18x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03linux: Consolidate time implementationAdhemerval Zanella
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.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-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-08Fix potential stack overflow [BZ #23490]Paul Pluzhnikov
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)
2018-10-17Use single bits/shm.h for all architectures.Joseph Myers
2018-10-17Move SHMLBA to its own header.Joseph Myers
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-10-15Use single bits/sem.h for all architectures.Joseph Myers
2018-10-11Use single bits/msq.h for all architectures.Joseph Myers
2018-10-02x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu
2018-09-26Share MAP_* flags between more architectures.Joseph Myers
2018-09-25Unify more sys/procfs.h headers.Joseph Myers
2018-07-30x86/CET: Fix property note parser [BZ #23467]H.J. Lu
2018-07-25x86/CET: Add a setcontext test for CETH.J. Lu