summaryrefslogtreecommitdiffstats
path: root/mtab.c
AgeCommit message (Expand)Author
2020-10-06mtab: Adjust some naming conventionsTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2019-09-24mtab: Use struct statvfs on NetBSDTavian Barnes
2019-08-29mtab: Rename maybe_mount to might_be_mountTavian Barnes
2019-08-29mtab: Lazy-load the device IDs from the mount tableTavian Barnes
2019-08-29mtab: Use BFS_STAT_NOSYNCTavian Barnes
2019-05-04stat: Unify the flags argumentsTavian Barnes
2019-04-20trie: Make trie_remove() take a leaf instead of a keyTavian Barnes
2019-04-15Release 1.41.4Tavian Barnes
2019-03-27trie: Store void* values rather than const void*Tavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06mtab: Fix implementation for all platformsTavian Barnes
2019-03-06mtab: Replace the linked list of file system types with a trieTavian Barnes
2018-11-08Check for <sys/param.h> before including itTavian Barnes
2018-11-01util: Wrap __has_include()Tavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-03-04mtab: Fall back on /proc/mounts if /etc/mtab isn't availableTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
2017-09-09mtab: Add support for SolarisTavian Barnes
2017-09-02mtab: Use __has_include() to check for <mntent.h>Tavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-04-30mtab: Check __GLIBC__ instead of __linux__ for getmntent()Tavian Barnes
2017-04-29mtab: Don't hardcode /etc/mtabTavian Barnes
2017-04-23Implement -fstypeTavian Barnes