summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Add __FBSDID() tags.rwatson2008-03-071-2/+3
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-1/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.rwatson2003-11-171-1/+1
* Remove debugging printf that crept into the last commit.rwatson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationrwatson2003-11-151-20/+6
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno torwatson2003-08-301-1/+2
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* As new objects begin to support new labels, start to generalizerwatson2003-08-221-86/+192
* Whack 28 unused variables.nectar2003-02-181-8/+1
* License update authorized by NAI: remove clause 3.rwatson2002-11-051-7/+4
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+1
* Place mac_prepare() with the other mac_prepare*() functions.chris2002-10-241-10/+10
* Reflect MAC kernel/user API changes into the libc MAC implementation.rwatson2002-10-221-0/+365
OpenPOWER on IntegriCloud