aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setpmac
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-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) Notes: svn path=/head/; revision=206622
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | Notes: svn path=/head/; revision=201390
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
| | | | | | | | | bsd.*.mk infrasture. Obtained from: ru Notes: svn path=/head/; revision=140909
* WARNS?=6 cleanup for [gs]et[fp]mac:Xin LI2005-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) Notes: svn path=/head/; revision=140907
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131500
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-8/+10
| | | | Notes: svn path=/head/; revision=111447
* Cross-reference mac(4).Chris Costello2003-01-151-0/+1
| | | | | | | Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=109276
* s/^Sh/.Sh/ (macros begin with .)Chris Costello2003-01-151-1/+1
| | | | Notes: svn path=/head/; revision=109265
* Document setpmac.Chris Costello2003-01-152-1/+62
| | | | | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=109264
* In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a moreRobert Watson2002-12-011-2/+4
| | | | | | | | | | BSD-esque Makefile style. Submitted by: obrien Approved by: re Notes: svn path=/head/; revision=107473
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-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 Notes: svn path=/head/; revision=105756