Module Name: src Committed By: bouyer Date: Tue May 21 16:25:55 UTC 2013
Modified Files: src/sys/kern: subr_time.c Log Message: ts2timo(): if TIMER_ABSTIME is set and start is not NULL, initialize it to 0. Some callers (e.g. nanosleep1()) expect *start to always be initialized and would use random values from stack otherwise. While there, remove an always-true conditionnal. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/kern/subr_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.