about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Linux: open_by_handle_at syscall number is always availableFlorian Weimer2020-03-031-9/+0
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-033-14/+6
* Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer2020-03-031-2/+0
* Linux: getdents64 syscall number is always available on MIPSFlorian Weimer2020-03-031-2/+0
* Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer2020-03-034-22/+7
* Linux: exit_group syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: set_tid_address syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: pkey_mprotect syscall number is always availableFlorian Weimer2020-03-031-5/+0
* Linux: rt_sigqueueinfo syscall number is always availableFlorian Weimer2020-03-032-10/+0
* Linux: getrandom syscall number is always availableFlorian Weimer2020-03-032-22/+0
* Linux: Clean up preadv, pwritev system call namesFlorian Weimer2020-03-034-28/+4
* Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer2020-03-037-40/+4
* Linux: sigaltstack syscall number is always availableFlorian Weimer2020-03-031-4/+0
* Linux: sched_getaffinity syscall number is always availableFlorian Weimer2020-03-031-7/+3
* Linux: sched_setaffinity syscall number is always availableFlorian Weimer2020-03-031-6/+1
* Linux: statx syscall number is always availableFlorian Weimer2020-03-031-7/+4
* Linux: mq_* syscall numbers are always availableFlorian Weimer2020-03-037-41/+0
* Linux: mlock2 syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: copy_file_range syscall number is always availableFlorian Weimer2020-03-031-5/+0
* Linux: renameat2 syscall number is always availableFlorian Weimer2020-03-031-4/+3
* build-many-glibcs.py: Add list-compilers, list-glibcs commandsFlorian Weimer2020-03-031-4/+21
* build-many-glibcs.py: Add --shallow optionFlorian Weimer2020-03-031-3/+12
* Fixed typo in run_command_array() in support/shell-container.cGirish Joshi2020-03-021-1/+1
* 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-024-2/+108
* 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 complex math functionsRajalakshmi Srinivasaraghavan2020-02-281-2/+19
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-285-18/+85
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-61/+9
* posix: Refactor tst-waitid (BZ #14666)Adhemerval Zanella2020-02-271-396/+153
* support: Add support_process_state_waitAdhemerval Zanella2020-02-276-0/+278
* malloc/tst-mallocfork2: Kill lingering process for unexpected failuresAdhemerval Zanella2020-02-271-11/+28
* elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer2020-02-261-8/+8
* powerpc: Refactor fenvinline.hRogerio Alves2020-02-251-13/+19
* nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-256-28/+54
* csu: Use ELF constructor instead of _init in libc.soFlorian Weimer2020-02-253-8/+8
* 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-204-14/+75
* Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2020-02-204-7/+112
* nios2: Fix Linux kABI for syscall returnAdhemerval Zanella2020-02-201-1/+1
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-02-201-12/+13
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-2032-38/+1
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-2032-34/+3
* Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer2020-02-203-0/+4