CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/02/26 06:43:51
Modified files: sys/kern : kern_proc.c vfs_lockf.c sys/sys : proc.h Log message: Serialize access to UID data with a rwlock. Caller must call uid_release() after making whatever change they needed on the result of uid_find(). Adapted from guenther@'s proctree diff, ok dlg@, visa@