Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: rmind
Date: Fri Feb 22 22:32:49 UTC 2008
Modified Files:
src/sys/kern: kern_lwp.c sys_sched.c
Log Message:
sys__sched_getparam and sys__sched_getaffinity: Do not assume that LWP
with LID=1 exists, use LIST_FIRST(&p->p_lwps) instead.
Fixes PR/37987 by <yamt>.
While here, adjust license.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/kern/kern_lwp.c
cvs rdiff -r1.15 -r1.16 src/sys/kern/sys_sched.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