summaryrefslogtreecommitdiffstats
path: root/printf.h
Commit message (Collapse)AuthorAgeFilesLines
* bftw: Pass a const struct BFTW * to the callbackTavian Barnes2019-05-051-1/+1
|
* bftw: Add a caching stat() API to struct BFTWTavian Barnes2019-05-041-12/+4
|
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
|
* Update copyright datesTavian Barnes2018-09-241-1/+1
|
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-1/+1
| | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
|
* Don't parse the mount table until it's neededTavian Barnes2017-04-291-1/+1
|
* Implement -fstypeTavian Barnes2017-04-231-3/+4
| | | | Fixes #6!
* Make a printf()-style API for colored messagesTavian Barnes2017-03-111-3/+3
|
* Implement -printf/-fprintfTavian Barnes2017-02-051-0/+62
Based on a patch by Fangrui Song <i@maskray.me>. Closes #16.