Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pwcache: Adjust some naming conventions | Tavian Barnes | 2020-10-06 | 1 | -4/+4 |
| | |||||
* | mtab: Adjust some naming conventions | Tavian Barnes | 2020-10-06 | 1 | -2/+2 |
| | |||||
* | parse: Fail if -color is passed and the colors couldn't be parsed | Tavian Barnes | 2020-10-04 | 1 | -0/+1 |
| | |||||
* | ctx: Perserve errno better in bfs_ctx_open() | Tavian Barnes | 2020-09-28 | 1 | -0/+7 |
| | |||||
* | Rename struct cmdline to bfs_ctx | Tavian Barnes | 2020-09-27 | 1 | -0/+217 |
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab. |