看板 DFBSD_commit 關於我們 聯絡資訊
joerg 2005/04/20 01:04:32 PDT DragonFly src repository Modified files: sys/kern kern_clock.c Log: Correct a bug in the positive 32bit overflow handling of ntp_tick_acc. Simplify the logic by not playing wiered bit masking, just substract the large part. Depending on whether 64bit math is native, this can be even faster. Revision Changes Path 1.35 +4 -3 src/sys/kern/kern_clock.c http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_clock.c.diff?r1=1.34&r2=1.35&f=u