summaryrefslogtreecommitdiffstats
path: root/mtab.c
AgeCommit message (Collapse)Author
2018-11-08Check for <sys/param.h> before including itTavian Barnes
Fixes #38.
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
This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
2017-09-09mtab: Add support for SolarisTavian Barnes
2017-09-02mtab: Use __has_include() to check for <mntent.h>Tavian Barnes
This fixes the build against musl, as long as you have a new enough compiler for __has_include.
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
Fixes #6!