summaryrefslogtreecommitdiffstats
path: root/bin/ps/lomac.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-241-118/+0
| | | | | | | | | | the LOMAC-specific interface (which is being deprecated). The revised LOMAC using the MAC framework will export levels listable using this mechanism. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
| | | | happy about it any more so change the usage to make buildworld work again.
* Consistently use FBSDIDobrien2002-06-301-1/+0
|
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks
* NAI DBA update.rwatson2002-03-141-1/+1
|
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-2/+5
| | | | cleanup courtesy of automatic checking (lint).
* o __P has been reovedimp2002-02-021-4/+6
| | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are.
* Add missed includes.sobomax2002-01-151-0/+1
| | | | Reviewed by: md5
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-0/+113
in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud