about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-204-3/+5
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-204-3/+5
* Linux: Remove remnants of the getcpu cacheFlorian Weimer2020-05-162-28/+0
* Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-04-292-15/+77
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-214-2/+4
* Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer2020-04-152-1/+2
* x32: Properly pass long to syscall [BZ #25810]H.J. Lu2020-04-132-6/+25
* Update syscall lists for Linux 5.6.Joseph Myers2020-04-032-0/+4
* nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella2020-04-033-146/+0
* x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-7/+0
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-202-3/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-202-3/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-202-2/+0
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-152-8/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-142-13/+15
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-141-35/+1
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-031-1/+1
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-031-1/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-031-0/+2
* x86: Make x32 use x86 time implementationAdhemerval Zanella2020-01-032-2/+0
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-021-10/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-022-0/+685
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0135-35/+35
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-271-39/+0
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-2/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-4/+0
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-1/+1
* timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2019-12-051-4/+10
* timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2019-12-051-4/+8
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-211-1/+2
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-071-0/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-062-4/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-012-0/+2
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-302-1/+1
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-171-32/+0
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-042-2/+0
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-172-51/+3
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-172-4/+5
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0738-38/+38
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-044-10/+10
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-302-2/+0