| Commit message (Expand) | Author | Age | Files | Lines |
* | string: strerror must not return NULL (bug 30555) fw/bug30555 | Florian Weimer | 2023-06-15 | 3 | -4/+87 |
* | hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilist | Florian Weimer | 2023-06-15 | 1 | -0/+8 |
* | manual: Manual update for strlcat, strlcpy, wcslcat, wclscpy | Paul Eggert | 2023-06-14 | 2 | -3/+101 |
* | Add the wcslcpy, wcslcat functions | Florian Weimer | 2023-06-14 | 49 | -0/+563 |
* | Implement strlcpy and strlcat [BZ #178] | Florian Weimer | 2023-06-14 | 50 | -0/+560 |
* | tests: replace fgets by xfgets | Frederic Berat | 2023-06-13 | 7 | -14/+50 |
* | tests: replace fread by xfread | Frederic Berat | 2023-06-13 | 9 | -12/+65 |
* | posix: Add test case for gai_strerror() | Dridi Boukelmoune | 2023-06-13 | 2 | -0/+44 |
* | posix: Handle success in gai_strerror() | Dridi Boukelmoune | 2023-06-13 | 1 | -0/+1 |
* | LoongArch: Add support for dl_runtime_profile | caiyinyu | 2023-06-13 | 5 | -4/+220 |
* | malloc: Decrease resource usage for malloc tests | Adhemerval Zanella Netto | 2023-06-12 | 1 | -12/+11 |
* | stdlib: Tune down fork arc4random tests | Adhemerval Zanella Netto | 2023-06-12 | 1 | -8/+4 |
* | tst-getdate: Improve testcase flexibility and add test. | Joe Simmons-Talbott | 2023-06-12 | 1 | -20/+39 |
* | x86: Make the divisor in setting `non_temporal_threshold` cpu specific | Noah Goldstein | 2023-06-12 | 4 | -26/+51 |
* | x86: Refactor Intel `init_cpu_features` | Noah Goldstein | 2023-06-12 | 1 | -81/+309 |
* | x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` | Noah Goldstein | 2023-06-12 | 1 | -27/+43 |
* | Remove unused DATEMSK file for tst-getdate | Martin Coufal | 2023-06-09 | 3 | -4/+1 |
* | resolv_conf: release lock on allocation failure (bug 30527) | Andreas Schwab | 2023-06-07 | 1 | -1/+4 |
* | time: Fix use-after-free in getdate | Arjun Shankar | 2023-06-06 | 1 | -2/+3 |
* | Move {read,write}_all functions to a dedicated header | Frédéric Bérat | 2023-06-06 | 4 | -81/+69 |
* | tests: Replace various function calls with their x variant | Frédéric Bérat | 2023-06-06 | 5 | -6/+13 |
* | tests: fix warn unused result on asprintf calls | Frédéric Bérat | 2023-06-06 | 10 | -58/+29 |
* | pthreads: Use _exit to terminate the tst-stdio1 test | Florian Weimer | 2023-06-06 | 1 | -1/+1 |
* | support: Add delayed__exit (with two underscores) | Florian Weimer | 2023-06-06 | 2 | -11/+39 |
* | time: Also check for EPERM while trying to clock_settime | Adhemerval Zanella | 2023-06-05 | 1 | -29/+30 |
* | linux: Fail as unsupported if personality call is filtered | Adhemerval Zanella | 2023-06-05 | 1 | -12/+21 |
* | Remove MAP_VARIABLE from hppa bits/mman.h | Joseph Myers | 2023-06-05 | 1 | -1/+0 |
* | hurd: Fix x86_64 sigreturn restoring bogus reply_port | Sergey Bugaev | 2023-06-04 | 1 | -38/+46 |
* | Add lint-makefiles Makefile linting test. | Carlos O'Donell | 2023-06-02 | 2 | -0/+84 |
* | elf: Sort Makefile variables. | Carlos O'Donell | 2023-06-02 | 1 | -1/+1 |
* | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 2023-06-02 | 12 | -14/+14 |
* | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2023-06-02 | 206 | -313/+313 |
* | Use __nonnull for the epoll_wait(2) family of syscalls | Alejandro Colomar | 2023-06-01 | 2 | -5/+6 |
* | Fix invalid use of NULL in epoll_pwait2(2) test | Alejandro Colomar | 2023-06-01 | 1 | -1/+3 |
* | getipv4sourcefilter: Get rid of alloca | Joe Simmons-Talbott | 2023-06-01 | 1 | -17/+7 |
* | getsourcefilter: Get rid of alloca. | Joe Simmons-Talbott | 2023-06-01 | 1 | -17/+7 |
* | tests: fix warn unused results | Frédéric Bérat | 2023-06-01 | 11 | -22/+60 |
* | nptl_db/thread_dbP.h: fix warn unused result | Frédéric Bérat | 2023-06-01 | 1 | -1/+3 |
* | malloc/{memusage.c, memusagestat.c}: fix warn unused result | Frédéric Bérat | 2023-06-01 | 2 | -16/+86 |
* | catgets/gencat.c: fix warn unused result | Frédéric Bérat | 2023-06-01 | 1 | -11/+30 |
* | tests: replace ftruncate by xftruncate | Frédéric Bérat | 2023-06-01 | 3 | -3/+5 |
* | tests: replace write by xwrite | Frédéric Bérat | 2023-06-01 | 32 | -39/+84 |
* | x86-64: Use YMM registers in memcmpeq-evex.S | H.J. Lu | 2023-06-01 | 1 | -1/+1 |
* | support: Don't fail on fchown when spawning sgid processes | Siddhesh Poyarekar | 2023-06-01 | 1 | -2/+13 |
* | io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64 | Adhemerval Zanella | 2023-05-31 | 1 | -0/+6 |
* | elf: Remove spurios SHARED conditional from elf/rtld.c | Florian Weimer | 2023-05-31 | 1 | -2/+0 |
* | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 2023-05-30 | 153 | -214/+214 |
* | io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ... | Adhemerval Zanella | 2023-05-30 | 4 | -25/+133 |
* | io: Re-flow and sort multiline Makefile definitions | Adhemerval Zanella | 2023-05-30 | 1 | -1/+1 |
* | elf: Make more functions available for binding during dlclose (bug 30425) | Florian Weimer | 2023-05-30 | 5 | -2/+159 |