git: Update pwcache(3) support files from NetBSD
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Wed Apr 4 10:40:14 PDT 2018
commit 2b478a479544de58d2da19f60b0f4c79a8694295
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Wed Apr 4 19:37:42 2018 +0200
Update pwcache(3) support files from NetBSD
* Bringing the API up-to-date with NetBSD and FreeBSD
* This effectively adds the uid_from_user() and gid_from_group()
functions, the reverse of user_from_uid() and groups_from_gid()
* (void) casts for discarded return values have been removed
Summary of changes:
lib/libc/gen/pwcache.3 | 138 ++++++-
lib/libc/gen/pwcache.c | 664 +++++++++++++++++++++++++++---
bin/pax/cache.h => lib/libc/gen/pwcache.h | 12 +-
3 files changed, 738 insertions(+), 76 deletions(-)
copy bin/pax/cache.h => lib/libc/gen/pwcache.h (89%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2b478a479544de58d2da19f60b0f4c79a8694295
--
DragonFly BSD source repository
More information about the Commits
mailing list