about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Simplify opendir buffer allocationAdhemerval Zanella2020-10-161-33/+18
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1612-23/+911
* linux: Add 64-bit time_t support for wait3Adhemerval Zanella2020-10-161-0/+44
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-161-1/+0
* linux: Fix time64 support for futimesatAdhemerval Zanella2020-10-162-54/+6
* linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella2020-10-164-28/+34
* sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella2020-10-151-4/+5
* x86/CET: Update vfork to prevent child returnH.J. Lu2020-10-154-71/+113
* statfs: add missing f_flags assignmentChen Li2020-10-151-0/+1
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-156-9/+12
* sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella2020-10-141-10/+34
* sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella2020-10-143-7/+204
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-141-0/+4
* Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella2020-10-136-0/+36
* linux: Move xmknod{at} to compat symbolsAdhemerval Zanella2020-10-095-32/+76
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-0912-47/+328
* linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella2020-10-0921-31/+181
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-0925-40/+224
* linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella2020-10-098-0/+275
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-0913-493/+206
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-0948-67/+112
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-0951-92/+325
* nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2020-10-071-0/+1
* elf: Implement _dl_writeFlorian Weimer2020-10-071-0/+30
* Linux: Require properly configured /dev/pts for PTYsFlorian Weimer2020-10-073-192/+43
* Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2020-10-071-16/+5
* posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella2020-10-068-89/+83
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-062-2/+2
* sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella2020-10-021-10/+31
* sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella2020-10-023-5/+196
* sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella2020-10-021-0/+10
* sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin2020-10-023-1/+191
* sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella2020-09-301-4/+8
* linux: Add time64 recvmmsg supportAdhemerval Zanella2020-09-281-11/+52
* linux: Add time64 support for nanosleepAdhemerval Zanella2020-09-281-0/+50
* linux: Consolidate utimesAdhemerval Zanella2020-09-283-81/+0
* linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella2020-09-281-10/+15
* linux: Add time64 sigtimedwait supportAdhemerval Zanella2020-09-281-8/+42
* linux: Add time64 select supportAdhemerval Zanella2020-09-281-23/+69
* sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella2020-09-281-8/+3
* Update mallinfo2 ABI, and testDJ Delorie2020-09-1732-0/+32
* Allow memset local PLT reference for RISC-V.Alistair Francis2020-09-171-0/+1
* pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]H.J. Lu2020-09-151-3/+6
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-113-0/+3
* linux: Add time64 pselect supportAdhemerval Zanella2020-09-114-35/+99
* linux: Add time64 semtimedop supportAdhemerval Zanella2020-09-112-8/+55
* linux: Add ppoll time64 optimizationAdhemerval Zanella2020-09-111-5/+13
* linux: Simplify clock_getresAdhemerval Zanella2020-09-111-23/+15
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-117-16/+16
* Linux: Consolidate xmknodAdhemerval Zanella2020-09-112-59/+3