| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+1 |
* | Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway. | mohans | 2006-09-14 | 1 | -1/+2 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 1 | -7/+23 |
* | Remove register, use ANSI function headers. | rwatson | 2006-08-05 | 1 | -15/+9 |
* | We now spell "inode" as "vnode" in the VFS layer, so update comment | rwatson | 2006-08-05 | 1 | -3/+3 |
* | Lock giant when assigning ni_vp and keep vfslocked state valid. | kris | 2006-04-29 | 1 | -0/+1 |
* | - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked rather | jeff | 2006-04-28 | 1 | -13/+15 |
* | - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead. | jeff | 2006-03-31 | 1 | -1/+2 |
* | - Don't check v_mount for NULL to determine if a vnode has been recycled. | jeff | 2006-02-06 | 1 | -2/+2 |
* | Add AUDITVNODE[12] flags to namei(), which cause namei() to audit path | rwatson | 2006-02-05 | 1 | -0/+19 |
* | - Solve a problem where a vput could be called on an outgoing directory | jeff | 2006-02-01 | 1 | -5/+13 |
* | Tweak previous vfs_lookup.c commit to return an EINVAL error from | truckman | 2006-01-22 | 1 | -1/+1 |
* | Return EPERM from lookup() if cn_nameiop is DELETE or RENAME and | truckman | 2006-01-21 | 1 | -4/+11 |
* | Use correct VFS locking rather than unconditionally grabbing Giant around | jhb | 2005-09-21 | 1 | -12/+8 |
* | Improve the MP safeness associated with the creation of symbolic | csjp | 2005-09-15 | 1 | -0/+2 |
* | Do not keep parent directory locked while calling VFS_ROOT to traverse mount | kan | 2005-08-14 | 1 | -0/+2 |
* | - Remove a debugging printf that slipped in. | jeff | 2005-04-13 | 1 | -1/+0 |
* | - Further simplify lookup; Force all filesystems to relock in the DOTDOT | jeff | 2005-04-13 | 1 | -30/+23 |
* | - If we vrele() a dvp while the child is locked we can potentially deadlock | jeff | 2005-04-09 | 1 | -51/+60 |
* | - Move NDFREE() from vfs_subr to vfs_lookup where namei() is. | jeff | 2005-04-05 | 1 | -0/+38 |
* | - Include opt_vfs.h for LOOKUP_SHARED. | jeff | 2005-04-03 | 1 | -8/+16 |
* | - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED case so that we only | jeff | 2005-03-29 | 1 | -5/+29 |
* | - Remove an unused variable from relookup(). | jeff | 2005-03-28 | 1 | -5/+2 |
* | - Get rid of PDIRUNLOCK, instead, we fixup the lock state immediately after | jeff | 2005-03-28 | 1 | -13/+51 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | jeff | 2005-03-24 | 1 | -1/+1 |
* | - Clear LOCKSHARED if LOOKUP_SHARED is not enabled. This is not strictly | jeff | 2005-03-24 | 1 | -0/+3 |
* | - Tweak kern_msgctl() to return a copy of the requested message queue id | jhb | 2005-02-07 | 1 | -0/+113 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -10/+0 |
* | - Acquire and release Giant as we enter and leave filesystems which | jeff | 2005-01-24 | 1 | -6/+37 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -3/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint() | phk | 2004-12-03 | 1 | -8/+9 |
* | Assert Giant in namei(). Bugs have been reported in which, following | rwatson | 2004-08-04 | 1 | -0/+2 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the | rwatson | 2002-10-19 | 1 | -6/+11 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+12 |
* | Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free the | rwatson | 2002-07-24 | 1 | -2/+18 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -2/+5 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -4/+4 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -12/+12 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -2/+3 |
* | - Change namei() to use td_ucred instead of p_ucred. | jhb | 2002-02-27 | 1 | -1/+1 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -26/+26 |