Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Tue May 18 11:55:59 UTC 2004

Modified Files:
        src/sys/kern: kern_lock.c
        src/sys/sys: lock.h

Log Message:
introduce LK_EXCLOTHER for lockstatus().
from FreeBSD, but a little differently.  instead of letting lockstatus()
take an additional thread argument, always use curlwp/curcpu.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/kern/kern_lock.c
cvs rdiff -r1.52 -r1.53 src/sys/sys/lock.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