about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* ldbl-128ibm: Let long double files have specific compiler flagsTulio Magno Quites Machado Filho2020-03-061-3/+19
* ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan2020-03-064-1/+35
* powerpc: Fix feraiseexcept and feclearexcept macrosMatheus Castanho2020-03-061-2/+2
* arm: Fix softp-fp Implies (BZ #25635)Adhemerval Zanella2020-03-062-0/+2
* Remove reference of --without-fp on configureAdhemerval Zanella2020-03-062-2/+4
* linux/sysipc: Include linux/posix_types.h for __kernel_mode_tAdhemerval Zanella2020-03-063-0/+3
* Improve IFUNC check [BZ #25506]Fangrui Song2020-03-052-2/+2
* linux: Clear mode_t padding bits (BZ#25623)Adhemerval Zanella2020-03-053-6/+21
* linux: Remove aarch64 ipc_priv.hAdhemerval Zanella2020-03-051-21/+0
* Linux: Use __fstatat64 in fchmodat implementationFlorian Weimer2020-03-051-1/+1
* Linux: Use AT_FDCWD in utime, utimes when calling utimensatFlorian Weimer2020-03-052-2/+4
* S390: Remove backchain-based fallback and use generic backtrace.c.Stefan Liebler2020-03-052-295/+0
* manual: Fix wrong declaration of wcschr [BZ #24654]Girish Joshi2020-03-051-1/+1
* manual: Fix typo in parse_printf_format example [BZ #24638]Girish Joshi2020-03-041-1/+1
* Update translationsSiddhesh Poyarekar2020-03-042-10/+236
* Convert Python scripts to Python 3Alistair Francis2020-03-037-7/+7
* alpha: Do not build with -fpicFlorian Weimer2020-03-031-4/+0
* y2038: linux: Provide __utime64 implementationLukasz Majewski2020-03-033-1/+59
* y2038: linux: Provide __utimes64 implementationLukasz Majewski2020-03-032-11/+29
* y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski2020-03-031-0/+12
* microblaze: vfork is always availableFlorian Weimer2020-03-031-4/+0
* m68k: getpagesize syscall number is always availableFlorian Weimer2020-03-031-4/+0
* Linux: epoll_pwait syscall number is always availableFlorian Weimer2020-03-031-16/+0
* x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-7/+0
* ia64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-6/+0
* 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