| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Add module load/unload stubs. | Adrian Chadd | 2012-03-13 | 1 | -0/+41 |
* | execve(2) has a special check for file permissions: a file must have at | Jaakko Heinonen | 2010-08-30 | 1 | -2/+8 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | Edward Tomasz Napierala | 2010-06-03 | 1 | -1/+1 |
* | Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND | Edward Tomasz Napierala | 2009-12-26 | 1 | -0/+2 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | Edward Tomasz Napierala | 2009-10-01 | 1 | -0/+3 |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | Edward Tomasz Napierala | 2009-05-22 | 1 | -0/+2 |
* | Rename a variable missed in previous accmode_t-related commits. | Edward Tomasz Napierala | 2008-10-28 | 1 | -21/+21 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -4/+4 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -7/+5 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -42/+49 |
* | Update and reformat comments for POSIX.1e ACL utility routines. | Robert Watson | 2006-07-23 | 1 | -48/+55 |
* | Move POSIX.1e-specific utility routines from kern_acl.c to | Robert Watson | 2006-07-06 | 1 | -416/+5 |
* | Implement new world order in VFS locking for ACLs. This will remove the | Christian S.J. Peron | 2005-09-17 | 1 | -44/+45 |
* | Convert the primary ACL allocator from malloc(9) to using a UMA zone instead. | Christian S.J. Peron | 2005-09-06 | 1 | -1/+13 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -6/+6 |
* | Update my personal copyrights and NETA copyrights in the kernel | Robert Watson | 2004-02-22 | 1 | -1/+1 |
* | Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e | Robert Watson | 2003-08-04 | 1 | -1/+84 |
* | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -4/+4 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -7/+4 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -5/+4 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | Alfred Perlstein | 2003-01-01 | 1 | -0/+1 |
* | Implement new ACL system calls which do not follow symbolic links: | Robert Watson | 2002-12-29 | 1 | -1/+89 |
* | unwrap lines made short enough by SCARGS removal | Alfred Perlstein | 2002-12-14 | 1 | -6/+3 |
* | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -19/+19 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -19/+19 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -19/+19 |
* | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -1/+28 |
* | Teach discretionary access control methods for files about VAPPEND | Robert Watson | 2002-07-22 | 1 | -13/+13 |
* | Fix a bug that prevented the deletion of non-default ACLs from being | Robert Watson | 2002-06-27 | 1 | -1/+1 |
* | A bit of whitespace magic. | Robert Watson | 2002-06-27 | 1 | -5/+5 |
* | opt_cap.c no longer needed | Robert Watson | 2002-06-13 | 1 | -2/+0 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Fix a gcc-3.1+ warning. | Peter Wemm | 2002-03-19 | 1 | -0/+3 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -9/+7 |
* | o Scatter vn_start_write() and vn_finished_write() through ACL code so | Robert Watson | 2002-02-04 | 1 | -3/+10 |
* | Note that Kirk apparently missed adding vn_start_write() and friends | Robert Watson | 2002-02-04 | 1 | -0/+3 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+4 |
* | o Since kern_acl.c uses #ifdef CAPABILITIES to control | Robert Watson | 2001-11-02 | 1 | -0/+2 |
* | o Update copyright dates. | Robert Watson | 2001-11-01 | 1 | -0/+2 |
* | o Update copyright dates. | Robert Watson | 2001-10-27 | 1 | -1/+1 |
* | o Improve style(9) compliance following KSE modifications. In particular, | Robert Watson | 2001-10-27 | 1 | -18/+19 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -44/+44 |
* | In the case of ACL_OTHER and undefined ACL entry id's, set | Chris D. Faulhaber | 2001-09-01 | 1 | -2/+2 |
* | Giant Pushdown ACL syscalls: | Matthew Dillon | 2001-09-01 | 1 | -31/+71 |
* | o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine so | Robert Watson | 2001-08-24 | 1 | -19/+23 |
* | o As part of the move to not maintaining copies of the vnode owning uid | Robert Watson | 2001-04-29 | 1 | -1/+1 |
* | Fix a bug introduced in the last commit: vaccess_acl_posix1 only checked | Thomas Moestl | 2001-04-23 | 1 | -1/+1 |