Date: Sun, 20 Nov 2005 01:31:29 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c Message-ID: <200511200131.jAK1VTh4061332@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2005-11-20 01:31:29 UTC FreeBSD src repository Modified files: sys/alpha/alpha clock.c Log: Improve inittodr(). Assume the real-time clock is reliable and only use the base time in case the real-time clock is bogus or behind the base time. Most importantly, don't sanity-check the base time up front because it may be zero. This is not a preposterous condition. It just means that none of the file systems have their mount time updated. MFC after: 1 week Revision Changes Path 1.40 +40 -52 src/sys/alpha/alpha/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511200131.jAK1VTh4061332>