From owner-cvs-src@FreeBSD.ORG Sun Aug 24 18:39:50 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 745EA16A4D5; Sun, 24 Aug 2003 18:39:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F2E43FA3; Sun, 24 Aug 2003 18:39:50 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7P1dn0U002332; Sun, 24 Aug 2003 18:39:49 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7P1dlwg002331; Sun, 24 Aug 2003 18:39:47 -0700 (PDT) Message-Id: <200308250139.h7P1dlwg002331@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 24 Aug 2003 18:39:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_bitops.h ext2_linux_balloc.c ext2_linux_ialloc.c ia64-bitops.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 25 Aug 2003 01:39:50 -0000 marcel 2003/08/24 18:39:47 PDT FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c Added files: sys/gnu/ext2fs ext2_bitops.h Removed files: sys/gnu/ext2fs ia64-bitops.h Log: Change of plans: Add ext2_bitops.h with generic and portable implementations. Use those on platforms that don't have MD headers. Remove the ia64 MD header. We're going to use the C implementation there. Suggested by: bde Revision Changes Path 1.1 +114 -0 src/sys/gnu/ext2fs/ext2_bitops.h (new) 1.20 +1 -3 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.20 +1 -3 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.2 +0 -43 src/sys/gnu/ext2fs/ia64-bitops.h (dead)