git: kernel - Third time's the charm - move lwp_ucred to td_ucred
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 15 10:52:27 PST 2009
commit d86a23e0fd5b2a84f4e5d01803b0b9a2713ac279
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 15 00:24:00 2009 -0800
kernel - Third time's the charm - move lwp_ucred to td_ucred
* Easier access to the cached ucred via the thread structure instead of
the lwp.
Summary of changes:
sys/kern/kern_exit.c | 9 +++++----
sys/platform/pc32/i386/trap.c | 19 +++++++++----------
sys/platform/pc64/x86_64/trap.c | 19 +++++++++----------
sys/platform/vkernel/i386/trap.c | 19 +++++++++----------
sys/sys/proc.h | 1 -
sys/sys/thread.h | 1 +
6 files changed, 33 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d86a23e0fd5b2a84f4e5d01803b0b9a2713ac279
--
DragonFly BSD source repository
More information about the Commits
mailing list