aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2023-04-28gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2022-07-18x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein
2022-05-11dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer
2022-05-11manual: Document the dlinfo functionFlorian Weimer
2022-05-04manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar
2022-04-26INSTALL: Rephrase -with-default-link documentationFlorian Weimer
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-15nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer
2021-08-01Update install.texi, and regenerate INSTALL.Carlos O'Donell
2021-07-27manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar
2021-07-23manual: Document unsupported cases for interpositionSiddhesh Poyarekar
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-19elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-08linux: Add close_rangeAdhemerval Zanella
2021-07-07glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar
2021-07-06manual: fix description for preadv()Armin Brauns
2021-07-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-06-28nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella
2021-06-23doc: _TIME_BITS defaults may changePaul Eggert
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella
2021-06-02fix typoXeonacid
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura
2021-05-26aarch64: Added Vector Length Set test helper scriptNaohiro Tamura
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert
2021-03-30manual: clarify that scanf %n supports type modifiersAlyssa Ross
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-08tst: Extend cross-test-ssh.sh to specify if target date can be alteredLukasz Majewski
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu
2021-02-04manual: Correct description of ENTRY [BZ #17183]Florian Weimer
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-01-25Update INSTALL with package versions that are known to workTulio Magno Quites Machado Filho
2021-01-22manual: Correct argument order in mount examples [BZ #27207]John McCabe
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu
2021-01-02Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texiPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar