From owner-cvs-all Thu Mar 11 7:11:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD7F71535C; Thu, 11 Mar 1999 07:10:05 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA08822; Thu, 11 Mar 1999 07:09:52 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199903111509.HAA08822@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 11 Mar 1999 07:09:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h time.h timepps.h timex.h src/sys/kern kern_clock.c kern_ntptime.c src/sys/pci xrpu.c src/sys/dev/ppbus pps.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/03/11 07:09:52 PST Modified files: sys/sys systm.h time.h timepps.h timex.h sys/kern kern_clock.c kern_ntptime.c sys/pci xrpu.c sys/dev/ppbus pps.c Log: Make even more of the PPSAPI implementations generic. FLL support in hardpps() Various magic shuffles and improved comments Style fixes from Bruce. Revision Changes Path 1.87 +1 -3 src/sys/sys/systm.h 1.37 +1 -2 src/sys/sys/time.h 1.5 +81 -4 src/sys/sys/timepps.h 1.9 +13 -14 src/sys/sys/timex.h 1.90 +147 -52 src/sys/kern/kern_clock.c 1.20 +7 -44 src/sys/kern/kern_ntptime.c 1.7 +28 -51 src/sys/pci/xrpu.c 1.14 +22 -53 src/sys/dev/ppbus/pps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message