Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 14:21:15 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
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
Message-ID:  <200111262221.fAQMLF650080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111262221.fAQMLF650080>