aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2020-10-15statfs: add missing f_flags assignmentChen Li
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella
2020-10-09linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella
2020-10-07elf: Implement _dl_writeFlorian Weimer
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu
2020-10-02sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella
2020-10-02sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin
2020-09-30sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella
2020-09-28linux: Consolidate utimesAdhemerval Zanella
2020-09-28linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella
2020-09-28linux: Add time64 select supportAdhemerval Zanella
2020-09-28sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-09-17Allow memset local PLT reference for RISC-V.Alistair Francis
2020-09-15pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]H.J. Lu
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella
2020-09-11linux: Add time64 semtimedop supportAdhemerval Zanella
2020-09-11linux: Add ppoll time64 optimizationAdhemerval Zanella
2020-09-11linux: Simplify clock_getresAdhemerval Zanella
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-11Linux: Consolidate xmknodAdhemerval Zanella
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella
2020-09-11linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella
2020-09-02Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella
2020-09-02linux: Remove __ASSUME_ATFCTSAdhemerval Zanella