aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-13tests: replace fgets by xfgetsFrederic Berat
2023-06-13tests: replace fread by xfreadFrederic Berat
2023-06-13posix: Add test case for gai_strerror()Dridi Boukelmoune
2023-06-13posix: Handle success in gai_strerror()Dridi Boukelmoune
2023-06-13LoongArch: Add support for dl_runtime_profilecaiyinyu
2023-06-12malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto
2023-06-12stdlib: Tune down fork arc4random testsAdhemerval Zanella Netto
2023-06-12tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein
2023-06-12x86: Refactor Intel `init_cpu_features`Noah Goldstein
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-06-09Remove unused DATEMSK file for tst-getdateMartin Coufal
2023-06-07resolv_conf: release lock on allocation failure (bug 30527)Andreas Schwab
2023-06-06time: Fix use-after-free in getdateArjun Shankar
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer
2023-06-06support: Add delayed__exit (with two underscores)Florian Weimer
2023-06-05time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella
2023-06-05linux: Fail as unsupported if personality call is filteredAdhemerval Zanella
2023-06-05Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev
2023-06-02Add lint-makefiles Makefile linting test.Carlos O'Donell
2023-06-02elf: Sort Makefile variables.Carlos O'Donell
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar
2023-06-01Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar
2023-06-01getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott
2023-06-01getsourcefilter: Get rid of alloca.Joe Simmons-Talbott
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-06-01nptl_db/thread_dbP.h: fix warn unused resultFrédéric Bérat
2023-06-01malloc/{memusage.c, memusagestat.c}: fix warn unused resultFrédéric Bérat
2023-06-01catgets/gencat.c: fix warn unused resultFrédéric Bérat
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu
2023-06-01support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella
2023-05-31elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella
2023-05-30io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-05-30elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer
2023-05-30LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov
2023-05-29riscv: Add the clone3 wrapperAdhemerval Zanella
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune
2023-05-29setsourcefilter: Replace alloca with a scratch_buffer.Joe Simmons-Talbott