Source-Changes archive

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

CVS commit: [vmlocking2] src/sys/kern



Module Name:    src
Committed By:   ad
Date:           Fri Dec 28 14:28:06 UTC 2007

Modified Files:
        src/sys/kern [vmlocking2]: kern_exit.c

Log Message:
- do_sys_wait: acquire kernel_lock before proclist_lock to avoid the mutex
  deadlock detection stuff constantly kicking in and causing acquires of
  proclist_lock to block instead of spin.
- exit1: fix a use-after-free found by Coverity.


To generate a diff of this commit:
cvs rdiff -r1.194.2.3 -r1.194.2.4 src/sys/kern/kern_exit.c

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