| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix off-by-one error (introduced in r1.60) that had the effect of | bmah | 2007-06-07 | 1 | -1/+1 |
* | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | des | 2007-04-23 | 1 | -1/+9 |
* | Avoid "unused variable" warning when building without PSEUDOFS_TRACE. | des | 2007-04-15 | 1 | -0/+1 |
* | Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE. | des | 2007-04-15 | 6 | -340/+553 |
* | Further pseudofs improvements: | des | 2007-04-14 | 6 | -62/+59 |
* | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | des | 2007-04-11 | 5 | -51/+74 |
* | Whitespace nits. | des | 2007-04-05 | 2 | -4/+4 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -2/+8 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 2 | -7/+29 |
* | Use the vnode interlock to close a race where pfs_vncache_alloc() could | jhb | 2007-01-02 | 1 | -8/+9 |
* | Correctly calculate a buffer length. It was off by one so a read() returned | netchild | 2006-06-27 | 1 | -1/+1 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 2 | -0/+13 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -0/+8 |
* | Change pfs_visible() to optionally return a pointer to the process | jhb | 2006-02-22 | 1 | -50/+44 |
* | Eliminate an unnecessary bcopy(). | des | 2005-08-12 | 1 | -15/+15 |
* | - Since we don't hold a usecount in pfs_exit we have to get a holdcnt | jeff | 2005-07-07 | 1 | -0/+4 |
* | Fix an old pasto. | des | 2005-04-30 | 1 | -1/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -0/+2 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -21/+9 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 2 | -3/+3 |
* | Use subr_unit | phk | 2005-03-19 | 4 | -146/+10 |
* | Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc, | des | 2005-03-14 | 1 | -21/+14 |
* | 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 |