aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-13tests: replace fread by xfreadFrederic Berat9-12/+65
2023-06-13posix: Add test case for gai_strerror()Dridi Boukelmoune2-0/+44
2023-06-13posix: Handle success in gai_strerror()Dridi Boukelmoune1-0/+1
2023-06-13LoongArch: Add support for dl_runtime_profilecaiyinyu5-4/+220
2023-06-12malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto1-12/+11
2023-06-12stdlib: Tune down fork arc4random testsAdhemerval Zanella Netto1-8/+4
2023-06-12tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott1-20/+39
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein4-26/+51
2023-06-12x86: Refactor Intel `init_cpu_features`Noah Goldstein1-81/+309
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-27/+43
2023-06-09Remove unused DATEMSK file for tst-getdateMartin Coufal3-4/+1
2023-06-07resolv_conf: release lock on allocation failure (bug 30527)Andreas Schwab1-1/+4
2023-06-06time: Fix use-after-free in getdateArjun Shankar1-2/+3
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat4-81/+69
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat5-6/+13
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat10-58/+29
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer1-1/+1
2023-06-06support: Add delayed__exit (with two underscores)Florian Weimer2-11/+39
2023-06-05time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella1-29/+30
2023-06-05linux: Fail as unsupported if personality call is filteredAdhemerval Zanella1-12/+21
2023-06-05Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers1-1/+0
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev1-38/+46
2023-06-02Add lint-makefiles Makefile linting test.Carlos O'Donell2-0/+84
2023-06-02elf: Sort Makefile variables.Carlos O'Donell1-1/+1
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov12-14/+14
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov206-313/+313
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2-5/+6
2023-06-01Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar1-1/+3
2023-06-01getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott1-17/+7
2023-06-01getsourcefilter: Get rid of alloca.Joe Simmons-Talbott1-17/+7
2023-06-01tests: fix warn unused resultsFrédéric Bérat11-22/+60
2023-06-01nptl_db/thread_dbP.h: fix warn unused resultFrédéric Bérat1-1/+3
2023-06-01malloc/{memusage.c, memusagestat.c}: fix warn unused resultFrédéric Bérat2-16/+86
2023-06-01catgets/gencat.c: fix warn unused resultFrédéric Bérat1-11/+30
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat3-3/+5
2023-06-01tests: replace write by xwriteFrédéric Bérat32-39/+84
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu1-1/+1
2023-06-01support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar1-2/+13
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-31elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer1-2/+0
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov153-214/+214
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella4-25/+133
2023-05-30io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-1/+1
2023-05-30elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer5-2/+159
2023-05-30LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu1-0/+24
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov31-52/+52
2023-05-29riscv: Add the clone3 wrapperAdhemerval Zanella2-0/+80
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune1-0/+1
2023-05-29setsourcefilter: Replace alloca with a scratch_buffer.Joe Simmons-Talbott1-20/+7
2023-05-29time: strftime_l: Avoid an unbounded alloca.Joe Simmons-Talbott1-14/+25