about summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
* gmon: Revert addition of tunables to the manualFlorian Weimer2023-04-281-59/+0
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-04-281-0/+59
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2023-01-311-8/+8
* Update manual/contrib.texi.Carlos O'Donell2023-01-311-4/+12
* Document '%F' format specifierPaul Pluzhnikov2023-01-251-11/+12
* manual: Fix typoMartin Joerg2023-01-181-1/+1
* Add _FORTIFY_SOURCE implementation documentation [BZ #28998]Siddhesh Poyarekar2023-01-102-0/+251
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0648-48/+48
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-3/+4
* manual: Add missing % in int conversion listJakub Wilk2022-10-251-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-262-4/+4
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-232-3/+3
* Fix BRE typos in check-safety.shPaul Eggert2022-09-141-3/+3
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-092-2/+2
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-251-9/+0
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-241-0/+9
* malloc: Correct the documentation of the top_pad defaultFlorian Weimer2022-08-041-1/+1
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2022-07-291-6/+6
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-271-10/+3
* LoongArch: Update NEWS and README for the LoongArch port.caiyinyu2022-07-261-1/+1
* manual: Add documentation for arc4random functionsAdhemerval Zanella Netto2022-07-221-0/+46
* AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod2022-06-301-0/+3
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-06-151-1/+1
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-051-1/+1
* manual: fix reference to source fileAndreas Schwab2022-05-311-1/+1
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-131-5/+6
* manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar2022-05-041-1/+2
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-04-291-3/+12
* manual: Document the dlinfo functionFlorian Weimer2022-04-291-1/+70
* INSTALL: Rephrase -with-default-link documentationFlorian Weimer2022-04-261-5/+5
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-221-0/+6
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-141-2/+1
* hurd: Define ELIBEXECSamuel Thibault2022-04-121-5/+5
* manual: SA_ONSTACK is ignored without alternate stackFlorian Weimer2022-02-281-1/+1
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2022-02-031-9/+12
* Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer2022-02-021-1/+1
* x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey2022-01-191-2/+3
* Add --with-rtld-early-cflags configure optionFlorian Weimer2022-01-141-0/+7
* manual: Drop obsolete @refillSiddhesh Poyarekar2022-01-1210-21/+21
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-101-3/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0148-48/+48
* elf: Add _dl_find_object functionFlorian Weimer2021-12-285-13/+140
* stdio: Implement %#m for vfprintf and related functionsFlorian Weimer2021-12-231-2/+6
* nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer2021-12-171-3/+2
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-151-0/+7
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-151-0/+10
* elf: Use new dependency sorting algorithm by defaultFlorian Weimer2021-12-141-1/+1
* Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar2021-12-131-9/+7
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-091-0/+81