Source-Changes archive

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

CVS commit: src/sys/miscfs/procfs



Module Name:    src
Committed By:   skrll
Date:           Fri Sep  5 14:01:11 UTC 2008

Modified Files:
        src/sys/miscfs/procfs: procfs_subr.c procfs_vnops.c

Log Message:
PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed.

Ignore procs with zero or all LSZOMB LWPs. Get a non-LSZOMB LWP to perform
operations against as part of the deal.

procfs really needs to be updated to support multi-threading fully.
Hi Antti!


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.171 -r1.172 src/sys/miscfs/procfs/procfs_vnops.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