aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64
AgeCommit message (Expand)Author
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]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-03x86: Make x32 use x86 time implementationAdhemerval Zanella
2020-01-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer
2020-01-02Linux: Add tables with system call numbersFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-12-05timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski
2019-12-05timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
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-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-08-05linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer
2019-06-21Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-05-29Remove unused get_clockfreq filesAdhemerval Zanella
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella