From owner-cvs-src@FreeBSD.ORG Sat Jun 24 22:26:29 2006 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 E839716A47B; Sat, 24 Jun 2006 22:26:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2846E43D6A; Sat, 24 Jun 2006 22:26:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k5OMP40S067299; Sat, 24 Jun 2006 16:25:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 24 Jun 2006 16:25:05 -0600 (MDT) Message-Id: <20060624.162505.1678771172.imp@bsdimp.com> To: itetcu@freebsd.org From: "M. Warner Losh" In-Reply-To: <20060624115603.25c962bc@it.buh.tecnik93.com> References: <200606232341.k5NNf5Zm069547@repoman.freebsd.org> <20060624115603.25c962bc@it.buh.tecnik93.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cognet@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h 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: Sat, 24 Jun 2006 22:26:30 -0000 In message: <20060624115603.25c962bc@it.buh.tecnik93.com> Ion-Mihai "IOnut" Tetcu writes: : On Fri, 23 Jun 2006 23:41:05 +0000 (UTC) : Olivier Houchard wrote: : : > cognet 2006-06-23 23:41:05 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_6) : > sys/sys _timeval.h user.h : > sys/arm/include _types.h : > Log: : > MFC: Use a 64 bits time_t for arm. For Releng6, this also require to use a : > time_t instead of a long for the tv_sec field of the struct timeval (for : > arm only). : > This is a big ABI breakage, but there's no FreeBSD/arm RELENG6 users beside : > me as far as I know, so it's better if it happens now, when I'm the only : > one to get annoyed. Without this, we couldn't load 6 binaries on 7. : : I don't believe you should relay on being the only user. : At least please bump __FreeBSD_version. I'm pretty sure that he is the only FreeBSD/arm user that's using RELENG_6 :-). We're using current at work, but will soon transition to RELENG_6, now that these patches have been MFC'd. Of course, it wouldn't hurt to at least document this change in the sequence of version bumps on the 6.x timeline. But the number of people affected can be counted on one hand, with fingers left over. Warner