Историја ревизија

Аутор SHA1 Порука Датум
  Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep пре 5 година
  Samuel Holland 0ce49d0a30 use the correct stat structure in the fstat path пре 5 година
  Rich Felker e53a91da58 refactor adjtime function using adjtimex function instead of syscall пре 5 година
  Rich Felker 107d68ad17 refactor adjtimex in terms of clock_adjtime пре 5 година
  Rich Felker e468ed442d fix inadvertent introduction of extern object stx пре 5 година
  Rich Felker dfc81828f7 implement fstatat with SYS_statx, conditional on undersized kstat time пре 5 година
  Rich Felker 67bf602f14 cleanup includes now that stat, lstat no longer make direct syscalls пре 5 година
  Rich Felker eeff60608c restore property that fstat(AT_FDCWD) fails with EBADF пре 5 година
  Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery пре 5 година
  Rich Felker 01ae3fc6d4 decouple struct stat from kernel type пре 5 година
  Rich Felker 9493892021 refactor all stat functions in terms of fstatat пре 5 година
  Rich Felker 62a73d9649 remove utterly wrong includes from mips64/n32 bits/stat.h пре 5 година
  Rich Felker f0eb2e77b2 use register constraint instead of memory operand for riscv64 atomics пре 5 година
  Rich Felker 2dcbeabd91 fix riscv64 atomic asm constraints пре 5 година
  Rich Felker 8eb49e0485 fix riscv64 syscall asm constraint пре 5 година
  Rich Felker 1a28c6eade fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX пре 5 година
  Rich Felker 918c5fa0fc fix broken lseek on mipsn32 with offsets larger than LONG_MAX пре 5 година
  Rich Felker ddc7c4f936 clean up mips64/n32 syscall asm constraints пре 5 година
  Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists пре 5 година
  Rich Felker 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall пре 5 година
  Rich Felker b07d45eb01 release 1.1.23 пре 5 година
  Rich Felker d6dcd4185b update year in COPYRIGHT file пре 5 година
  Rich Felker 7a6c8a0df1 update authors/contributors list пре 5 година
  Rich Felker 980f80f792 fix build failure on arm building C code in thumb1 mode пре 5 година
  James Y Knight 7829f42a2c fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX пре 5 година
  Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location пре 5 година
  Samuel Holland 05eb8ea060 fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro пре 5 година
  Samuel Holland e0eee3ceef fix restrict violations in internal use of several functions пре 5 година
  Rich Felker a730639273 mention mips64 n32 ABI support in INSTALL doc пре 5 година
  Rich Felker 0f72228208 document riscv64 support in INSTALL document пре 5 година