Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker 89c5016cba timerfd: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs hace 5 años
  Rich Felker 244858553e clock_getres: don't assume time_t is 32-bit on 32-bit archs hace 5 años
  Rich Felker a02bd52864 timer_gettime: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 4c307bed03 remove x32 syscall timespec fixup hacks hace 5 años
  Rich Felker 01f3480d37 utimensat: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 7aeecf3e0b clock_settime: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker e1501091c4 timer_settime: add support for time64 syscall, decouple 32-bit time_t hace 5 años
  Rich Felker 22276671d0 pselect, ppoll: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 1492bdf53c futex wait operations: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker eb2e298cdc semtimedop: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 68c983919e sigtimedwait: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 2ab90de7ac mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t hace 5 años
  Rich Felker 1334e36680 clock_nanosleep: add time64 syscall support, decouple 32-bit time_t hace 5 años
  Rich Felker 2c2c3605d3 implement settimeofday in terms of clock_settime, not old syscall hace 5 años
  Rich Felker 4bbd7baea7 internally, define plain syscalls, if missing, as their time64 variants hace 5 años
  Rich Felker 40aa18d55a internally, define time64 syscalls on x32 as the existing syscalls hace 5 años
  Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32 hace 5 años
  Rich Felker cb856a6160 fix and simplify futimesat fallback in utimensat hace 5 años
  Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep hace 6 años
  Samuel Holland 0ce49d0a30 use the correct stat structure in the fstat path hace 6 años
  Rich Felker e53a91da58 refactor adjtime function using adjtimex function instead of syscall hace 6 años
  Rich Felker 107d68ad17 refactor adjtimex in terms of clock_adjtime hace 6 años
  Rich Felker e468ed442d fix inadvertent introduction of extern object stx hace 6 años
  Rich Felker dfc81828f7 implement fstatat with SYS_statx, conditional on undersized kstat time hace 6 años
  Rich Felker 67bf602f14 cleanup includes now that stat, lstat no longer make direct syscalls hace 6 años
  Rich Felker eeff60608c restore property that fstat(AT_FDCWD) fails with EBADF hace 6 años
  Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery hace 6 años
  Rich Felker 01ae3fc6d4 decouple struct stat from kernel type hace 6 años
  Rich Felker 9493892021 refactor all stat functions in terms of fstatat hace 6 años