Age | Commit message (Expand) | Author |
---|---|---|
2024-02-28 | libc: always redirect *stat() family to statx() with time64 enabled. | Dmitry Chestnykh |
2024-02-27 | Fix *stat() and *stat64() when the time is beyond year 2038. | Dmitry Chestnykh |
2023-09-14 | fstatat64: define it as a wrapper of statx if the kernel does not support fst... | Yann Sionneau |
2014-12-28 | for mips64 with N32 ABI we need to use newfstatat | Waldemar Brodkorb |
2013-02-20 | stat64: Use fstatat64 if arch does not have the stat64 syscall | Markos Chandras |
2013-02-20 | fstatat{64}: No conversion code is needed for new architectures | Markos Chandras |
2013-02-20 | fstatat64: Use newfstatat only for 64-bit operations | Markos Chandras |
2012-06-15 | *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard | Peter S. Mazinger |
2009-09-06 | fstatat: fix up behavior on 32/64 bit hosts | Mike Frysinger |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |