Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | linux: Only use 64-bit syscall if required for ppoll | Adhemerval Zanella | 1 | -0/+9 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 1 | -0/+10 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 1 | -0/+3 |
2021-06-15 | y2038: Use a common definition for shmid_ds | Adhemerval Zanella | 1 | -1/+2 |
2021-06-15 | y2038: Use a common definition for semid_ds | Adhemerval Zanella | 1 | -1/+2 |
2021-06-15 | y2038: Use a common definition for msqid_ds | Lukasz Majewski | 1 | -1/+2 |
2021-06-15 | y2038: Use a common definition for stat | Lukasz Majewski | 1 | -1/+2 |
2021-06-15 | linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} | Adhemerval Zanella | 1 | -1/+1 |
2021-05-31 | x86-64: Align child stack to 16 bytes [BZ #27902] | H.J. Lu | 1 | -1/+1 |
2021-05-25 | Linux: Remove remaining references to $(shared-thread-library) | Florian Weimer | 1 | -6/+0 |
2021-04-15 | io: Move file timestamps tests out of Linux | Adhemerval Zanella | 1 | -1/+1 |
2021-03-23 | tst: Add test for sigtimedwait | Lukasz Majewski | 1 | -1/+1 |
2021-03-23 | tst: Add test for ntp_gettimex | Lukasz Majewski | 1 | -1/+2 |
2021-03-23 | tst: Add test for ntp_gettime | Lukasz Majewski | 1 | -1/+1 |
2021-03-09 | Linux: misc/tst-ofdlocks-compat can be a regular test | Florian Weimer | 1 | -1/+7 |
2021-03-09 | Linux: dirent/tst-readdir64-compat can be a regular test | Florian Weimer | 1 | -1/+5 |
2021-03-08 | tst: Add test for ntp_adjtime | Lukasz Majewski | 1 | -1/+1 |
2021-03-08 | tst: Add test for adjtimex | Lukasz Majewski | 1 | -1/+1 |
2021-03-08 | tst: Add test for clock_adjtime | Lukasz Majewski | 1 | -1/+2 |
2021-03-02 | tst: Add test for utimes | Lukasz Majewski | 1 | -1/+1 |
2021-03-02 | tst: Add test for utime | Lukasz Majewski | 1 | -1/+1 |
2021-03-02 | tst: Add test for futimens | Lukasz Majewski | 1 | -1/+1 |
2021-02-11 | linux: Consolidate internal_statvfs | Adhemerval Zanella | 1 | -1/+1 |
2021-02-08 | tst: Provide test for ppoll | Lukasz Majewski | 1 | -1/+1 |
2021-02-08 | tst: Provide test for timerfd related functions | Lukasz Majewski | 1 | -1/+2 |
2020-12-29 | io: Remove xmknod{at} implementations | Adhemerval Zanella | 1 | -1/+2 |
2020-12-29 | io: Remove xstat implementations | Adhemerval Zanella | 1 | -1/+3 |
2020-10-14 | sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636] | Adhemerval Zanella | 1 | -1/+1 |
2020-10-09 | linux: Add {f}stat{at} y2038 support | Adhemerval Zanella | 1 | -1/+1 |
2020-10-09 | linux: Move the struct stat{64} to struct_stat.h | Adhemerval Zanella | 1 | -1/+2 |
2020-10-07 | nptl: Add missing cancellation flags on futex_internal and pselect32 | Adhemerval Zanella | 1 | -0/+1 |
2020-10-02 | sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639] | Adhemerval Zanella | 1 | -1/+1 |
2020-10-02 | sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637] | Dmitry V. Levin | 1 | -1/+1 |
2020-09-11 | linux: Add time64 pselect support | Adhemerval Zanella | 1 | -1/+1 |
2020-09-11 | linux: Consolidate fxstatat{64} | Adhemerval Zanella | 1 | -2/+1 |
2020-08-24 | linux: Add helper function to optimize 64-bit time_t fallback support | Adhemerval Zanella | 1 | -1/+2 |
2020-07-16 | Linux: Remove rseq support | Florian Weimer | 1 | -12/+3 |
2020-07-09 | linux: Fix syscall list generation instructions | Maciej W. Rozycki | 1 | -1/+1 |
2020-07-09 | sysvipc: Remove the linux shm-pad.h file | Adhemerval Zanella | 1 | -1/+1 |
2020-07-09 | sysvipc: Split out linux struct shmid_ds | Adhemerval Zanella | 1 | -0/+1 |
2020-07-09 | sysvipc: Remove the linux msq-pad.h file | Adhemerval Zanella | 1 | -1/+1 |
2020-07-09 | sysvipc: Split out linux struct semid_ds | Adhemerval Zanella | 1 | -0/+1 |
2020-07-06 | Linux: rseq registration tests | Mathieu Desnoyers | 1 | -1/+9 |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 1 | -2/+3 |
2020-05-20 | nptl: Replace some stubs with the Linux implementation | Florian Weimer | 1 | -4/+1 |
2020-05-20 | y2038: linux: Provide __clock_adjtime64 implementation | Lukasz Majewski | 1 | -1/+1 |
2020-04-30 | Add a C wrapper for prctl [BZ #25896] | H.J. Lu | 1 | -1/+1 |
2020-04-29 | Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810] | H.J. Lu | 1 | -1/+2 |
2020-04-29 | semctl: Remove the sem-pad.h file | Alistair Francis | 1 | -1/+1 |
2020-04-29 | bits/sem.h: Split out struct semid_ds | Alistair Francis | 1 | -0/+1 |