Source-Changes archive

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

CVS commit: [wrstuden-revivesa] src/sys/kern



Module Name:    src
Committed By:   wrstuden
Date:           Mon Jun 30 23:07:12 UTC 2008

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

Log Message:
Add a new routine, sa_neverrun(). It is the routine a fresh
lwp is pointed at. It will only be run if the lwp exits before ever
getting used.

sa_newcachelwp(): Always include new lwps in p_nrlwps.

sa_putcachelwp(): mark sleeping lwps as LW_SINTR, since they can be
interrupted. processes now exit correctly.


To generate a diff of this commit:
cvs rdiff -r1.91.2.33 -r1.91.2.34 src/sys/kern/kern_sa.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