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
/
kern_acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
o Update copyright dates.
rwatson
2001-11-01
1
-0
/
+2
*
o Update copyright dates.
rwatson
2001-10-27
1
-1
/
+1
*
o Improve style(9) compliance following KSE modifications. In particular,
rwatson
2001-10-27
1
-18
/
+19
*
KSE Milestone 2
julian
2001-09-12
1
-44
/
+44
*
In the case of ACL_OTHER and undefined ACL entry id's, set
jedgar
2001-09-01
1
-2
/
+2
*
Giant Pushdown ACL syscalls:
dillon
2001-09-01
1
-31
/
+71
*
o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine so
rwatson
2001-08-24
1
-19
/
+23
*
o As part of the move to not maintaining copies of the vnode owning uid
rwatson
2001-04-29
1
-1
/
+1
*
Fix a bug introduced in the last commit: vaccess_acl_posix1 only checked
tmm
2001-04-23
1
-1
/
+1
*
In my first reading of POSIX.1e, I misinterpreted handling of the
rwatson
2001-04-17
1
-45
/
+99
*
Correct the following defines to match the POSIX.1e spec:
jedgar
2001-04-11
1
-36
/
+36
*
o Introduce filesystem-independent POSIX.1e ACL utility routines to
rwatson
2001-03-06
1
-5
/
+440
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-32
/
+8
*
Proc locking.
jhb
2001-01-24
1
-8
/
+32
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
o Change locking rules for VOP_GETACL() to indicate that vnode locks
rwatson
2000-09-21
1
-1
/
+4
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
1
-20
/
+16
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+281