aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)AuthorFilesLines
2022-01-19x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey1-2/+3
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer1-0/+7
2022-01-12manual: Drop obsolete @refillSiddhesh Poyarekar10-21/+21
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy1-3/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert48-48/+48
2021-12-28elf: Add _dl_find_object functionFlorian Weimer5-13/+140
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer1-2/+6
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer1-3/+2
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella1-0/+7
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella1-0/+10
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer1-1/+1
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar1-9/+7
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer1-0/+81
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer1-0/+10
2021-12-04Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu1-0/+5
2021-11-10Support C2X printf %b, %BJoseph Myers1-9/+21
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-0/+11
2021-10-18manual: Update _TIME_BITS to clarify it's user definedStafford Horne1-2/+2
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers1-1/+4
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-4/+106
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+21
2021-09-10Add narrowing square root functionsJoseph Myers1-0/+19
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar2-2/+0
2021-08-26llio.texi: Wording fixes in description of closefrom()Michael Kerrisk1-2/+2
2021-08-01Update install.texi, and regenerate INSTALL.Carlos O'Donell1-4/+4
2021-07-27manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar2-4/+4
2021-07-23manual: Document unsupported cases for interpositionSiddhesh Poyarekar1-0/+7
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu1-8/+10
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar1-185/+6
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar2-4/+16
2021-07-19elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella1-0/+3
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu1-2/+2
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+10
2021-07-08linux: Add close_rangeAdhemerval Zanella1-0/+51
2021-07-07glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar2-6/+6
2021-07-06manual: fix description for preadv()Armin Brauns1-1/+1
2021-07-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu1-0/+3
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella1-15/+26
2021-06-28nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer1-0/+9
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella1-0/+12
2021-06-23doc: _TIME_BITS defaults may changePaul Eggert1-29/+28
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+44
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho1-0/+4
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2-3/+1
2021-06-02fix typoXeonacid1-1/+1
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers1-0/+7
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura1-1/+2
2021-05-26aarch64: Added Vector Length Set test helper scriptNaohiro Tamura1-0/+3
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+2
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert8-90/+136