From owner-cvs-src@FreeBSD.ORG Fri Mar 28 18:58:27 2003 Return-Path: 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 5C55537B401; Fri, 28 Mar 2003 18:58:27 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EAB43F3F; Fri, 28 Mar 2003 18:58:26 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.8/8.12.7) with ESMTP id h2T2wMAm013471; Fri, 28 Mar 2003 18:58:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.8/8.12.8/Submit) id h2T2wMmd013470; Fri, 28 Mar 2003 18:58:22 -0800 (PST) Date: Fri, 28 Mar 2003 18:58:22 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030329025822.GA37827@dragon.nuxi.com> References: <200303111145.h2BBjh5T025767@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303111145.h2BBjh5T025767@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 02:58:29 -0000 On Tue, Mar 11, 2003 at 03:45:43AM -0800, Ruslan Ermilov wrote: > ru 2003/03/11 03:45:43 PST > Added files: > usr.sbin/kgzip endian.h i386_a.out.h > Log: > Convert kgzip(8) to be an i386 cross-tool. This is needed for > cross-releasing i386 on different architectures. This version > provides an i386 version of , and handles endianness. > > Revision Changes Path > 1.1 +52 -0 src/usr.sbin/kgzip/endian.h (new) > http://cvsweb.freebsd.org/src/usr.sbin/kgzip/endian.h?rev=1.1 > 1.1 +139 -0 src/usr.sbin/kgzip/i386_a.out.h (new) > http://cvsweb.freebsd.org/src/usr.sbin/kgzip/i386_a.out.h?rev=1.1 Back out the addition of endian.h now. Use the head and stop duplicating it all over the tree. I will take this to the TRB if I have to. I am also backing out your backout of my commit doing the same of crunchide. Same for i386_a.out.h which is a duplication of sys/sys/imgact_aout.h.