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
/
sys
/
kern
/
subr_acl_nfs4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactly
trasz
2011-10-05
1
-4
/
+0
*
Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, bringing
trasz
2011-03-22
1
-2
/
+2
*
Move the code around so that libc behaviour does not depend on a variable
trasz
2011-03-22
1
-8
/
+28
*
Temporarily revert r219272; it breaks acl_is_trivial_np(3).
trasz
2011-03-06
1
-2
/
+2
*
Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just like
trasz
2011-03-04
1
-2
/
+2
*
Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS)
trasz
2010-12-13
1
-63
/
+258
*
Fix uninitialized variable.
trasz
2010-10-29
1
-1
/
+1
*
Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/...
trasz
2010-10-23
1
-22
/
+0
*
First step at adopting FreeBSD to support PSARC/2010/029. This makes
trasz
2010-09-20
1
-0
/
+77
*
execve(2) has a special check for file permissions: a file must have at
jh
2010-08-30
1
-2
/
+20
*
The acl_cnt field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+0
*
Fix comments.
trasz
2010-01-04
1
-4
/
+3
*
Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND
trasz
2009-12-26
1
-0
/
+8
*
Interpret VAPPEND correctly in vaccess_acl_nfs4(9).
trasz
2009-12-19
1
-0
/
+7
*
Add pieces of infrastructure required for NFSv4 ACL support in UFS.
trasz
2009-09-22
1
-2
/
+495
*
Add part of NFSv4 ACL kernel support code that is required for the upcoming
trasz
2009-06-09
1
-0
/
+579