看板 DFBSD_commit 關於我們 聯絡資訊
commit d86a23e0fd5b2a84f4e5d01803b0b9a2713ac279 Author: Matthew Dillon <dillon@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