Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctx: Flush the user/group caches when executing commands | Tavian Barnes | 2022-11-09 | 1 | -0/+16 |
| | | | | | | This fixes (admittedly uncommon) commands like $ bfs -nouser -exec add-missing-user.sh {} \; | ||||
* | pwcache: Fill the user/group caches lazily | Tavian Barnes | 2022-11-09 | 1 | -24/+28 |
| | | | | | | | Iterating all the users/groups can be expensive, especially with NSS. Android has so many that it doesn't even return them all from get{pw,gr}ent() for performance reasons, leading to incorrect behaviour of -user/-group/etc. | ||||
* | Source / Include Folder (#88) | トトも | 2022-04-16 | 1 | -0/+117 |
Moved Source Files Into `src` Folder |