summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add missing libc_hidden_def for __utimensat64Andreas Schwab2020-03-021-0/+2
* elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer2020-03-022-2/+16
* i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20...Adhemerval Zanella2020-02-281-2/+3
* ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader tooPaul E. Murphy2020-02-281-0/+1
* ldbl-128ibm-compat: enforce ibm128 on compat testsPaul E. Murphy2020-02-281-0/+9
* ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes2020-02-285-4/+65
* ldbl-128ibm-compat: Provide a significand implementationTulio Magno Quites Machado Filho2020-02-282-0/+26
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-281-1/+7
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-61/+9
* powerpc: Refactor fenvinline.hRogerio Alves2020-02-251-13/+19
* ldbl-128ibm: make ieee754.h work with IEEE 128 long doublePaul E. Murphy2020-02-212-2/+96
* ldbl-128ibm-compat: fixup subdir location of several funcsPaul E. Murphy2020-02-211-16/+16
* ldbl-128ibm-compat: enforce correct abi flags on internal filePaul E. Murphy2020-02-211-0/+11
* ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho2020-02-203-0/+74
* Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2020-02-202-1/+90
* nios2: Fix Linux kABI for syscall returnAdhemerval Zanella2020-02-201-1/+1
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-2028-29/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-2028-47/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-2028-45/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-2028-28/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-2028-28/+0
* Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2020-02-192-60/+55
* Fix tst-pkey expectations on pkey_get [BZ #23202]Lucas A. M. Magalhaes2020-02-191-4/+6
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-183-3/+45
* Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer2020-02-181-4/+24
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-1821-91/+303
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-182-0/+97
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-184-28/+58
* x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer2020-02-173-24/+36
* x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault2020-02-173-78/+60
* pthread: Fix building tst-robust8 with nptlSamuel Thibault2020-02-161-1/+3
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1613-5/+1074
* htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault2020-02-161-1/+0
* htl: Add missing functions and defines for robust mutexesSamuel Thibault2020-02-162-0/+7
* htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault2020-02-151-0/+4
* hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault2020-02-151-0/+108
* hurd tls: update comment about fields at the end of tcbheadSamuel Thibault2020-02-151-2/+2
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-1550-244/+0
* arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab2020-02-151-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-14100-496/+393
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-1433-486/+60
* s390: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-192/+103
* riscv: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-28/+56
* microblaze: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-35/+56
* nios2: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-5/+5