From owner-cvs-all Mon Nov 19 23:13:45 2001 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 2B3AE37B405; Mon, 19 Nov 2001 23:13:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAK7DfV95204; Mon, 19 Nov 2001 23:13:41 -0800 (PST) (envelope-from jhb) Message-Id: <200111200713.fAK7DfV95204@freefall.freebsd.org> From: John Baldwin Date: Mon, 19 Nov 2001 23:13:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/timed/timed correct.c globals.h master.c measure.c pathnames.h readmsg.c slave.c timed.c src/usr.sbin/timed/timedc cmds.c timedc.h 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 jhb 2001/11/19 23:13:40 PST Modified files: usr.sbin/timed/timed correct.c globals.h master.c measure.c pathnames.h readmsg.c slave.c timed.c usr.sbin/timed/timedc cmds.c timedc.h Log: Unifdef all the SGI code. It mainly added clutter while providing some specialized logging, SGI-specific priority massaging, and SCI-specific time trimming support. Also add missing $FreeBSD$'s. Inspired by: NetBSD Revision Changes Path 1.6 +0 -102 src/usr.sbin/timed/timed/correct.c 1.6 +0 -8 src/usr.sbin/timed/timed/globals.h 1.8 +0 -64 src/usr.sbin/timed/timed/master.c 1.7 +0 -6 src/usr.sbin/timed/timed/measure.c 1.2 +2 -5 src/usr.sbin/timed/timed/pathnames.h 1.9 +1 -5 src/usr.sbin/timed/timed/readmsg.c 1.9 +0 -29 src/usr.sbin/timed/timed/slave.c 1.10 +0 -116 src/usr.sbin/timed/timed/timed.c 1.9 +1 -6 src/usr.sbin/timed/timedc/cmds.c 1.3 +2 -3 src/usr.sbin/timed/timedc/timedc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message