From owner-cvs-all Tue Aug 13 1:24:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782C637B400; Tue, 13 Aug 2002 01:24:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1F243E6A; Tue, 13 Aug 2002 01:24:10 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7D8OAJU034161; Tue, 13 Aug 2002 01:24:10 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7D8O7Qd034152; Tue, 13 Aug 2002 01:24:07 -0700 (PDT) Message-Id: <200208130824.g7D8O7Qd034152@freefall.freebsd.org> From: Doug Barton Date: Tue, 13 Aug 2002 01:23:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/stat Makefile stat.1 stat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/08/13 01:23:57 PDT Modified files: usr.bin/stat Makefile stat.1 stat.c Log: A cooperative effort... 1. Update the code to the latest from NetBSD, which includes: * A new command line option to suppress stat(2) errors * Output is now done via stdio * Fixes for bitwise OR'ing of letters 2. Andrew from NetBSD merged in our own Johan's readlink patches. 3. Andrew also merged in some brucifications. I made some small contributions to the header cleanup, and tried to generally improve the overall style(9)'ishness. I also documented the new -q option and added the *LINKS to the Makefile. All responsibility for mistakes in merging the contributions from the above is mine. Obtained from: Andrew Brown , bde, johan Revision Changes Path 1.2 +3 -0 src/usr.bin/stat/Makefile 1.2 +17 -2 src/usr.bin/stat/stat.1 1.2 +130 -98 src/usr.bin/stat/stat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message