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: Sun Nov 1 21:46:09 UTC 2009
Modified Files:
src/sys/kern: subr_time.c sys_lwp.c sys_mqueue.c sys_select.c
src/sys/sys: mqueue.h timevar.h
Log Message:
- Move inittimeleft() and gettimeleft() to subr_time.c, where they belong.
- Move abstimeout2timo() there too and export. Use it in lwp_park().
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_time.c
cvs rdiff -u -r1.47 -r1.48 src/sys/kern/sys_lwp.c
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/sys_mqueue.c
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/sys_select.c
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/mqueue.h
cvs rdiff -u -r1.26 -r1.27 src/sys/sys/timevar.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