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
/
vfs_acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-12
/
+12
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-4
/
+7
*
The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+1
*
Add change that was somehow missed in r192586. It could manifest by
trasz
2009-12-03
1
-2
/
+3
*
Fix build.
trasz
2009-11-04
1
-1
/
+1
*
Style fixes.
trasz
2009-11-04
1
-7
/
+7
*
Fix NFSv4 ACLs on sparc64. Turns out that fuword(9) fetches 64 bits
trasz
2009-10-05
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-2
/
+0
*
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
trasz
2009-05-22
1
-7
/
+140
*
When allocating 'struct acl' instances, use malloc(9) instead of uma(9).
trasz
2009-04-19
1
-15
/
+3
*
Use acl_alloc() and acl_free() instead of using uma(9) directly.
trasz
2009-04-18
1
-15
/
+40
*
Remove VOP_LEASE and supporting functions. This hasn't been used since
rwatson
2009-04-10
1
-3
/
+0
*
Add the support for the AT_FDCWD and fd-relative name lookups to the
kib
2008-03-31
1
-0
/
+1
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-3
/
+3
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-3
/
+3
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-3
/
+3
*
Replay minor system call comment cleanup applied to kern_acl.c in a race
rwatson
2007-03-05
1
-2
/
+2
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-27
/
+3
*
Re-wrap comments to wider margins now that they have been relocated from
rwatson
2007-01-12
1
-9
/
+7
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Move POSIX.1e-specific utility routines from kern_acl.c to
rwatson
2006-07-06
1
-584
/
+4
*
Implement new world order in VFS locking for ACLs. This will remove the
csjp
2005-09-17
1
-44
/
+45
*
Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.
csjp
2005-09-06
1
-1
/
+13
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-6
/
+6
*
Update my personal copyrights and NETA copyrights in the kernel
rwatson
2004-02-22
1
-1
/
+1
*
Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e
rwatson
2003-08-04
1
-1
/
+84
*
Add a f_vnode field to struct file.
phk
2003-06-22
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-7
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-5
/
+4
*
When compiling the kernel do not implicitly include filedesc.h from proc.h,
alfred
2003-01-01
1
-0
/
+1
*
Implement new ACL system calls which do not follow symbolic links:
rwatson
2002-12-29
1
-1
/
+89
*
unwrap lines made short enough by SCARGS removal
alfred
2002-12-14
1
-6
/
+3
*
SCARGS removal take II.
alfred
2002-12-14
1
-19
/
+19
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-19
/
+19
*
Remove SCARGS.
alfred
2002-12-13
1
-19
/
+19
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+28
*
Teach discretionary access control methods for files about VAPPEND
rwatson
2002-07-22
1
-13
/
+13
*
Fix a bug that prevented the deletion of non-default ACLs from being
rwatson
2002-06-27
1
-1
/
+1
*
A bit of whitespace magic.
rwatson
2002-06-27
1
-5
/
+5
*
opt_cap.c no longer needed
rwatson
2002-06-13
1
-2
/
+0
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Fix a gcc-3.1+ warning.
peter
2002-03-19
1
-0
/
+3
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-9
/
+7
*
o Scatter vn_start_write() and vn_finished_write() through ACL code so
rwatson
2002-02-04
1
-3
/
+10
*
Note that Kirk apparently missed adding vn_start_write() and friends
rwatson
2002-02-04
1
-0
/
+3
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-0
/
+4
*
o Since kern_acl.c uses #ifdef CAPABILITIES to control
rwatson
2001-11-02
1
-0
/
+2
[next]