git: kernel - Third time's the charm - move lwp_ucred to td_ucre

看板DFBSD_commit作者時間16年前 (2009/12/16 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1B9zptVJ (DFBSD_commit)