aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-10-25manual: Add missing % in int conversion listJakub Wilk
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-14Fix BRE typos in check-safety.shPaul Eggert
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer
2022-07-29Update install.texi, and regenerate INSTALL.Carlos O'Donell
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto
2022-06-30AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-05-31manual: fix reference to source fileAndreas Schwab
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar
2022-05-04manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer
2022-04-29manual: Document the dlinfo functionFlorian Weimer
2022-04-26INSTALL: Rephrase -with-default-link documentationFlorian Weimer
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-04-12hurd: Define ELIBEXECSamuel Thibault
2022-02-28manual: SA_ONSTACK is ignored without alternate stackFlorian Weimer
2022-02-03Update install.texi, and regenerate INSTALL.Carlos O'Donell
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer
2022-01-19x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer
2022-01-12manual: Drop obsolete @refillSiddhesh Poyarekar
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-04Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-10-18manual: Update _TIME_BITS to clarify it's user definedStafford Horne
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers
2021-09-28Add fmaximum, fminimum functionsJoseph Myers