summaryrefslogtreecommitdiffstats
path: root/usr.sbin/getpmac
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Style tweak.rwatson2009-07-301-2/+1
| | | | | Approved by: re (kib) MFC after: 3 days
* If the label being printed by getpmac(8) is empty, then don't print arwatson2009-06-201-1/+2
| | | | | | | carriage return. Obtained from: TrustedBSD Project MFC after: 3 days
* 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-2/+2
| | | | | | | | | | | - 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)
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-2/+2
| | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe
* mdoc(7) police: Scheduled sweep.ru2003-02-241-8/+9
|
* Cross-reference the appropriate mac library functions.chris2003-01-151-1/+2
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Cross-reference mac(4).chris2003-01-151-0/+1
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Activate getpmac.8chris2003-01-151-1/+1
|
* Document getpmac.chris2003-01-151-0/+56
| | | | | 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/+134
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