aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella1-0/+2
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella1-0/+2
2021-06-22linux: Remove time64-supportAdhemerval Zanella1-1/+1
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella1-0/+9
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+10
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+3
2021-06-15y2038: Use a common definition for shmid_dsAdhemerval Zanella1-1/+2
2021-06-15y2038: Use a common definition for semid_dsAdhemerval Zanella1-1/+2
2021-06-15y2038: Use a common definition for msqid_dsLukasz Majewski1-1/+2
2021-06-15y2038: Use a common definition for statLukasz Majewski1-1/+2
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella1-1/+1
2021-05-31x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu1-1/+1
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer1-6/+0
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella1-1/+1
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski1-1/+1
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski1-1/+2
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski1-1/+1
2021-03-09Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer1-1/+7
2021-03-09Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer1-1/+5
2021-03-08tst: Add test for ntp_adjtimeLukasz Majewski1-1/+1
2021-03-08tst: Add test for adjtimexLukasz Majewski1-1/+1
2021-03-08tst: Add test for clock_adjtimeLukasz Majewski1-1/+2
2021-03-02tst: Add test for utimesLukasz Majewski1-1/+1
2021-03-02tst: Add test for utimeLukasz Majewski1-1/+1
2021-03-02tst: Add test for futimensLukasz Majewski1-1/+1
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella1-1/+1
2021-02-08tst: Provide test for ppollLukasz Majewski1-1/+1
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski1-1/+2
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella1-1/+2
2020-12-29io: Remove xstat implementationsAdhemerval Zanella1-1/+3
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella1-1/+1
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella1-1/+1
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-1/+2
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella1-0/+1
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella1-1/+1
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin1-1/+1
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella1-1/+1
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella1-2/+1
2020-08-24linux: Add helper function to optimize 64-bit time_t fallback supportAdhemerval Zanella1-1/+2
2020-07-16Linux: Remove rseq supportFlorian Weimer1-12/+3
2020-07-09linux: Fix syscall list generation instructionsMaciej W. Rozycki1-1/+1
2020-07-09sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella1-1/+1
2020-07-09sysvipc: Split out linux struct shmid_dsAdhemerval Zanella1-0/+1
2020-07-09sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella1-1/+1
2020-07-09sysvipc: Split out linux struct semid_dsAdhemerval Zanella1-0/+1
2020-07-06Linux: rseq registration testsMathieu Desnoyers1-1/+9
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-2/+3
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer1-4/+1
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski1-1/+1
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu1-1/+1