Source-Changes archive

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

CVS commit: [wrstuden-revivesa] src/sys



Module Name:    src
Committed By:   wrstuden
Date:           Fri May 23 06:52:19 UTC 2008

Modified Files:
        src/sys/kern [wrstuden-revivesa]: kern_exit.c kern_sa.c
        src/sys/sys [wrstuden-revivesa]: savar.h

Log Message:
Re-add exit code. Clean up SA info on our way out of a process.

While here, change the documented locking on the lwp cache to be
based on p_lock, not sa_mutex. Avoids vile locking inversion work
in exit.


To generate a diff of this commit:
cvs rdiff -r1.208.2.1 -r1.208.2.2 src/sys/kern/kern_exit.c
cvs rdiff -r1.91.2.10 -r1.91.2.11 src/sys/kern/kern_sa.c
cvs rdiff -r1.24.2.4 -r1.24.2.5 src/sys/sys/savar.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