Source-Changes archive

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

CVS commit: [nathanw_sa] syssrc/sys/kern



Module Name:    syssrc
Committed By:   nathanw
Date:           Fri Jul 13 01:42:51 UTC 2001

Modified Files:
        syssrc/sys/kern [nathanw_sa]: kern_sa.c

Log Message:
Again, use setrunnable() instead of manual queue fiddling.

Ensure that cached SA LWPs are swapped in.

Fix a dumb typo in sa_upcall() that was clearing all l_flag bits other
than L_SA ( ... &= L_SA instead of ... &= ~L_SA).


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/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