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: christos
Date: Sun Jun 15 20:32:57 UTC 2008
Modified Files:
src/sys/kern: kern_lwp.c kern_runq.c sys_sched.c
src/sys/sys: lwp.h
Log Message:
Don't expose struct cpuset, share the l_affinity flag and only allocate it
if we need to. This is not a compatible change, but the syscalls are new
enough and they don't need to be versioned. Approved by rmind.
To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/sys/kern/kern_lwp.c
cvs rdiff -r1.16 -r1.17 src/sys/kern/kern_runq.c
cvs rdiff -r1.22 -r1.23 src/sys/kern/sys_sched.c
cvs rdiff -r1.98 -r1.99 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