| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: Add pidfd_getpid | Adhemerval Zanella Netto | 2023-09-05 | 1 | -0/+1 |
* | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto | 2023-09-05 | 1 | -0/+2 |
* | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto | 2023-09-05 | 1 | -0/+4 |
* | Linux: Move wordsize-32 Version to default | Adhemerval Zanella | 2023-02-20 | 1 | -0/+3 |
* | Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) | Adhemerval Zanella | 2022-11-08 | 1 | -0/+5 |
* | linux: Add mount_setattr | Adhemerval Zanella | 2022-07-05 | 1 | -0/+1 |
* | linux: Add open_tree | Adhemerval Zanella | 2022-07-05 | 1 | -0/+1 |
* | linux: Add fspick | Adhemerval Zanella | 2022-07-05 | 1 | -0/+1 |
* | linux: Add fsconfig | Adhemerval Zanella | 2022-07-05 | 1 | -0/+1 |
* | linux: Add move_mount | Adhemerval Zanella | 2022-06-24 | 1 | -0/+1 |
* | linux: Add fsmount | Adhemerval Zanella | 2022-06-24 | 1 | -0/+1 |
* | linux: Add fsopen | Adhemerval Zanella | 2022-06-24 | 1 | -0/+1 |
* | linux: Add process_mrelease | Adhemerval Zanella | 2022-06-02 | 1 | -0/+1 |
* | linux: Add process_madvise | Adhemerval Zanella | 2022-06-02 | 1 | -0/+1 |
* | linux: Add pidfd_send_signal | Adhemerval Zanella | 2022-05-17 | 1 | -0/+1 |
* | linux: Add pidfd_getfd | Adhemerval Zanella | 2022-05-17 | 1 | -0/+1 |
* | linux: Add pidfd_open | Adhemerval Zanella | 2022-05-17 | 1 | -0/+3 |
* | Linux: Add epoll_pwait2 (BZ #27359) | Adhemerval Zanella | 2022-01-17 | 1 | -0/+6 |
* | nptl: Add public rseq symbols and <sys/rseq.h> | Florian Weimer | 2021-12-09 | 1 | -0/+5 |
* | socket: Add time64 alias for setsockopt | Florian Weimer | 2021-07-22 | 1 | -0/+1 |
* | socket: Add time64 alias for getsockopt | Florian Weimer | 2021-07-22 | 1 | -0/+1 |
* | socket: Add time64 alias for sendmsg | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | socket: Add time64 alias for recvmsg | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | socket: Add time64 alias for sendmmsg | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | Linux: Add time64 alias for prctl | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | io: Add time64 alias for fcntl | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | misc: Add time64 alias for ioctl | Florian Weimer | 2021-07-21 | 1 | -0/+1 |
* | linux: Add close_range | Adhemerval Zanella | 2021-07-08 | 1 | -0/+1 |
* | resolv: Move libanl into libc (if libpthread is in libc) | Florian Weimer | 2021-07-02 | 1 | -8/+1 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 1 | -6/+0 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 1 | -9/+11 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 1 | -1/+2 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 1 | -0/+1 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 1 | -0/+5 |
* | Linux: Move timer helper routines from librt to libc | Florian Weimer | 2021-06-25 | 1 | -0/+5 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | io: Add ftw64 with 64-bit time_t support | Adhemerval Zanella | 2021-06-15 | 1 | -0/+2 |
* | io: Add fts64 with 64-bit time_t support | Adhemerval Zanella | 2021-06-15 | 1 | -0/+5 |
* | posix: Add glob64 with 64-bit time_t support | Adhemerval Zanella | 2021-06-15 | 1 | -0/+2 |
* | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 2021-06-15 | 1 | -0/+97 |
* | Add missing symbols to Version files | Florian Weimer | 2021-06-02 | 1 | -1/+18 |
* | nptl: Move changing of stack permissions into ld.so | Florian Weimer | 2021-05-10 | 1 | -0/+6 |
* | Linux: Remove rseq support | Florian Weimer | 2020-07-16 | 1 | -1/+0 |
* | signal: Move sys_errlist to a compat symbol | Adhemerval Zanella | 2020-07-07 | 1 | -10/+0 |
* | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 2020-07-06 | 1 | -0/+1 |
* | Linux: Remove <sys/sysctl.h> and the sysctl function | Florian Weimer | 2020-04-15 | 1 | -0/+2 |
* | Add nocancel version of pread64() | Leandro Pereira | 2019-10-18 | 1 | -0/+1 |
* | Linux: Add getdents64 system call | Florian Weimer | 2019-06-07 | 1 | -1/+1 |