about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-282-2/+0
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-35/+9
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-162-2/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-152-2/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-0/+32
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-152-2/+0
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-051-3/+0
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-122-0/+4
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-022-4/+0
* Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser2019-06-211-1/+1
* Linux: Add getdents64 system callFlorian Weimer2019-06-072-0/+2
* Remove unused get_clockfreq filesAdhemerval Zanella2019-05-291-1/+0
* Linux: Add the tgkill functionFlorian Weimer2019-05-142-0/+2
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-145-497/+1
* misc: Add twalk_r functionFlorian Weimer2019-05-022-0/+2
* nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2019-03-051-115/+0
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-143-109/+0
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-082-0/+2
* x86: Remove unnecessary <stap-probe.h> include from lowlevellock.hFlorian Weimer2019-02-061-2/+0
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-031-21/+19
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* m68k: Fix sigaction kernel definition (BZ #23960)Adhemerval Zanella2018-12-181-1/+2
* Add getcpuH.J. Lu2018-12-072-0/+2
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-072-0/+2
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-232-7/+8
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-212-0/+2
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-212-0/+2
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-212-0/+2
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-212-0/+4
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-062-0/+2
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-257-1/+389
* nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2018-07-244-0/+50
* x86: Update vfork to pop shadow stackH.J. Lu2018-07-241-0/+38
* x86_64: Undef SHADOW_STACK_POINTER_OFFSET lastH.J. Lu2018-07-151-3/+2
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-141-0/+38
* Add the statx functionFlorian Weimer2018-07-102-0/+2
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-052-0/+2
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-262-0/+2
* Make llseek a compat symbol (bug 18471).Joseph Myers2018-05-221-1/+0
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-172-49/+6
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+26
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+26
* Ignore absolute symbols in ABI tests.Joseph Myers2018-05-0427-98/+0
* x86-64/swapcontext: Restore the pointer into %rdx after syscallH.J. Lu2018-05-021-20/+22
* x86-64/setcontext: Pop the pointer into %rdx after syscallH.J. Lu2018-05-021-19/+22