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:   thorpej
Date:           Wed Oct 11 03:46:42 UTC 2006

Modified Files:
        src/sys/kern: kern_lwp.c
        src/sys/sys: lwp.h

Log Message:
Upon further reflection, make lwp_{get,set}specific() operate only on
curlwp.  Things that need to operate on "other" LWPs will get a very
special (and very private) API for their needs.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/kern/kern_lwp.c
cvs rdiff -r1.43 -r1.44 src/sys/sys/lwp.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