aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/getfmac
Commit message (Collapse)AuthorAgeFilesLines
* 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-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) Notes: svn path=/head/; revision=140907
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-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 Notes: svn path=/head/; revision=124830
* sigh... revert the previous change; this isn't getpmacChris Costello2003-01-151-2/+1
| | | | | | | Pointy hat: chris Notes: svn path=/head/; revision=109278
* Cross-reference the appropriate mac library functions.Chris Costello2003-01-151-1/+2
| | | | | | | Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=109277
* Cross-reference mac(4).Chris Costello2003-01-151-0/+1
| | | | | | | Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=109276
* mdoc(7) police: Added the missing .Os call; it's not strictlyRuslan Ermilov2002-12-111-0/+1
| | | | | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re Notes: svn path=/head/; revision=107744
* 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
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-291-6/+7
| | | | Notes: svn path=/head/; revision=107391
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-10-233-0/+177
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