Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Sat Mar 22 17:53:34 UTC 2008
Modified Files:
src/sys/kern: kern_lwp.c kern_proc.c
src/sys/sys: lwp.h
Log Message:
LWP_CACHE_CREDS: instead of testing (l_cred != p_cred), use a per-LWP
flag bit to indicate a pending cred update. Avoids touching one item of
shared state in the syscall path.
To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sys/kern/kern_lwp.c
cvs rdiff -r1.132 -r1.133 src/sys/kern/kern_proc.c
cvs rdiff -r1.81 -r1.82 src/sys/sys/lwp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index