aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert8-90/+136
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella2-2/+32
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella4-10/+54
2021-04-12libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella3-0/+34
2021-04-12libsupport: Add support_select_modifies_timeoutAdhemerval Zanella3-0/+34
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-12tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar5-181/+168
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy1-2/+2
2021-04-12Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert1-7/+8
2021-04-12hurd: Export _hurd_libc_proc_initSamuel Thibault3-0/+9
2021-04-11Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert1-4/+7
2021-04-09powerpc: Update libm test ulpsTulio Magno Quites Machado Filho1-10/+10
2021-04-08arm: update libm test ulpsSzabolcs Nagy1-25/+25
2021-04-08aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann5-15/+375
2021-04-07tunables: Fix comparison of tunable valuesSiddhesh Poyarekar3-11/+49
2021-04-07sys: Fixes possible typo in comment: statfs -> statvfsHugo Gabriel Eyherabide1-1/+1
2021-04-07malloc: Run tst-malloc-stats-cancellation via test-driver.cArjun Shankar1-2/+4
2021-04-06Update hppa libm-test-ulpsJohn David Anglin1-25/+27
2021-04-06m68: Fix build after 9acda61d94acAdhemerval Zanella1-1/+0
2021-04-06Update sv_SE to treate 'W' as a distinct character (Bug 25036)Sebastian Rasmussen3-21/+13
2021-04-06elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2-2/+20
2021-04-06aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy1-0/+27
2021-04-05ia64: Update ulpsAdhemerval Zanella1-48/+49
2021-04-05ia64: Fix build after 9acda61d94acAdhemerval Zanella2-4/+3
2021-04-05i386: Update ulpsAdhemerval Zanella2-37/+37
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann13-245/+1435
2021-04-01x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2021-04-01Update Nios II libm-test-ulps.Joseph Myers1-6/+11
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella2-2/+2
2021-04-01Update arm libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-04-01support: Fix hurd build after bfddda2570331dAdhemerval Zanella1-1/+1
2021-04-01x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]H.J. Lu3-2/+74
2021-04-01powerpc64le: Use ifunc for _Float128 functions also in libcAndreas Schwab3-8/+17
2021-04-01S390: Allow "v" constraint for long double math_opt_barrier and math_force_ev...Stefan Liebler1-2/+19
2021-03-31io: fix spelling typo in diagnosticPaul Eggert1-1/+1
2021-03-31stdio-common/printf-prs.c: Reword commentAlejandro Colomar \(man-pages\)1-2/+2
2021-03-31io: Check at runtime if timestamp supports nanosecondsAdhemerval Zanella3-9/+40
2021-03-31Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler1-2/+2
2021-03-30manual: clarify that scanf %n supports type modifiersAlyssa Ross1-5/+6
2021-03-30Update sparc libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-03-30libio: Update license on test caseSiddhesh Poyarekar1-9/+10
2021-03-30Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar1-0/+3
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar18-7/+39
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault12-90/+10
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2021-03-29x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618