| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-22 | sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chk |  Frederic Berat | 2 | -2/+2 |
| 2023-06-20 | hurd: readv: Get rid of alloca |  Joe Simmons-Talbott | 1 | -16/+12 |
| 2023-06-20 | hurd: writev: Add back cleanup handler |  Joe Simmons-Talbott | 1 | -3/+7 |
| 2023-06-19 | Fix misspellings -- BZ 25337 |  Paul Pluzhnikov | 2 | -2/+2 |
| 2023-06-19 | C2x scanf %b support |  Joseph Myers | 5 | -9/+248 |
| 2023-06-19 | C2x printf %wN, %wfN support (bug 24466) |  Joseph Myers | 11 | -15/+851 |
| 2023-06-19 | tests: replace system by xsystem |  Frédéric Bérat | 8 | -6/+85 |
| 2023-06-19 | tests: replace read by xread |  Frédéric Bérat | 11 | -10/+56 |
| 2023-06-19 | hurd: writev: Get rid of alloca |  Joe Simmons-Talbott | 1 | -23/+14 |
| 2023-06-18 | grantpt: Get rid of alloca |  Joe Simmons-Talbott | 1 | -1/+11 |
| 2023-06-15 | string: strerror must not return NULL (bug 30555) |  Florian Weimer | 3 | -4/+87 |
| 2023-06-15 | hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilist |  Florian Weimer | 1 | -0/+8 |
| 2023-06-14 | manual: Manual update for strlcat, strlcpy, wcslcat, wclscpy |  Paul Eggert | 2 | -3/+101 |
| 2023-06-14 | Add the wcslcpy, wcslcat functions |  Florian Weimer | 49 | -0/+563 |
| 2023-06-14 | Implement strlcpy and strlcat [BZ #178] |  Florian Weimer | 50 | -0/+560 |
| 2023-06-13 | tests: replace fgets by xfgets |  Frederic Berat | 7 | -14/+50 |
| 2023-06-13 | tests: replace fread by xfread |  Frederic Berat | 9 | -12/+65 |
| 2023-06-13 | posix: Add test case for gai_strerror() |  Dridi Boukelmoune | 2 | -0/+44 |
| 2023-06-13 | posix: Handle success in gai_strerror() |  Dridi Boukelmoune | 1 | -0/+1 |
| 2023-06-13 | LoongArch: Add support for dl_runtime_profile |  caiyinyu | 5 | -4/+220 |
| 2023-06-12 | malloc: Decrease resource usage for malloc tests |  Adhemerval Zanella Netto | 1 | -12/+11 |
| 2023-06-12 | stdlib: Tune down fork arc4random tests |  Adhemerval Zanella Netto | 1 | -7/+3 |
| 2023-06-12 | tst-getdate: Improve testcase flexibility and add test. |  Joe Simmons-Talbott | 1 | -20/+39 |
| 2023-06-12 | x86: Make the divisor in setting `non_temporal_threshold` cpu specific |  Noah Goldstein | 4 | -26/+51 |
| 2023-06-12 | x86: Refactor Intel `init_cpu_features` |  Noah Goldstein | 1 | -81/+309 |
| 2023-06-12 | x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` |  Noah Goldstein | 1 | -26/+42 |
| 2023-06-09 | Remove unused DATEMSK file for tst-getdate |  Martin Coufal | 3 | -4/+1 |
| 2023-06-07 | resolv_conf: release lock on allocation failure (bug 30527) |  Andreas Schwab | 1 | -1/+4 |
| 2023-06-06 | time: Fix use-after-free in getdate |  Arjun Shankar | 1 | -2/+3 |
| 2023-06-06 | Move {read,write}_all functions to a dedicated header |  Frédéric Bérat | 4 | -81/+69 |
| 2023-06-06 | tests: Replace various function calls with their x variant |  Frédéric Bérat | 5 | -6/+13 |
| 2023-06-06 | tests: fix warn unused result on asprintf calls |  Frédéric Bérat | 10 | -58/+29 |
| 2023-06-06 | pthreads: Use _exit to terminate the tst-stdio1 test |  Florian Weimer | 1 | -1/+1 |
| 2023-06-06 | support: Add delayed__exit (with two underscores) |  Florian Weimer | 2 | -11/+39 |
| 2023-06-05 | time: Also check for EPERM while trying to clock_settime |  Adhemerval Zanella | 1 | -29/+30 |
| 2023-06-05 | linux: Fail as unsupported if personality call is filtered |  Adhemerval Zanella | 1 | -11/+20 |
| 2023-06-05 | Remove MAP_VARIABLE from hppa bits/mman.h |  Joseph Myers | 1 | -1/+0 |
| 2023-06-04 | hurd: Fix x86_64 sigreturn restoring bogus reply_port |  Sergey Bugaev | 1 | -35/+43 |
| 2023-06-02 | Add lint-makefiles Makefile linting test. |  Carlos O'Donell | 2 | -0/+84 |
| 2023-06-02 | elf: Sort Makefile variables. |  Carlos O'Donell | 1 | -1/+1 |
| 2023-06-02 | Fix a few more typos I missed in previous round -- BZ 25337 |  Paul Pluzhnikov | 12 | -14/+14 |
| 2023-06-02 | Fix all the remaining misspellings -- BZ 25337 |  Paul Pluzhnikov | 206 | -313/+313 |
| 2023-06-01 | Use __nonnull for the epoll_wait(2) family of syscalls |  Alejandro Colomar | 2 | -5/+6 |
| 2023-06-01 | Fix invalid use of NULL in epoll_pwait2(2) test |  Alejandro Colomar | 1 | -1/+3 |
| 2023-06-01 | getipv4sourcefilter: Get rid of alloca |  Joe Simmons-Talbott | 1 | -17/+7 |
| 2023-06-01 | getsourcefilter: Get rid of alloca. |  Joe Simmons-Talbott | 1 | -17/+7 |
| 2023-06-01 | tests: fix warn unused results |  Frédéric Bérat | 11 | -22/+60 |
| 2023-06-01 | nptl_db/thread_dbP.h: fix warn unused result |  Frédéric Bérat | 1 | -1/+3 |
| 2023-06-01 | malloc/{memusage.c, memusagestat.c}: fix warn unused result |  Frédéric Bérat | 2 | -16/+86 |
| 2023-06-01 | catgets/gencat.c: fix warn unused result |  Frédéric Bérat | 1 | -11/+30 |