master
remove LFS64 symbol aliases; replace with dynamic linker remapping
support linux kernel apis (new archs) with old syscalls removed
move and deduplicate declarations of __procfdname to make it checkable
use new SYS_fchmodat2 syscall to implement fchmodat with flags
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
implement futimens and utimensat
reduce spurious inclusion of libc.h
include cleanups: remove unused headers and add feature test macros
global cleanup to use the new syscall interface
initial check-in, version 0.5.0
fix mknod and mknodat to accept large dev_t values
statvfs: allocate spare for f_type
utimensat: add time64 syscall support, decouple 32-bit time_t