From owner-cvs-src@FreeBSD.ORG Mon Aug 2 19:28:03 2004 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 B584116A4CE; Mon, 2 Aug 2004 19:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9387943D76; Mon, 2 Aug 2004 19:28:03 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i72JS33O033184; Mon, 2 Aug 2004 19:28:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i72JS3MX033183; Mon, 2 Aug 2004 19:28:03 GMT (envelope-from marcel) Message-Id: <200408021928.i72JS3MX033183@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 2 Aug 2004 19:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gpt show.c 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, 02 Aug 2004 19:28:03 -0000 marcel 2004-08-02 19:28:03 UTC FreeBSD src repository Modified files: sbin/gpt show.c Log: Add Linux swap partition and MS reserved partition descriptions. While here: o Make the UUIDs static to avoid runtime initialization, o Rename ext to mslinux, o Replace the use of memcmp() with uuid_equal(), o Various style(9) improvements, o Order the comparisons based on importance, o Remove the word partition from all the descriptions, o Other description improvements. Includes patch from: T. Muthu Mohan < Muthu_T at dell dot com > Revision Changes Path 1.8 +27 -19 src/sbin/gpt/show.c