aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
AgeCommit message (Expand)Author
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-09nptl: Add rseq registrationFlorian Weimer
2021-11-30linux: Implement mremap in CAdhemerval Zanella
2021-11-30linux: Add prlimit64 C implementationAdhemerval Zanella
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer
2021-07-21Linux: Add time64 alias for prctlFlorian Weimer
2021-07-14Add static tests for __clone_internalH.J. Lu
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-08linux: Add close_rangeAdhemerval Zanella
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella
2021-06-22linux: Remove time64-supportAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15y2038: Use a common definition for shmid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for semid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for msqid_dsLukasz Majewski
2021-06-15y2038: Use a common definition for statLukasz Majewski
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella
2021-05-31x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski
2021-03-09Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer
2021-03-09Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer
2021-03-08tst: Add test for ntp_adjtimeLukasz Majewski
2021-03-08tst: Add test for adjtimexLukasz Majewski
2021-03-08tst: Add test for clock_adjtimeLukasz Majewski
2021-03-02tst: Add test for utimesLukasz Majewski
2021-03-02tst: Add test for utimeLukasz Majewski
2021-03-02tst: Add test for futimensLukasz Majewski
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella
2021-02-08tst: Provide test for ppollLukasz Majewski
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella
2020-12-29io: Remove xstat implementationsAdhemerval Zanella
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella