| Commit message (Expand) | Author | Age | Files | Lines |
* | setenv.c: Get rid of alloca. | Joe Simmons-Talbott | 2023-06-30 | 1 | -34/+6 |
* | Add checks for wday, yday and new date formats | Martin Coufal | 2023-06-30 | 1 | -14/+27 |
* | aarch64: Add vector implementations of exp routines | Joe Ramsay | 2023-06-30 | 15 | -1/+597 |
* | aarch64: Add vector implementations of log routines | Joe Ramsay | 2023-06-30 | 15 | -1/+563 |
* | aarch64: Add vector implementations of sin routines | Joe Ramsay | 2023-06-30 | 13 | -6/+430 |
* | aarch64: Add vector implementations of cos routines | Joe Ramsay | 2023-06-30 | 13 | -123/+609 |
* | Switch to UTF-8 for INSTALL | Paul Eggert | 2023-06-29 | 2 | -249/+249 |
* | Make sure INSTALL is ASCII plaintext | Siddhesh Poyarekar | 2023-06-29 | 2 | -3/+3 |
* | Update syscall lists for Linux 6.4 | Joseph Myers | 2023-06-28 | 5 | -2/+7 |
* | linux: Return unsupported if procfs can not be mount on tst-ttyname-namespace | Adhemerval Zanella | 2023-06-28 | 1 | -12/+16 |
* | linux: Split tst-ttyname | Adhemerval Zanella | 2023-06-28 | 4 | -206/+259 |
* | Use Linux 6.4 in build-many-glibcs.py | Joseph Myers | 2023-06-27 | 1 | -1/+1 |
* | x86: Adjust Linux x32 dl-cache inclusion path | Adhemerval Zanella | 2023-06-26 | 1 | -1/+1 |
* | elf: Update list of RISC-V relocations | Andreas Schwab | 2023-06-26 | 1 | -1/+4 |
* | Fix tests-clean Makefile target (bug 30545) | Maxim Kuvyrkov | 2023-06-26 | 2 | -19/+9 |
* | check_native: Get rid of alloca | Joe Simmons-Talbott | 2023-06-26 | 1 | -24/+11 |
* | ifaddrs: Get rid of alloca | Joe Simmons-Talbott | 2023-06-26 | 1 | -26/+20 |
* | x86: Make dl-cache.h and readelflib.c not Linux-specific | Sergey Bugaev | 2023-06-26 | 2 | -0/+0 |
* | elf: Port ldconfig away from stack-allocated paths | Sergey Bugaev | 2023-06-26 | 1 | -37/+22 |
* | Call "CST" a time zone abbreviation, not a name | Paul Eggert | 2023-06-22 | 8 | -21/+21 |
* | benchtests: fix warn unused result | Frederic Berat | 2023-06-22 | 2 | -2/+7 |
* | sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused result | Frederic Berat | 2023-06-22 | 1 | -1/+3 |
* | rt/tst-mqueue4.c: Fix wrong number of argument for mq_open | Frederic Berat | 2023-06-22 | 1 | -2/+2 |
* | debug/readlink{, at}_chk.c: Harmonize declaration and definition | Frederic Berat | 2023-06-22 | 2 | -2/+4 |
* | wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions | Frederic Berat | 2023-06-22 | 3 | -192/+173 |
* | stdio-common: tests: Incorrect maxlen parameter for swprintf | Frederic Berat | 2023-06-22 | 2 | -11/+12 |
* | sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chk | Frederic Berat | 2023-06-22 | 2 | -2/+2 |
* | hurd: readv: Get rid of alloca | Joe Simmons-Talbott | 2023-06-20 | 1 | -16/+12 |
* | hurd: writev: Add back cleanup handler | Joe Simmons-Talbott | 2023-06-20 | 1 | -3/+7 |
* | Fix misspellings -- BZ 25337 | Paul Pluzhnikov | 2023-06-19 | 2 | -2/+2 |
* | C2x scanf %b support | Joseph Myers | 2023-06-19 | 5 | -9/+248 |
* | C2x printf %wN, %wfN support (bug 24466) | Joseph Myers | 2023-06-19 | 11 | -15/+851 |
* | tests: replace system by xsystem | Frédéric Bérat | 2023-06-19 | 8 | -6/+85 |
* | tests: replace read by xread | Frédéric Bérat | 2023-06-19 | 11 | -10/+56 |
* | hurd: writev: Get rid of alloca | Joe Simmons-Talbott | 2023-06-19 | 1 | -23/+14 |
* | grantpt: Get rid of alloca | Joe Simmons-Talbott | 2023-06-18 | 1 | -1/+11 |
* | 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 |