Age | Commit message (Expand) | Author | Files | Lines |
2023-06-14 | Add the wcslcpy, wcslcat functions | Florian Weimer | 1 | -0/+4 |
2023-06-14 | Implement strlcpy and strlcat [BZ #178] | Florian Weimer | 1 | -0/+4 |
2023-05-23 | Fix misspellings in sysdeps/unix -- BZ 25337 | Paul Pluzhnikov | 3 | -4/+4 |
2023-03-13 | ARC: run child from the separate start block in __clone | Pavel Kozlov | 1 | -15/+25 |
2023-03-13 | ARC: Add the clone3 wrapper | Pavel Kozlov | 2 | -0/+92 |
2023-03-02 | C2x scanf binary constant handling | Joseph Myers | 1 | -0/+12 |
2023-02-20 | Linux: Remove generic Implies | Adhemerval Zanella | 1 | -2/+0 |
2023-02-17 | ARC: align child stack in clone | Pavel Kozlov | 1 | -0/+1 |
2023-02-16 | C2x strtol binary constant handling | Joseph Myers | 1 | -0/+20 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 20 | -20/+20 |
2022-12-07 | Linux: Remove generic sysdep | Adhemerval Zanella Netto | 1 | -1/+3 |
2022-11-03 | elf: Rework exception handling in the dynamic loader [BZ #25486] | Florian Weimer | 1 | -5/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 1 | -4/+0 |
2022-09-20 | linux: Use same type for MMAP2_PAGE_UNIT | Adhemerval Zanella | 1 | -1/+1 |
2022-08-04 | Assume only FLAG_ELF_LIBC6 suport | Lucas A. M. Magalhaes | 1 | -27/+0 |
2022-07-22 | stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) | Adhemerval Zanella Netto | 1 | -0/+3 |
2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 1 | -0/+2 |
2022-07-05 | Replace __libc_multiple_threads with __libc_single_threaded | Adhemerval Zanella | 2 | -2/+2 |
2022-07-05 | linux: Add mount_setattr | Adhemerval Zanella | 1 | -0/+1 |
2022-07-05 | linux: Add open_tree | Adhemerval Zanella | 1 | -0/+1 |
2022-07-05 | linux: Add fspick | Adhemerval Zanella | 1 | -0/+1 |
2022-07-05 | linux: Add fsconfig | Adhemerval Zanella | 1 | -0/+1 |
2022-06-24 | linux: Add move_mount | Adhemerval Zanella | 1 | -0/+1 |
2022-06-24 | linux: Add fsmount | Adhemerval Zanella | 1 | -0/+1 |
2022-06-24 | linux: Add fsopen | Adhemerval Zanella | 1 | -0/+1 |
2022-06-02 | linux: Add process_mrelease | Adhemerval Zanella | 1 | -0/+1 |
2022-06-02 | linux: Add process_madvise | Adhemerval Zanella | 1 | -0/+1 |
2022-05-17 | linux: Add pidfd_send_signal | Adhemerval Zanella | 1 | -0/+1 |
2022-05-17 | linux: Add pidfd_getfd | Adhemerval Zanella | 1 | -0/+1 |
2022-05-17 | linux: Add pidfd_open | Adhemerval Zanella | 1 | -0/+1 |
2022-03-23 | Update syscall lists for Linux 5.17 | Joseph Myers | 1 | -0/+1 |
2022-02-02 | posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio... | Adhemerval Zanella | 1 | -2/+1 |
2022-01-27 | Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) | Florian Weimer | 1 | -0/+1 |
2022-01-25 | posix: Add terminal control setting support for posix_spawn | Adhemerval Zanella | 1 | -0/+2 |
2022-01-17 | Linux: Add epoll_pwait2 (BZ #27359) | Adhemerval Zanella | 1 | -0/+1 |
2022-01-13 | Update syscall lists for Linux 5.16 | Joseph Myers | 1 | -0/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 21 | -21/+21 |
2021-12-28 | elf: Add _dl_find_object function | Florian Weimer | 1 | -0/+1 |
2021-12-23 | Set default __TIMESIZE default to 64 | Adhemerval Zanella | 1 | -21/+0 |
2021-12-09 | nptl: Add public rseq symbols and <sys/rseq.h> | Florian Weimer | 1 | -0/+3 |
2021-11-22 | setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym | Adhemerval Zanella | 1 | -6/+0 |
2021-11-10 | Update syscall lists for Linux 5.15 | Joseph Myers | 1 | -0/+1 |
2021-10-26 | String: Add support for __memcmpeq() ABI on all targets | Noah Goldstein | 1 | -0/+1 |
2021-09-28 | Add fmaximum, fminimum functions | Joseph Myers | 1 | -0/+48 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 1 | -0/+6 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 1 | -0/+6 |
2021-09-08 | Update syscall lists for Linux 5.14 | Joseph Myers | 1 | -0/+1 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -1/+0 |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 1 | -0/+7 |
2021-07-22 | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar | 2 | -1/+2 |