aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer
2019-02-02manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer
2019-02-01Require GCC 6.2 or later to build glibc.Joseph Myers
2019-02-01support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer
2019-02-01support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer
2019-02-01manual: Update struct sockaddr_in, struct sockaddr_sin6 descriptionFlorian Weimer
2019-02-01Cleanup clock_*time includesWilco Dijkstra
2019-02-01aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue
2019-02-01aarch64: Optimized memset specific to AmpereComputing emagFeng Xue
2019-02-01aarch64: Add AmpereComputing emag to tunable cpu listFeng Xue
2019-02-01posix/tst-spawn: Fix racy tests in spawned processes.Stefan Liebler
2019-01-31make-syscalls.sh: fix comment referencing syscall-templateVineet Gupta
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell
2019-02-01Use MPFR 4.0.2 in build-many-glibcs.py.Joseph Myers
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov
2019-01-31regex: fix read overrun [BZ #24114]Paul Eggert
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer
2019-01-31Open master for 2.30 developmentglibc-2.29.9000Siddhesh Poyarekar
2019-01-31Tag 2.29 releaseglibc-2.29Siddhesh Poyarekar
2019-01-31Prepare for 2.29 releaseSiddhesh Poyarekar
2019-01-25Update translationsSiddhesh Poyarekar
2019-01-25[elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella
2019-01-24hurd: Fix initial sigaltstack stateSamuel Thibault
2019-01-24RISC-V: Update nofpu ULPsDarius Rad
2019-01-24alpha: Fix __remqu corrupting $f3 registerUroš Bizjak
2019-01-24hurd: Fix initial sigaltstack stateSamuel Thibault
2019-01-24strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi
2019-01-24strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi
2019-01-24hurd: Fix libsupport xsigstack buildAdhemerval Zanella
2019-01-24elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella
2019-01-22hurd: Support AT_EMPTY_PATHSamuel Thibault
2019-01-22hurd: Check at_flags passed to faccessatSamuel Thibault
2019-01-21Use binutils 2.32 branch in build-many-glibcs.py.Joseph Myers
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer
2019-01-21resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer
2019-01-18malloc: Revert fastbins to old-style atomicsFlorian Weimer
2019-01-18Disable lazy binding on tests for minimal signal handlerH.J. Lu
2019-01-18manual: Fix the wording to "alternative" rather than "alternate"TAMUKI Shoichi
2019-01-16powerpc: Fix tiny bug in strncmp.cPaul Clarke
2019-01-16Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg