CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/12/01 08:08:25

Modified files:
        lib/libc/gen   : getgrent.c getgrouplist.c getpwent.c 

Log message:
modify getpw*(), getgr*(), and getgrouplist() functions to access the
YP lock file unconditionally.  This hints to the kernel that a "getpw"
operation is happening, even in the non-YP case.  This looks like a
gruesome hack, but helps refine the ways these functions are called
and mandates the right pledge requests.  Once the tree is fully annotated
we will know better how to improve the backing store management.
ok semarie espie beck

Reply via email to