]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/unix/sysv/linux/Makefile
linux: Add pidfd_getpid
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / Makefile
2023-09-05  Adhemerval Zanella... linux: Add pidfd_getpid
2023-09-05  Adhemerval Zanella... posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
2023-09-05  Adhemerval Zanella... linux: Add posix_spawnattr_{get, set}cgroup_np (BZ...
2023-07-05  Frédéric BératExclude routines from fortification
2023-06-28  Adhemerval Zanellalinux: Split tst-ttyname
2023-05-16  Carlos O'Donelllinux: Reformat Makefile.
2023-05-01  Samuel Thibaulthurd 64bit: Fix struct msqid_ds and shmid_ds fields
2023-05-01  Samuel Thibaulthurd 64bit: Fix ipc_perm fields types
2023-04-28  H.J. Lu__check_pf: Add a cancellation cleanup handler [BZ...
2023-04-20  Adhemerval Zanellalinux: Re-flow and sort multiline Makefile definitions
2023-03-29  Adhemerval Zanella... Remove --enable-tunables configure option
2023-02-01  Adhemerval Zanella... linux: Add clone3 CLONE_CLEAR_SIGHAND optimization...
2022-12-19  Florian WeimerLinux: Remove epoll_create, inotify_init from syscalls...
2022-12-19  Florian WeimerLinux: Reflow and sort some Makefile variables
2022-08-12  Adhemerval Zanellalinux: Fix sys/mount.h usage with kernel headers
2022-08-04  Adhemerval ZanellaRemove ldd libc4 support
2022-07-25  Florian WeimerLinux: dirent/tst-readdir64-compat needs to use TEST_CO...
2022-07-05  Adhemerval Zanellalinux: Add tst-mount to check for Linux new mount API
2022-06-24  Adhemerval Zanellalinux: Add fsopen
2022-06-02  Adhemerval Zanellalinux: Add process_mrelease
2022-06-02  Adhemerval Zanellalinux: Add process_madvise
2022-05-17  Adhemerval Zanellalinux: Add tst-pidfd.c
2022-05-17  Adhemerval Zanellalinux: Add pidfd_open
2022-05-17  Szabolcs Nagylinux: Add a getauxval test [BZ #23293]
2022-02-25  H.J. Lubuild: Properly generate .d dependency files [BZ #28922]
2022-01-28  Adhemerval ZanellaLinux: Only generate 64 bit timestamps for 64 bit time_...
2022-01-28  Adhemerval Zanellalinux: Fix ancillary 64-bit time timestamp conversion...
2022-01-24  Siddhesh Poyarekargetcwd: Set errno to ERANGE for size == 1 (CVE-2021...
2022-01-17  Adhemerval ZanellaLinux: Add epoll_pwait2 (BZ #27359)
2022-01-12  Adhemerval ZanellaRevert "linux: Fix ancillary 64-bit time timestamp...
2022-01-12  Adhemerval Zanellalinux: Fix ancillary 64-bit time timestamp conversion...
2021-12-09  Florian Weimernptl: Add public rseq symbols and <sys/rseq.h>
2021-12-09  Florian Weimernptl: Add glibc.pthread.rseq tunable to control rseq...
2021-12-09  Florian Weimernptl: Add rseq registration
2021-11-30  Adhemerval Zanellalinux: Implement mremap in C
2021-11-30  Adhemerval Zanellalinux: Add prlimit64 C implementation
2021-11-25  Adhemerval Zanellalinux: Add fanotify_mark C implementation
2021-11-24  Adhemerval Zanellaio: Refactor close_range and closefrom
2021-07-21  Florian Weimersocket: Add time64 alias for sendmmsg
2021-07-21  Florian WeimerLinux: Add time64 alias for prctl
2021-07-14  H.J. LuAdd static tests for __clone_internal
2021-07-14  H.J. LuAdd an internal wrapper for clone, clone2 and clone3
2021-07-12  Adhemerval ZanellaLinux: Use 32-bit vDSO for clock_gettime, gettimeofday...
2021-07-12  Florian WeimerReduce <limits.h> pollution due to dynamic PTHREAD_STAC...
2021-07-09  H.J. LuDefine PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-08  Adhemerval Zanellaio: Add closefrom [BZ #10353]
2021-07-08  Adhemerval Zanellalinux: Add close_range
2021-06-28  Florian WeimerLinux: Cleanups after librt move
2021-06-22  Adhemerval Zanellalinux: Only use 64-bit syscall if required for sigtimedwait
2021-06-22  Adhemerval Zanellalinux: Only use 64-bit syscall if required for timerfd_...
2021-06-22  Adhemerval Zanellalinux: Remove time64-support
2021-06-22  Adhemerval Zanellalinux: Only use 64-bit syscall if required for ppoll
2021-06-15  Adhemerval Zanellay2038: Add test coverage
2021-06-15  Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-15  Adhemerval Zanellay2038: Use a common definition for shmid_ds
2021-06-15  Adhemerval Zanellay2038: Use a common definition for semid_ds
2021-06-15  Lukasz Majewskiy2038: Use a common definition for msqid_ds
2021-06-15  Lukasz Majewskiy2038: Use a common definition for stat
2021-06-15  Adhemerval Zanellalinux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
2021-05-31  H.J. Lux86-64: Align child stack to 16 bytes [BZ #27902]
2021-05-25  Florian WeimerLinux: Remove remaining references to $(shared-thread...
2021-04-15  Adhemerval Zanellaio: Move file timestamps tests out of Linux
2021-03-23  Lukasz Majewskitst: Add test for sigtimedwait
2021-03-23  Lukasz Majewskitst: Add test for ntp_gettimex
2021-03-23  Lukasz Majewskitst: Add test for ntp_gettime
2021-03-09  Florian WeimerLinux: misc/tst-ofdlocks-compat can be a regular test
2021-03-09  Florian WeimerLinux: dirent/tst-readdir64-compat can be a regular...
2021-03-08  Lukasz Majewskitst: Add test for ntp_adjtime
2021-03-08  Lukasz Majewskitst: Add test for adjtimex
2021-03-08  Lukasz Majewskitst: Add test for clock_adjtime
2021-03-02  Lukasz Majewskitst: Add test for utimes
2021-03-02  Lukasz Majewskitst: Add test for utime
2021-03-02  Lukasz Majewskitst: Add test for futimens
2021-02-11  Adhemerval Zanellalinux: Consolidate internal_statvfs
2021-02-08  Lukasz Majewskitst: Provide test for ppoll
2021-02-08  Lukasz Majewskitst: Provide test for timerfd related functions
2020-12-29  Adhemerval Zanellaio: Remove xmknod{at} implementations
2020-12-29  Adhemerval Zanellaio: Remove xstat implementations
2020-10-14  Adhemerval Zanellasysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
2020-10-09  Adhemerval Zanellalinux: Add {f}stat{at} y2038 support
2020-10-09  Adhemerval Zanellalinux: Move the struct stat{64} to struct_stat.h
2020-10-07  Adhemerval Zanellanptl: Add missing cancellation flags on futex_internal...
2020-10-02  Adhemerval Zanellasysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]
2020-10-02  Dmitry V. Levinsysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ...
2020-09-11  Adhemerval Zanellalinux: Add time64 pselect support
2020-09-11  Adhemerval Zanellalinux: Consolidate fxstatat{64}
2020-08-24  Adhemerval Zanellalinux: Add helper function to optimize 64-bit time_t...
2020-07-16  Florian WeimerLinux: Remove rseq support
2020-07-09  Maciej W. Rozyckilinux: Fix syscall list generation instructions
2020-07-09  Adhemerval Zanellasysvipc: Remove the linux shm-pad.h file
2020-07-09  Adhemerval Zanellasysvipc: Split out linux struct shmid_ds
2020-07-09  Adhemerval Zanellasysvipc: Remove the linux msq-pad.h file
2020-07-09  Adhemerval Zanellasysvipc: Split out linux struct semid_ds
2020-07-06  Mathieu DesnoyersLinux: rseq registration tests
2020-07-06  Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
2020-05-20  Florian Weimernptl: Replace some stubs with the Linux implementation
2020-05-19  Lukasz Majewskiy2038: linux: Provide __clock_adjtime64 implementation
2020-04-30  H.J. LuAdd a C wrapper for prctl [BZ #25896]
2020-04-29  H.J. LuAdd C wrappers for process_vm_readv/process_vm_writev...
2020-04-29  Alistair Francissemctl: Remove the sem-pad.h file
next