NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/37987 CVS commit: src/sys/kern
The following reply was made to PR kern/37987; it has been noted by GNATS.
From: Mindaugas Rasiukevicius <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/37987 CVS commit: src/sys/kern
Date: Fri, 22 Feb 2008 22:32:50 +0000 (UTC)
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