Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   christos
Date:           Fri Mar 29 01:08:17 UTC 2013

Modified Files:
        src/sys/kern: kern_time.c subr_time.c sys_lwp.c sys_mqueue.c
            syscalls.master uipc_sem.c

Log Message:
Centralize the computation of struct timespec to the int timo.
Make lwp_park take the regular arguments for specifying what kind
of timeout we supply like clock_nanosleep(), namely clockid_t and flags.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/sys/kern/kern_time.c
cvs rdiff -u -r1.9 -r1.10 src/sys/kern/subr_time.c
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/sys_lwp.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/sys_mqueue.c
cvs rdiff -u -r1.261 -r1.262 src/sys/kern/syscalls.master
cvs rdiff -u -r1.39 -r1.40 src/sys/kern/uipc_sem.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