summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-08-01Update NEWS, version.h, and features.h for glibc 2.28.Carlos O'Donell
2018-07-25Fix C11 conformance issuesAdhemerval Zanella
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-07-10Add the statx functionFlorian Weimer
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-27Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-06-26sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer
2018-06-16hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-05-23Implement allocate_once for atomic initialization with allocationFlorian Weimer
2018-05-11time: Use 64-bit time values for time zone parsingFlorian Weimer
2018-05-11sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]Florian Weimer
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho
2018-04-20Consolidate scandir{at}{64} implementationAdhemerval Zanella
2018-04-20Revert "hurd: Fix mach installed headers test"Samuel Thibault
2018-04-19hurd: Fix mach installed headers testSamuel Thibault
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault
2018-04-05Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault
2018-04-04hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault
2018-03-25hurd: Fix accessing errno from rtldSamuel Thibault
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-03-10Remove hidden __libc_longjmpH.J. Lu
2018-03-05Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella
2018-02-28Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2018-02-23Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-21manual: Update _DEFAULT_SOURCE. [BZ #22862]Rical Jasan
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-02-19Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-15Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers
2018-02-15Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers
2018-02-15Use libc_hidden_* for fputs (bug 15105).Joseph Myers
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg