index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
posix1e
/
mac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __FBSDID() tags.
rwatson
2008-03-07
1
-2
/
+3
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
1
-1
/
+2
*
Staticize label_default_head to prevent it from leaking out of mac.c.
rwatson
2003-11-17
1
-1
/
+1
*
Remove debugging printf that crept into the last commit.
rwatson
2003-11-15
1
-1
/
+0
*
/etc/mac.conf is implicitly read and parsed when the MAC configuration
rwatson
2003-11-15
1
-20
/
+6
*
Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to
rwatson
2003-08-30
1
-1
/
+2
*
Make the elements argument to mac_prepare() be const.
rwatson
2003-08-22
1
-1
/
+1
*
As new objects begin to support new labels, start to generalize
rwatson
2003-08-22
1
-86
/
+192
*
Whack 28 unused variables.
nectar
2003-02-18
1
-8
/
+1
*
License update authorized by NAI: remove clause 3.
rwatson
2002-11-05
1
-7
/
+4
*
Do not include <sys/syslimits.h> directly; it is not intended for general
wollman
2002-10-27
1
-1
/
+1
*
Place mac_prepare() with the other mac_prepare*() functions.
chris
2002-10-24
1
-10
/
+10
*
Reflect MAC kernel/user API changes into the libc MAC implementation.
rwatson
2002-10-22
1
-0
/
+365