DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Dec 2009 10:48:50 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]