aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Make sure INSTALL is ASCII plaintextSiddhesh Poyarekar2-3/+3
2023-06-28Update syscall lists for Linux 6.4Joseph Myers5-2/+7
2023-06-28linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella1-12/+16
2023-06-28linux: Split tst-ttynameAdhemerval Zanella4-206/+259
2023-06-27Use Linux 6.4 in build-many-glibcs.pyJoseph Myers1-1/+1
2023-06-26x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella1-1/+1
2023-06-26elf: Update list of RISC-V relocationsAndreas Schwab1-1/+4
2023-06-26Fix tests-clean Makefile target (bug 30545)Maxim Kuvyrkov2-19/+9
2023-06-26check_native: Get rid of allocaJoe Simmons-Talbott1-24/+11
2023-06-26ifaddrs: Get rid of allocaJoe Simmons-Talbott1-26/+20
2023-06-26x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2-0/+0
2023-06-26elf: Port ldconfig away from stack-allocated pathsSergey Bugaev1-37/+22
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert8-21/+21
2023-06-22benchtests: fix warn unused resultFrederic Berat2-2/+7
2023-06-22sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused resultFrederic Berat1-1/+3
2023-06-22rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat1-2/+2
2023-06-22debug/readlink{, at}_chk.c: Harmonize declaration and definitionFrederic Berat2-2/+4
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat3-192/+173
2023-06-22stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2-11/+12
2023-06-22sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2-2/+2
2023-06-20hurd: readv: Get rid of allocaJoe Simmons-Talbott1-16/+12
2023-06-20hurd: writev: Add back cleanup handlerJoe Simmons-Talbott1-3/+7
2023-06-19Fix misspellings -- BZ 25337Paul Pluzhnikov2-2/+2
2023-06-19C2x scanf %b supportJoseph Myers5-9/+248
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers11-15/+851
2023-06-19tests: replace system by xsystemFrédéric Bérat8-6/+85
2023-06-19tests: replace read by xreadFrédéric Bérat11-10/+56
2023-06-19hurd: writev: Get rid of allocaJoe Simmons-Talbott1-23/+14
2023-06-18grantpt: Get rid of allocaJoe Simmons-Talbott1-1/+11
2023-06-15string: strerror must not return NULL (bug 30555)Florian Weimer3-4/+87
2023-06-15hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer1-0/+8
2023-06-14manual: Manual update for strlcat, strlcpy, wcslcat, wclscpyPaul Eggert2-3/+101
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer49-0/+563
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer50-0/+560
2023-06-13tests: replace fgets by xfgetsFrederic Berat7-14/+50
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