aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-03i386: Remove bogus THREAD_ATOMIC_* macrosAdhemerval Zanella
2019-01-03x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella
2019-01-03nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-03AArch64: Update dl-procinfo.c with new HWCAPSzabolcs Nagy
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-03termios: Consolidate termios.hAdhemerval Zanella
2019-01-03termios: Add powerpc termios-miscAdhemerval Zanella
2019-01-03termios: Remove Linux _IOT_termiosAdhemerval Zanella
2019-01-03termios: Consolidate tcflow symbolic constantsAdhemerval Zanella
2019-01-03termios: Consolidate local mode definitionsAdhemerval Zanella
2019-01-03termios: Consolidate control mode definitionsAdhemerval Zanella
2019-01-03termios: Consolidate Baud Rate Selection definitions (BZ#23783)Adhemerval Zanella
2019-01-03termios: Consolidate Output Modes definitionsAdhemerval Zanella
2019-01-03termios: Consolidate Input Modes definitions.Adhemerval Zanella
2019-01-03termios: Consolidate termios c_cc symbolic constantsAdhemerval Zanella
2019-01-03termios: Consolidate struct termiosAdhemerval Zanella
2019-01-03termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)Adhemerval Zanella
2019-01-02bs_BA: Fix a small typo in comment (bug 24011).PanderMusubi
2019-01-02Update powerpc-nofpu libm-test-ulps.Joseph Myers
2019-01-02hurd: advertise *_setpshared as not supportedSamuel Thibault
2019-01-02Update Linux kernel version in tst-mman-consts.py.Joseph Myers
2019-01-02Update MIPS libm-test-ulps.Joseph Myers
2019-01-02ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes
2019-01-02Fix ChangeLog entryFlorian Weimer
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer
2019-01-02nptl/tst-audit-threads: Switch to <support/test-driver.c>Florian Weimer
2019-01-01Add IPV6_MULTICAST_ALL from Linux 4.20 to bits/in.h.Joseph Myers
2019-01-01Add PACKET_IGNORE_OUTGOING from Linux 4.20 to netpacket/packet.h.Joseph Myers
2019-01-01Add HWCAP_SSBS from Linux 4.20 to AArch64 bits/hwcap.h.Joseph Myers
2019-01-01Update syscall-names.list for Linux 4.20.Joseph Myers
2019-01-01Update miscellaneous files from upstream sources.Joseph Myers
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-31Update timezone code from tzcode 2018i.Joseph Myers
2018-12-31regex: improve Gnulib port to AIXPaul Eggert
2018-12-31malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-12-31riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu
2018-12-31Use Linux 4.20 in build-many-glibcs.py.Joseph Myers
2018-12-28hurd: Handle "pid" magical lookup retryJustus Winter
2018-12-28Multiple locales: Use the correct 12-hour time formats (bug 10496).Rafal Luzynski
2018-12-28sq_AL: Use the correct date and time formats (bug 10496, 23724).Rafal Luzynski
2018-12-28NEWS: Fix another typo ("multithread..." -> "multi-threaded...").Rafal Luzynski
2018-12-28Replace check_mul_overflow_size_t with __builtin_mul_overflowAdhemerval Zanella
2018-12-28Update Alpha libm-test-ulpsAurelien Jarno
2018-12-28NEWS: Fix a minor typo ("incosistent" -> "inconsistent").Rafal Luzynski
2018-12-27regex: simplify Gnulib portPaul Eggert
2018-12-27Improve bench-strlenWilco Dijkstra