Source-Changes archive

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

CVS commit: [newlock2] src/sys



Module Name:    src
Committed By:   ad
Date:           Fri Feb  9 19:58:10 UTC 2007

Modified Files:
        src/sys/kern [newlock2]: kern_condvar.c kern_mutex.c kern_rwlock.c
            kern_sleepq.c kern_synch.c kern_turnstile.c
        src/sys/sys [newlock2]: sleepq.h

Log Message:
- Change syncobj_t::sobj_changepri() to alter both the user priority and
  the effective priority of LWPs. How the effective priority is adjusted
  depends on the type of object.
- Add a couple of comments to sched_kpri() and remrunqueue().


To generate a diff of this commit:
cvs rdiff -r1.1.2.6 -r1.1.2.7 src/sys/kern/kern_condvar.c
cvs rdiff -r1.1.36.20 -r1.1.36.21 src/sys/kern/kern_mutex.c
cvs rdiff -r1.1.36.9 -r1.1.36.10 src/sys/kern/kern_rwlock.c
cvs rdiff -r1.1.2.14 -r1.1.2.15 src/sys/kern/kern_sleepq.c
cvs rdiff -r1.166.2.19 -r1.166.2.20 src/sys/kern/kern_synch.c
cvs rdiff -r1.1.36.8 -r1.1.36.9 src/sys/kern/kern_turnstile.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/sys/sleepq.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