summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setpmac
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
| | | | | | bsd.*.mk infrasture. Obtained from: ru
* WARNS?=6 cleanup for [gs]et[fp]mac:delphij2005-01-272-3/+3
| | | | | | | | | | | - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6 (this is a diff reduction for a subsequent commit against these Makefile's)
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7) police: Scheduled sweep.ru2003-02-241-8/+10
|
* Cross-reference mac(4).chris2003-01-151-0/+1
| | | | Sponsored by: DARPA, Network Associates Laboratories
* s/^Sh/.Sh/ (macros begin with .)chris2003-01-151-1/+1
|
* Document setpmac.chris2003-01-152-1/+62
| | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
* In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a morerwatson2002-12-011-2/+4
| | | | | | | BSD-esque Makefile style. Submitted by: obrien Approved by: re
* Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-232-0/+99
files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud