Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2005 17:44:24 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-arch@FreeBSD.org
Subject:   time_second vs. time_uptime
Message-ID:  <200509091744.26505.jkim@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
If I read the source correctly, time_second can go backwards or 
forwards when there is a leap second but time_uptime cannot.  Am I 
right?  If my assumption is right, it seems we have some misuses in 
kernel, e. g., sched_sync() in sys/kern/vfs_subr.c.  It may not be 
critical but it worries me a little because a leap second is 
scheduled to occur at the end of this year. ;-)

Thanks,

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509091744.26505.jkim>