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:   rmind
Date:           Tue Oct  7 09:48:27 UTC 2008

Modified Files:
        src/sys/kern: kern_lwp.c kern_runq.c sched_4bsd.c sched_m2.c
        src/sys/sys: lwp.h sched.h

Log Message:
- Replace lwp_t::l_sched_info with union: pointer and timeslice.
- Change minimal time-quantum to ~20 ms.
- Thus remove unneeded pool in M2, and unused sched_lwp_exit().
- Do not increase l_slptime twice for SCHED_4BSD (regression fix).


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/sys/kern/kern_lwp.c
cvs rdiff -r1.21 -r1.22 src/sys/kern/kern_runq.c
cvs rdiff -r1.23 -r1.24 src/sys/kern/sched_4bsd.c
cvs rdiff -r1.25 -r1.26 src/sys/kern/sched_m2.c
cvs rdiff -r1.107 -r1.108 src/sys/sys/lwp.h
cvs rdiff -r1.64 -r1.65 src/sys/sys/sched.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