| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 6 | -6/+6 |
| * | Use the correct pid when checking to see whether or not the /proc/<pid> | John Baldwin | 2007-10-05 | 1 | -1/+1 |
| * | Fix off-by-one error (introduced in r1.60) that had the effect of | Bruce A. Mah | 2007-06-07 | 1 | -1/+1 |
| * | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | Dag-Erling Smørgrav | 2007-04-23 | 1 | -1/+9 |
| * | Avoid "unused variable" warning when building without PSEUDOFS_TRACE. | Dag-Erling Smørgrav | 2007-04-15 | 1 | -0/+1 |
| * | Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE. | Dag-Erling Smørgrav | 2007-04-15 | 6 | -340/+553 |
| * | Further pseudofs improvements: | Dag-Erling Smørgrav | 2007-04-14 | 6 | -62/+59 |
| * | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | Dag-Erling Smørgrav | 2007-04-11 | 5 | -51/+74 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2007-04-05 | 2 | -4/+4 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -2/+8 |
| * | Add a pn_destroy field to pfs_node. This field points to a destructor | Dag-Erling Smørgrav | 2007-03-12 | 2 | -7/+29 |
| * | Use the vnode interlock to close a race where pfs_vncache_alloc() could | John Baldwin | 2007-01-02 | 1 | -8/+9 |
| * | Correctly calculate a buffer length. It was off by one so a read() returned | Alexander Leidinger | 2006-06-27 | 1 | -1/+1 |
| * | Restore the ability to mount procfs and fdescfs filesystems via the | Kelly Yancey | 2006-05-15 | 2 | -0/+13 |
| * | Close some races between procfs/ptrace and exit(2): | John Baldwin | 2006-02-22 | 1 | -0/+8 |
| * | Change pfs_visible() to optionally return a pointer to the process | John Baldwin | 2006-02-22 | 1 | -50/+44 |
| * | Eliminate an unnecessary bcopy(). | Dag-Erling Smørgrav | 2005-08-12 | 1 | -15/+15 |
| * | - Since we don't hold a usecount in pfs_exit we have to get a holdcnt | Jeff Roberson | 2005-07-07 | 1 | -0/+4 |
| * | Fix an old pasto. | Dag-Erling Smørgrav | 2005-04-30 | 1 | -1/+1 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -0/+2 |
| * | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -21/+9 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 2 | -3/+3 |
| * | Use subr_unit | Poul-Henning Kamp | 2005-03-19 | 4 | -146/+10 |
| * | Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc, | Dag-Erling Smørgrav | 2005-03-14 | 1 | -21/+14 |
| * | Fix two long-standing bugs in pfs_readdir(): | Dag-Erling Smørgrav | 2005-03-14 | 1 | -11/+13 |
| * | If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disable | Dag-Erling Smørgrav | 2005-03-14 | 1 | -6/+14 |
| * | fbsdidize. | Dag-Erling Smørgrav | 2005-03-14 | 4 | -8/+20 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -0/+4 |
| * | Avoid a couple of mutex operations in the process exit path for the | Poul-Henning Kamp | 2005-03-01 | 1 | -0/+2 |
| * | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -0/+1 |
| * | Annotate that pfs_exit() always acquires and releases two mutexes for | Robert Watson | 2005-01-08 | 1 | -0/+4 |
| * | Use vfs_mountedfrom(). | Poul-Henning Kamp | 2004-12-06 | 1 | -2/+2 |
| * | Fix a typo in PFS_TRACE. | Alexander Kabaev | 2004-12-06 | 1 | -1/+1 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 2 | -34/+27 |
| * | Back out pseudo_vnops.c:1.45, which was a workaround for pfind() | Robert Watson | 2004-09-02 | 1 | -11/+0 |
| * | Release the vnode cache mutex when calling vgone(), since vgone() may | Dag-Erling Smørgrav | 2004-08-15 | 1 | -26/+39 |
| * | Commit a work-around for a more general bug involving process state: | Robert Watson | 2004-08-13 | 1 | -0/+11 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 2 | -7/+5 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 2 | -3/+4 |
| * | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | Dag-Erling Smørgrav | 2004-07-09 | 1 | -8/+10 |
| * | When taking event callbacks (like process_exit) out from under Giant, those | Brian Feldman | 2004-03-14 | 1 | -0/+2 |
| * | Fix a panic in pseudofs(9) that could occur when doing an I/O | Jacques Vidrine | 2004-02-10 | 1 | -0/+5 |
| * | Constify, and add an API function to find a named node in a directory. | Dag-Erling Smørgrav | 2003-12-07 | 2 | -6/+21 |
| * | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 1 | -2/+0 |
| * | Introduce a uiomove_frombuf helper routine that handles computing and | Jacques Vidrine | 2003-10-02 | 1 | -15/+17 |
| * | Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This | Dag-Erling Smørgrav | 2003-08-19 | 1 | -0/+6 |
| * | Spell the name of the lock right in addition to getting the type right. | John Baldwin | 2003-08-18 | 1 | -1/+1 |
| * | The allproc lock is a sx lock, not a mutex, so fix the assertion. This | John Baldwin | 2003-08-18 | 1 | -1/+1 |
| * | Rework pfs_iterate() a bit to eliminate a bug related to process | Dag-Erling Smørgrav | 2003-08-18 | 1 | -9/+12 |