From owner-cvs-all Mon Nov 26 14:21:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBE2837B41D; Mon, 26 Nov 2001 14:21:15 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQMLF650080; Mon, 26 Nov 2001 14:21:15 -0800 (PST) (envelope-from green) Message-Id: <200111262221.fAQMLF650080@freefall.freebsd.org> From: Brian Feldman Date: Mon, 26 Nov 2001 14:21:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile lomac.c lomac.h ls.1 ls.c ls.h print.c util.c src/bin/ps Makefile extern.h keyword.c lomac.c lomac.h print.c ps.1 ps.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 green 2001/11/26 14:21:15 PST Modified files: bin/ls Makefile ls.1 ls.c ls.h print.c util.c bin/ps Makefile extern.h keyword.c print.c ps.1 ps.c Added files: bin/ls lomac.c lomac.h bin/ps lomac.c lomac.h Log: Add LOMAC options (the "Z" flag in both cases) to display extra information in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.15 +2 -2 src/bin/ls/Makefile 1.1 +151 -0 src/bin/ls/lomac.c (new) 1.1 +40 -0 src/bin/ls/lomac.h (new) 1.55 +11 -2 src/bin/ls/ls.1 1.46 +34 -10 src/bin/ls/ls.c 1.15 +4 -1 src/bin/ls/ls.h 1.39 +3 -1 src/bin/ls/print.c 1.24 +3 -3 src/bin/ls/util.c 1.15 +2 -2 src/bin/ps/Makefile 1.15 +2 -1 src/bin/ps/extern.h 1.34 +2 -1 src/bin/ps/keyword.c 1.1 +113 -0 src/bin/ps/lomac.c (new) 1.1 +40 -0 src/bin/ps/lomac.h (new) 1.52 +12 -1 src/bin/ps/print.c 1.38 +13 -2 src/bin/ps/ps.1 1.43 +9 -3 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message