4223 Commits (1492bdf53c70f436b0fc2a7238011f9786bf4cd5)
 

Author SHA1 Message Date
Rich Felker 1492bdf53c futex wait operations: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker eb2e298cdc semtimedop: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 68c983919e sigtimedwait: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 2ab90de7ac mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 7 years ago
Rich Felker 1334e36680 clock_nanosleep: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 2c2c3605d3 implement settimeofday in terms of clock_settime, not old syscall 7 years ago
Rich Felker 4bbd7baea7 internally, define plain syscalls, if missing, as their time64 variants 7 years ago
Rich Felker 40aa18d55a internally, define time64 syscalls on x32 as the existing syscalls 7 years ago
Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32 7 years ago
Rich Felker cb856a6160 fix and simplify futimesat fallback in utimensat 7 years ago
Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep 7 years ago
Samuel Holland 0ce49d0a30 use the correct stat structure in the fstat path 7 years ago
Rich Felker e53a91da58 refactor adjtime function using adjtimex function instead of syscall 7 years ago
Rich Felker 107d68ad17 refactor adjtimex in terms of clock_adjtime 7 years ago
Rich Felker e468ed442d fix inadvertent introduction of extern object stx 7 years ago
Rich Felker dfc81828f7 implement fstatat with SYS_statx, conditional on undersized kstat time 7 years ago
Rich Felker 67bf602f14 cleanup includes now that stat, lstat no longer make direct syscalls 7 years ago
Rich Felker eeff60608c restore property that fstat(AT_FDCWD) fails with EBADF 7 years ago
Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery 7 years ago
Rich Felker 01ae3fc6d4 decouple struct stat from kernel type 7 years ago
Rich Felker 9493892021 refactor all stat functions in terms of fstatat 7 years ago
Rich Felker 62a73d9649 remove utterly wrong includes from mips64/n32 bits/stat.h 7 years ago
Rich Felker f0eb2e77b2 use register constraint instead of memory operand for riscv64 atomics 7 years ago
Rich Felker 2dcbeabd91 fix riscv64 atomic asm constraints 7 years ago
Rich Felker 8eb49e0485 fix riscv64 syscall asm constraint 7 years ago
Rich Felker 1a28c6eade fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX 7 years ago
Rich Felker 918c5fa0fc fix broken lseek on mipsn32 with offsets larger than LONG_MAX 7 years ago
Rich Felker ddc7c4f936 clean up mips64/n32 syscall asm constraints 7 years ago
Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists 7 years ago
Rich Felker 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall 7 years ago
Rich Felker b07d45eb01 release 1.1.23 7 years ago
Rich Felker d6dcd4185b update year in COPYRIGHT file 7 years ago
Rich Felker 7a6c8a0df1 update authors/contributors list 7 years ago
Rich Felker 980f80f792 fix build failure on arm building C code in thumb1 mode 7 years ago
James Y Knight 7829f42a2c fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX 7 years ago
Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location 7 years ago
Samuel Holland 05eb8ea060 fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro 7 years ago
Samuel Holland e0eee3ceef fix restrict violations in internal use of several functions 7 years ago
Rich Felker a730639273 mention mips64 n32 ABI support in INSTALL doc 7 years ago
Rich Felker 0f72228208 document riscv64 support in INSTALL document 7 years ago
Rich Felker 759900403d prevent dup2 action for posix_spawn internal pipe fd 7 years ago
Rich Felker 9b83182069 fix inadvertent use of uninitialized variable in dladdr 7 years ago
Rich Felker 524e76f17b remove spurious MAP_32BIT definition from riscv64 arch 7 years ago
Fangrui Song 4b5ba07650 configure: make AR and RANLIB customizable 7 years ago
Fangrui Song 94751d8ee4 remove stray .end directives from powerpc[64] asm 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Szabolcs Nagy 4acfc287d8 ipc: prefer SYS_ipc when it is defined 7 years ago
Szabolcs Nagy b574de5bf3 mips64: fix syscall numbers of io_pgetevents and rseq 7 years ago
Szabolcs Nagy 47bc7f0afe elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 7 years ago
Szabolcs Nagy eea841e653 netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 7 years ago