aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-23linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558)azanella/bz30558-posix_timerAdhemerval Zanella11-378/+282
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
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