From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:38:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A617216A41F; Tue, 27 Dec 2005 16:38:16 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4734443D64; Tue, 27 Dec 2005 16:38:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBRGcBOj015599; Tue, 27 Dec 2005 09:38:11 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B16DF3.2060102@samsco.org> Date: Tue, 27 Dec 2005 09:38:11 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> In-Reply-To: <200512242222.jBOMMHRA056613@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=3.8 tests=ALL_TRUSTED, SUBJ_HAS_SPACES autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 16:38:16 -0000 Tom Rhodes wrote: > trhodes 2005-12-24 22:22:17 UTC > > FreeBSD src repository > > Modified files: > sys/sys _timeval.h > sys/fs/procfs procfs_status.c > libexec/bootpd bootpd.c > sys/dev/acpica/Osd OsdSynch.c > sys/dev/firewire sbp.c > Log: > Make tv_sec a time_t on all platforms but alpha. Brings us more in line with > POSIX. This also makes the struct correct we ever implement an i386-time64 > architecture. Not that we need too. > > Reviewed by: imp, brooks > Approved by: njl (acpica), des (no objects, touches procfs) > Tested with: make universe > > Revision Changes Path > 1.24 +3 -2 src/libexec/bootpd/bootpd.c > 1.26 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.c > 1.82 +2 -2 src/sys/dev/firewire/sbp.c > 1.57 +4 -4 src/sys/fs/procfs/procfs_status.c > 1.2 +5 -1 src/sys/sys/_timeval.h I honestly don't ever expect FreeBSD/i386 to go to a 64-bit time_t. There are 32 more years before it would need to, and I'll eat my hat if there is a FreeBSD/i386 in the year 2038. Also note that 'make universe' doesn't always halt on errors. If you need help fixing all of the fallout from this, please say so. I'm going to be really upset if the tree stays broken for days/weeks as problems are slowly fixed one at a time. Scott