Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/kern



Module Name:    src
Committed By:   snj
Date:           Sun Mar  8 03:15:36 UTC 2009

Modified Files:
        src/sys/kern [netbsd-5]: kern_lwp.c sys_pset.c sys_sched.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #546):
        sys/kern/kern_lwp.c: revision 1.128
        sys/kern/sys_pset.c: revision 1.12
        sys/kern/sys_sched.c: revision 1.33
lwp_create: fix the locking bugs on affinity ingerition path (mea culpa).
pset_assign: traverse the list of LWPs safely.
sched_setaffinity: free cpuset (unused path) outside the lock.
Reviewed (with feedback) by <ad>.


To generate a diff of this commit:
cvs rdiff -u -r1.126.2.1 -r1.126.2.2 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.9.4.2 -r1.9.4.3 src/sys/kern/sys_pset.c
cvs rdiff -u -r1.30.4.2 -r1.30.4.3 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