| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert the pseudofs framework to nmount (thus procfs and linprocfs). | mux | 2002-05-02 | 2 | -8/+8 |
* | Remove stale XXX comment. | jhb | 2002-04-14 | 1 | -1/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 3 | -3/+4 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 2 | -2/+2 |
* | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily. | rwatson | 2002-02-04 | 1 | -4/+2 |
* | Return EPERM instead of 0 in the un-implemented pseudofs_setattr(). | rwatson | 2002-02-04 | 1 | -2/+1 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Do not derefer null. | tanimura | 2002-01-04 | 1 | -0/+4 |
* | Pseudofs was leaking VFS cache entries badly due to its cache and use of | dillon | 2001-12-19 | 2 | -4/+22 |
* | Add VOP_GETEXTATTR(9) passthrough support to pseudofs. | green | 2001-12-11 | 2 | -0/+55 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -8/+8 |
* | Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__. | des | 2001-12-09 | 1 | -3/+3 |
* | Add support for a last-close handler. | des | 2001-11-27 | 3 | -3/+38 |
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 4 | -6/+19 |
* | Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or | des | 2001-10-26 | 2 | -4/+58 |
* | Argh! I updated the version number in the MODULE_DEPEND() thingamagook but | des | 2001-10-19 | 1 | -1/+1 |
* | Switch to dynamic rather than static initialization. | des | 2001-10-19 | 3 | -62/+288 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set | des | 2001-10-02 | 3 | -10/+57 |