summary refs log tree commit diff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-091-0/+10
* Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu2021-12-041-0/+5
* Support C2X printf %b, %BJoseph Myers2021-11-101-9/+21
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-0/+11
* manual: Update _TIME_BITS to clarify it's user definedStafford Horne2021-10-181-2/+2
* Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers2021-09-301-1/+4
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-4/+106
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+21
* Add narrowing square root functionsJoseph Myers2021-09-101-0/+19
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-032-2/+0
* llio.texi: Wording fixes in description of closefrom()Michael Kerrisk2021-08-261-2/+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