summaryrefslogtreecommitdiffstats
path: root/ctx.c
Commit message (Collapse)AuthorAgeFilesLines
* New -status option to display a status barTavian Barnes2020-11-031-0/+1
|
* pwcache: Adjust some naming conventionsTavian Barnes2020-10-061-4/+4
|
* mtab: Adjust some naming conventionsTavian Barnes2020-10-061-2/+2
|
* parse: Fail if -color is passed and the colors couldn't be parsedTavian Barnes2020-10-041-0/+1
|
* ctx: Perserve errno better in bfs_ctx_open()Tavian Barnes2020-09-281-0/+7
|
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-0/+217
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.