summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Remove unnecessary <stap-probe.h> include from lowlevellock.hFlorian Weimer2019-02-063-4/+6
* Fix wide char format specifier in libio/tst-bz24153.c.Stefan Liebler2019-02-062-2/+6
* S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.Stefan Liebler2019-02-062-1/+7
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-068-42/+132
* arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer2019-02-054-0/+53
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-02-042-1/+4
* Remove duplicate initialization of field in nscd.Joseph Myers2019-02-042-1/+5
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-0411-151/+217
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-10/+111
* <spawn.h>: Add missing nonnull attributes and __restrict qualifiersFlorian Weimer2019-02-042-24/+63
* elf: Implement --preload option for the dynamic linkerDavid Newall2019-02-045-7/+89
* testrun.sh: Exit in case of incorrect argumentMatthew Malcomson2019-02-042-0/+5
* time: Avoid alignment gaps in __tzfile_readFlorian Weimer2019-02-042-30/+32
* time: Use struct alloc_buffer in __tzfile_readFlorian Weimer2019-02-032-49/+55
* testsuite: stdlib/isomac.c: add missing includeAurelien Jarno2019-02-032-0/+5
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-034-8/+19
* libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer2019-02-0311-29/+157
* manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer2019-02-023-27/+48
* Require GCC 6.2 or later to build glibc.Joseph Myers2019-02-016-16/+18
* support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2019-02-013-7/+13
* support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer2019-02-012-0/+9
* manual: Update struct sockaddr_in, struct sockaddr_sin6 descriptionFlorian Weimer2019-02-012-10/+35
* Cleanup clock_*time includesWilco Dijkstra2019-02-017-98/+46
* aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue2019-02-017-3/+320
* aarch64: Optimized memset specific to AmpereComputing emagFeng Xue2019-02-016-2/+228
* aarch64: Add AmpereComputing emag to tunable cpu listFeng Xue2019-02-014-1/+13
* posix/tst-spawn: Fix racy tests in spawned processes.Stefan Liebler2019-02-012-5/+10
* make-syscalls.sh: fix comment referencing syscall-templateVineet Gupta2019-01-312-1/+6
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-01-319-11/+534
* Use MPFR 4.0.2 in build-many-glibcs.py.Joseph Myers2019-02-012-1/+6
* libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov2019-01-3110-25/+119
* regex: fix read overrun [BZ #24114]Paul Eggert2019-01-312-3/+13
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-316-0/+98
* Open master for 2.30 developmentglibc-2.29.9000Siddhesh Poyarekar2019-01-313-2/+30
* Tag 2.29 releaseglibc-2.29Siddhesh Poyarekar2019-01-313-3/+7
* Prepare for 2.29 releaseSiddhesh Poyarekar2019-01-315-17/+184
* Update translationsSiddhesh Poyarekar2019-01-2535-10796/+12680
* [elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella2019-01-254-153/+7
* hurd: Fix initial sigaltstack stateSamuel Thibault2019-01-241-0/+1
* RISC-V: Update nofpu ULPsDarius Rad2019-01-241-0/+8
* alpha: Fix __remqu corrupting $f3 registerUroš Bizjak2019-01-242-0/+10
* hurd: Fix initial sigaltstack stateSamuel Thibault2019-01-242-0/+6
* strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi2019-01-246-9/+171
* strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi2019-01-244-1/+23
* hurd: Fix libsupport xsigstack buildAdhemerval Zanella2019-01-242-0/+10
* elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella2019-01-245-7/+164
* hurd: Support AT_EMPTY_PATHSamuel Thibault2019-01-222-0/+23
* hurd: Check at_flags passed to faccessatSamuel Thibault2019-01-222-1/+8
* Use binutils 2.32 branch in build-many-glibcs.py.Joseph Myers2019-01-212-1/+6
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-2115-40/+455