summaryrefslogtreecommitdiffstats
path: root/printf.h
AgeCommit message (Collapse)Author
2020-10-06printf: Adjust some calling conventionsTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
2019-05-05bftw: Pass a const struct BFTW * to the callbackTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2018-09-24Update copyright datesTavian 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-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-04-29Don't parse the mount table until it's neededTavian Barnes
2017-04-23Implement -fstypeTavian Barnes
Fixes #6!
2017-03-11Make a printf()-style API for colored messagesTavian Barnes
2017-02-05Implement -printf/-fprintfTavian Barnes
Based on a patch by Fangrui Song <i@maskray.me>. Closes #16.