about summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
* gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer2023-04-281-59/+0
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-04-281-0/+59
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-07-181-1/+1
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-05-111-3/+12
* manual: Document the dlinfo functionFlorian Weimer2022-05-115-13/+103
* manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar2022-05-041-1/+2
* 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-151-2/+1
* nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer2021-12-171-3/+2
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2021-08-011-4/+4
* manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar2021-07-272-4/+4
* manual: Document unsupported cases for interpositionSiddhesh Poyarekar2021-07-231-0/+7
* x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu2021-07-231-8/+10
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-221-185/+6
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-222-4/+16
* elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella2021-07-191-0/+3
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-091-2/+2
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+10
* linux: Add close_rangeAdhemerval Zanella2021-07-081-0/+51
* glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar2021-07-072-6/+6
* manual: fix description for preadv()Armin Brauns2021-07-061-1/+1
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2021-07-011-0/+3
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-281-15/+26
* nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer2021-06-281-0/+9
* x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella2021-06-241-0/+12
* doc: _TIME_BITS defaults may changePaul Eggert2021-06-231-29/+28
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+44
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-101-0/+4
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-092-3/+1
* fix typoXeonacid2021-06-021-1/+1
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-011-0/+7
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-271-1/+2
* aarch64: Added Vector Length Set test helper scriptNaohiro Tamura2021-05-261-0/+3
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-051-2/+2
* Improve documentation for malloc etc. (BZ#27719)Paul Eggert2021-04-138-90/+136
* manual: clarify that scanf %n supports type modifiersAlyssa Ross2021-03-301-5/+6
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-111-85/+0
* tst: Extend cross-test-ssh.sh to specify if target date can be alteredLukasz Majewski2021-03-081-0/+20
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-101-9/+7
* x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu2021-02-071-0/+3
* manual: Correct description of ENTRY [BZ #17183]Florian Weimer2021-02-041-11/+15
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-012-0/+27
* Update INSTALL with package versions that are known to workTulio Magno Quites Machado Filho2021-01-251-12/+12
* manual: Correct argument order in mount examples [BZ #27207]John McCabe2021-01-221-2/+2
* <sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2021-01-211-5/+2
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+38
* Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texiPaul Eggert2021-01-021-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0248-48/+48
* Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar2020-12-311-1/+2