Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 4bbd7baea7 internally, define plain syscalls, if missing, as their time64 variants há 5 anos atrás
  Rich Felker 40aa18d55a internally, define time64 syscalls on x32 as the existing syscalls há 5 anos atrás
  Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32 há 5 anos atrás
  Rich Felker cb856a6160 fix and simplify futimesat fallback in utimensat há 5 anos atrás
  Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep há 5 anos atrás
  Samuel Holland 0ce49d0a30 use the correct stat structure in the fstat path há 5 anos atrás
  Rich Felker e53a91da58 refactor adjtime function using adjtimex function instead of syscall há 5 anos atrás
  Rich Felker 107d68ad17 refactor adjtimex in terms of clock_adjtime há 5 anos atrás
  Rich Felker e468ed442d fix inadvertent introduction of extern object stx há 5 anos atrás
  Rich Felker dfc81828f7 implement fstatat with SYS_statx, conditional on undersized kstat time há 5 anos atrás
  Rich Felker 67bf602f14 cleanup includes now that stat, lstat no longer make direct syscalls há 5 anos atrás
  Rich Felker eeff60608c restore property that fstat(AT_FDCWD) fails with EBADF há 5 anos atrás
  Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery há 5 anos atrás
  Rich Felker 01ae3fc6d4 decouple struct stat from kernel type há 5 anos atrás
  Rich Felker 9493892021 refactor all stat functions in terms of fstatat há 5 anos atrás
  Rich Felker 62a73d9649 remove utterly wrong includes from mips64/n32 bits/stat.h há 5 anos atrás
  Rich Felker f0eb2e77b2 use register constraint instead of memory operand for riscv64 atomics há 5 anos atrás
  Rich Felker 2dcbeabd91 fix riscv64 atomic asm constraints há 5 anos atrás
  Rich Felker 8eb49e0485 fix riscv64 syscall asm constraint há 5 anos atrás
  Rich Felker 1a28c6eade fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX há 5 anos atrás
  Rich Felker 918c5fa0fc fix broken lseek on mipsn32 with offsets larger than LONG_MAX há 5 anos atrás
  Rich Felker ddc7c4f936 clean up mips64/n32 syscall asm constraints há 5 anos atrás
  Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists há 5 anos atrás
  Rich Felker 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall há 5 anos atrás
  Rich Felker b07d45eb01 release 1.1.23 há 5 anos atrás
  Rich Felker d6dcd4185b update year in COPYRIGHT file há 5 anos atrás
  Rich Felker 7a6c8a0df1 update authors/contributors list há 5 anos atrás
  Rich Felker 980f80f792 fix build failure on arm building C code in thumb1 mode há 5 anos atrás
  James Y Knight 7829f42a2c fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX há 5 anos atrás
  Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location há 5 anos atrás