aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_getgroups.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* id: code shrinkRon Yorston2024-10-091-0/+2
* libbb: code shrink supplementary group testRon Yorston2024-10-081-0/+6
* ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-0/+14
* libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-5/+5
* libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+20
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-041-0/+47