about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* support/shell-container.c: Add builtin killAdhemerval Zanella2020-03-251-0/+25
* support/shell-container.c: Add builtin exitAdhemerval Zanella2020-03-251-0/+13
* support/shell-container.c: Return 127 if execve failsAdhemerval Zanella2020-03-251-1/+1
* Add NEWS entry for CVE-2020-1751 (bug 25423)Aurelien Jarno2020-03-241-0/+3
* posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-232-11/+129
* y2038: fix: Add missing libc_hidden_def attribute for some syscall wrappersLukasz Majewski2020-03-235-0/+10
* Extended Char Intro: Use getwc in example (Bug 25626)Carlos O'Donell2020-03-201-1/+1
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2020-03-202-2/+115
* stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer2020-03-201-144/+180
* Add NEWS entry for CVE-2020-1752 (bug 25414)Aurelien Jarno2020-03-191-0/+3
* math: Remove inline math testsAdhemerval Zanella2020-03-1964-23645/+7563
* Remove __LIBC_INTERNAL_MATH_INLINESAdhemerval Zanella2020-03-193-3/+1
* math: Remove mathinlineAdhemerval Zanella2020-03-193-19/+1
* m68k: Remove mathinline.hAdhemerval Zanella2020-03-1915-378/+238
* oc_FR locale: Fix spelling of Thursday (bug 25639)Rafał Lużyński2020-03-191-1/+1
* x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu2020-03-1810-208/+165
* Fix build with GCC 10 when long double = double.Joseph Myers2020-03-171-0/+122
* nscd/cachedumper.c : fix whitespaceDJ Delorie2020-03-171-4/+4
* Fix nscd/cachedumper.c compile errorsDJ Delorie2020-03-161-6/+8
* manual: Fix inconsistent declaration of wcsrchr [BZ #24655]Girish Joshi2020-03-131-1/+1
* nscd: add cache dumperDJ Delorie2020-03-134-1/+389
* parse_tunables: Fix typo in commentJonathan Wakely2020-03-131-1/+1
* ldconfig: trace origin paths with -vDJ Delorie2020-03-111-6/+24
* test-container: print errno when execvp failsMichael Hudson-Doyle2020-03-111-1/+1
* [AArch64] Improve integer memcpyWilco Dijkstra2020-03-111-96/+101
* Add NEWS entry for CVE-2020-10029 (bug 25487)Aurelien Jarno2020-03-111-1/+3
* gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta2020-03-101-2/+4
* mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321eAdhemerval Zanella2020-03-101-1/+1
* elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella2020-03-101-5/+6
* y2038: linux: Provide __futimesat64 implementationLukasz Majewski2020-03-092-13/+32
* y2038: linux: Provide __lutimes64 implementationLukasz Majewski2020-03-092-13/+27
* y2038: linux: Provide __futimes64 implementationLukasz Majewski2020-03-092-19/+26
* y2038: fix: Add missing libc_hidden_def for __futimens64Lukasz Majewski2020-03-071-0/+2
* sparc: Move sigreturn stub to assemblyAdhemerval Zanella2020-03-065-38/+73
* 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