From owner-cvs-all Sun Feb 24 12: 4:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E6C37B402; Sun, 24 Feb 2002 12:04:07 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1OK47178891; Sun, 24 Feb 2002 12:04:07 -0800 (PST) (envelope-from phk) Message-Id: <200202242004.g1OK47178891@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 24 Feb 2002 12:04:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys timetc.h src/sys/kern kern_tc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/02/24 12:04:07 PST Modified files: sys/sys timetc.h sys/kern kern_tc.c Log: Add a generation number to timecounters and spin if it changes under our feet when we look inside timecounter structures. Make the "sync_other" code more robust by never overwriting the tc_next field. Add counters for the bin[up]time functions. Call tc_windup() in tc_init() and switch_timecounter() to make sure we all the fields set right. Revision Changes Path 1.115 +61 -36 src/sys/kern/kern_tc.c 1.46 +3 -1 src/sys/sys/timetc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message