aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella1-0/+44
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-16linux: Fix time64 support for futimesatAdhemerval Zanella2-54/+6
2020-10-16linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella4-28/+34
2020-10-15sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella1-4/+5
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu4-71/+113
2020-10-15statfs: add missing f_flags assignmentChen Li1-0/+1
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski6-9/+12
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella1-10/+34
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella3-7/+204
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra1-0/+4
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella6-0/+36
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella5-32/+76
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella12-47/+328
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella21-31/+181
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella25-40/+224
2020-10-09linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella8-0/+275
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella13-493/+206
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella48-67/+112
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella51-92/+325
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella1-0/+1
2020-10-07elf: Implement _dl_writeFlorian Weimer1-0/+30
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer3-192/+43
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer1-16/+5
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella8-89/+83
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu2-2/+2
2020-10-02sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella1-10/+31
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella3-5/+196
2020-10-02sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella1-0/+10
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin3-1/+191
2020-09-30sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella1-4/+8
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella1-11/+52
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella1-0/+50
2020-09-28linux: Consolidate utimesAdhemerval Zanella3-81/+0
2020-09-28linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella1-10/+15
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella1-8/+42
2020-09-28linux: Add time64 select supportAdhemerval Zanella1-23/+69
2020-09-28sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella1-8/+3
2020-09-17Update mallinfo2 ABI, and testDJ Delorie32-0/+32
2020-09-17Allow memset local PLT reference for RISC-V.Alistair Francis1-0/+1
2020-09-15pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]H.J. Lu1-3/+6
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu3-0/+3
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella4-35/+99
2020-09-11linux: Add time64 semtimedop supportAdhemerval Zanella2-8/+55
2020-09-11linux: Add ppoll time64 optimizationAdhemerval Zanella1-5/+13
2020-09-11linux: Simplify clock_getresAdhemerval Zanella1-23/+15
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella7-16/+16
2020-09-11Linux: Consolidate xmknodAdhemerval Zanella2-59/+3
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella23-301/+92
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella18-268/+107