]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add LOMAC options (the "Z" flag in both cases) to display extra information
authorBrian Feldman <green@FreeBSD.org>
Mon, 26 Nov 2001 22:21:15 +0000 (22:21 +0000)
committerBrian Feldman <green@FreeBSD.org>
Mon, 26 Nov 2001 22:21:15 +0000 (22:21 +0000)
commit7304f61f9e409b45a8d69036ef22f351fbd680d8
treec1032133ec49d0a5bd94f26101cdf04f6159d448
parent1cf5f5552bd05282b8477e8ee0eaa6aca7319a5a
Add LOMAC options (the "Z" flag in both cases) to display extra information
in ls(1) and ps(1).

Sponsored by: DARPA, NAI Labs
16 files changed:
bin/ls/Makefile
bin/ls/lomac.c [new file with mode: 0644]
bin/ls/lomac.h [new file with mode: 0644]
bin/ls/ls.1
bin/ls/ls.c
bin/ls/ls.h
bin/ls/print.c
bin/ls/util.c
bin/ps/Makefile
bin/ps/extern.h
bin/ps/keyword.c
bin/ps/lomac.c [new file with mode: 0644]
bin/ps/lomac.h [new file with mode: 0644]
bin/ps/print.c
bin/ps/ps.1
bin/ps/ps.c