| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix two long-standing bugs in pfs_readdir(): | des | 2005-03-14 | 1 | -11/+13 |
* | If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disable | des | 2005-03-14 | 1 | -6/+14 |
* | fbsdidize. | des | 2005-03-14 | 4 | -8/+20 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -0/+4 |
* | Avoid a couple of mutex operations in the process exit path for the | phk | 2005-03-01 | 1 | -0/+2 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -0/+1 |
* | Annotate that pfs_exit() always acquires and releases two mutexes for | rwatson | 2005-01-08 | 1 | -0/+4 |
* | Use vfs_mountedfrom(). | phk | 2004-12-06 | 1 | -2/+2 |
* | Fix a typo in PFS_TRACE. | kan | 2004-12-06 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 2 | -34/+27 |
* | Back out pseudo_vnops.c:1.45, which was a workaround for pfind() | rwatson | 2004-09-02 | 1 | -11/+0 |
* | Release the vnode cache mutex when calling vgone(), since vgone() may | des | 2004-08-15 | 1 | -26/+39 |
* | Commit a work-around for a more general bug involving process state: | rwatson | 2004-08-13 | 1 | -0/+11 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 2 | -7/+5 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 2 | -3/+4 |
* | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | des | 2004-07-09 | 1 | -8/+10 |
* | When taking event callbacks (like process_exit) out from under Giant, those | green | 2004-03-14 | 1 | -0/+2 |
* | Fix a panic in pseudofs(9) that could occur when doing an I/O | nectar | 2004-02-10 | 1 | -0/+5 |
* | Constify, and add an API function to find a named node in a directory. | des | 2003-12-07 | 2 | -6/+21 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -2/+0 |
* | Introduce a uiomove_frombuf helper routine that handles computing and | nectar | 2003-10-02 | 1 | -15/+17 |
* | Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This | des | 2003-08-19 | 1 | -0/+6 |
* | Spell the name of the lock right in addition to getting the type right. | jhb | 2003-08-18 | 1 | -1/+1 |
* | The allproc lock is a sx lock, not a mutex, so fix the assertion. This | jhb | 2003-08-18 | 1 | -1/+1 |
* | Rework pfs_iterate() a bit to eliminate a bug related to process | des | 2003-08-18 | 1 | -9/+12 |
* | fix grammar in comment | jmg | 2003-06-20 | 1 | -1/+1 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -15/+6 |
* | Don't unlock the parent directory vnode twice if the ISDOTDOT flag | truckman | 2003-06-01 | 1 | -1/+2 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -5/+7 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -1/+1 |
* | Get rid of caddr_t. | des | 2003-03-02 | 2 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -8/+8 |
* | Do not allow a cached vnode to be shared among multiple mounts of the same | tjr | 2003-01-28 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -8/+8 |
* | GC an unused reference to vop_refreshlabel_desc; reference to | rwatson | 2003-01-21 | 1 | -3/+0 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 2 | -57/+0 |
* | '&' not used for pointers to functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Plug an infrequent (I think) memory leak. | phk | 2002-10-15 | 1 | -1/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -2/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -1/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -2/+11 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 2 | -0/+60 |
* | Lock down pseudofs: | jeff | 2002-07-08 | 2 | -0/+29 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 5 | -88/+88 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | s/pfs_badop/vop_eopnotsupp/ | des | 2002-05-03 | 1 | -17/+9 |