26 Commits (e314258e2fe75b7443db84d2927315dea0f337c8)

Author SHA1 Message Date
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
Rich Felker 6d38c9cf80 fix misordered syscall arguments for posix_fadvise on arm 10 years ago
Rich Felker 804debee2b in posix_fadvise, don't bypass __syscall macro infrastructure 10 years ago
Rich Felker ea1b6bb612 remove dead case for F_SETLKW in fcntl 11 years ago
Rich Felker e146e6035f fix uninitialized mode variable in openat function 12 years ago
Rich Felker 2da3ab1382 fix invalid access by openat to possibly-missing variadic mode argument 12 years ago
Rich Felker 9d836ea7a6 fix failure of open to read variadic mode argument for O_TMPFILE 12 years ago
Rich Felker 9c2d437cb3 avoid invalid use of va_arg in open 12 years ago
Rich Felker 7765706c05 add O_CLOEXEC fallback for open and related functions 12 years ago
Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat 12 years ago
Rich Felker b576766d51 in fcntl, use unsigned long instead of long for variadic argument type 12 years ago
Rich Felker 131871a3d8 in fcntl, avoid passing pointer arguments to syscalls as longs 13 years ago
Rich Felker 1e7a581ad6 add some missing LFS64 aliases for fadvise/fallocate functions 13 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker 00f1521fdd provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
Rich Felker b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir 14 years ago
Rich Felker adb88e773b add fallocate (nonstandardized) function 14 years ago
Rich Felker 5271ff46b9 fix broken fallocate syscall in posix_fallocate 14 years ago
Rich Felker 4e8b0938d9 proper error handling for fcntl F_GETOWN on modern kernels 14 years ago
Rich Felker a541297617 enable LARGEFILE64 aliases 14 years ago
Rich Felker 8e8ddeff7e fix F_GETOWN return value handling 15 years ago
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
Rich Felker 1c76683cb4 add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago