summaryrefslogtreecommitdiffstats
path: root/stat.c
Commit message (Expand)AuthorAgeFilesLines
* stat: Provide a helper for getting human-readable field namesTavian Barnes2018-12-251-0/+36
* stat: Unify bfs_stat_time() implementationsTavian Barnes2018-12-201-1/+24
* stat: Handle statx() not returning some timesTavian Barnes2018-12-191-2/+3
* Print device major/minor numbers for -lsTavian Barnes2018-11-011-2/+7
* stat: Support the glibc statx() wrapperTavian Barnes2018-07-111-6/+18
* stat: Handle platforms that don't support AT_EMPTY_PATH for fstatat()Tavian Barnes2018-07-021-3/+12
* stat: Don't try to statx() on architectures without the syscallTavian Barnes2018-07-021-2/+2
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-0/+243