summaryrefslogtreecommitdiffstats
path: root/stat.c
Commit message (Expand)AuthorAgeFilesLines
* stat: Work around GNU Hurd bugTavian Barnes2021-12-101-1/+2
* fsade: Fix msan false positive in bfs_check_acl_type()Tavian Barnes2021-03-281-1/+1
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+14
* Give messages to unconditional assertion failuresTavian Barnes2020-12-021-2/+2
* stat: #include <unistd.h> for syscall() when neededTavian Barnes2020-11-181-0/+1
* Include what I useTavian Barnes2020-11-121-1/+0
* stat: Rename bfs_stat_flag to _flagsTavian Barnes2020-09-181-5/+5
* stat: Check that AT_STATX_DONT_SYNC exists before using itTavian Barnes2019-08-301-0/+3
* stat: New BFS_STAT_NOSYNC flagTavian Barnes2019-08-291-0/+3
* stat: Treat EPERM like ENOSYS for statx()Tavian Barnes2019-07-051-1/+3
* stat: Get rid of bfs_fstat()Tavian Barnes2019-05-041-8/+10
* stat: Unify the flags argumentsTavian Barnes2019-05-041-7/+17
* Release 1.41.4Tavian Barnes2019-04-151-1/+1
* parse: Use a trie to hold currently open filesTavian Barnes2019-03-061-0/+5
* stat: Work around msan not knowing about statx()Tavian Barnes2019-01-311-0/+7
* stat: s/ENODATA/ENOTSUP, since ENODATA is POSIX-optionalTavian Barnes2019-01-031-3/+3
* 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