Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys
Module Name: src
Committed By: bouyer
Date: Sun Apr 1 16:16:21 UTC 2007
Modified Files:
src/sys/kern [netbsd-4]: kern_exit.c kern_lwp.c kern_proc.c
src/sys/sys [netbsd-4]: proc.h
Log Message:
Apply patch (requested by chs in ticket #554):
sys/kern/kern_exit.c patch
sys/kern/kern_lwp.c patch
sys/kern/kern_proc.c patch
sys/sys/proc.h patch
Add a new SDYING process state. In exit1() release structures before curlwp is
NULL. It should fix the problem described in PR 34892.
To generate a diff of this commit:
cvs rdiff -r1.162 -r1.162.2.1 src/sys/kern/kern_exit.c
cvs rdiff -r1.49 -r1.49.2.1 src/sys/kern/kern_lwp.c
cvs rdiff -r1.99 -r1.99.2.1 src/sys/kern/kern_proc.c
cvs rdiff -r1.232 -r1.232.2.1 src/sys/sys/proc.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