| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
reftime is part of a different union than the print actions are supposed
to use.
|
| |
|
|
|
|
|
|
| |
This fixes (admittedly uncommon) commands like
$ bfs -nouser -exec add-missing-user.sh {} \;
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
Moved Source Files Into `src` Folder
|