| Commit message (Expand) | Author | Age | Files | Lines |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -1/+0 |
* | Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing | tjr | 2003-01-18 | 1 | -1/+10 |
* | Even if the permissions deny it, a process should be allowed to | phk | 2003-01-13 | 1 | -2/+13 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 5 | -11/+12 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 5 | -11/+11 |
* | Add symlink support to devfs_rule_matchpath(). This allows the user | dd | 2003-01-11 | 1 | -1/+2 |
* | Don't override the vop_lock, vop_unlock and vop_isunlocked methods. | phk | 2003-01-05 | 1 | -3/+0 |
* | Don't take the detour over VOP_STRATEGY from spec_getpages, call our | phk | 2003-01-05 | 1 | -1/+1 |
* | Split out the vnode and buf arguments to the internal strategy worker | phk | 2003-01-05 | 1 | -13/+3 |
* | Repair vnode locking in portal_lookup(). Specifically, lock the file | tjr | 2003-01-05 | 1 | -2/+10 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 5 | -6/+43 |
* | resort vnode ops list | phk | 2003-01-04 | 1 | -3/+3 |
* | Replace spec_bmap() with vop_panic: We should never BMAP a device backed | phk | 2003-01-04 | 1 | -35/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 11 | -40/+0 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 1 | -1/+1 |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 1 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -3/+3 |
* | There is some sort of race/deadlock which I have not identified | phk | 2002-12-29 | 1 | -1/+6 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -1/+1 |
* | Trim left-over and unused vop_refreshlabel() bits from devfs. | rwatson | 2002-12-28 | 1 | -23/+0 |
* | Remove redundant check for negative or zero v_usecount; vrele() already | tjr | 2002-12-15 | 1 | -14/+7 |
* | Keep trying to flush the vnode list for the mount while some are still | tjr | 2002-12-13 | 3 | -2/+19 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | tjr | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 6 | -11/+13 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 4 | -7/+8 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -2/+2 |
* | Cast a pointer to a uintptr_t to quiet a warning. | jhb | 2002-11-07 | 1 | -1/+1 |
* | Third argument to copyinstr() is a pointer to a size_t, not a pointer to a | jhb | 2002-11-07 | 1 | -1/+1 |
* | Add debug.doslowdown to enable/disable niced slowdown on I/O. Default | mckusick | 2002-11-04 | 1 | -1/+5 |
* | Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by | peter | 2002-11-02 | 1 | -2/+1 |
* | Put a KASSERT in specfs::strategy() to check that the incoming buffer | phk | 2002-11-01 | 1 | -2/+8 |
* | Fix winChkName() to match when the last slot contains nothing but the | semenu | 2002-10-29 | 1 | -1/+8 |
* | In VOP_LOOKUP, don't deny DELETE and RENAME operations | mux | 2002-10-26 | 1 | -1/+2 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 6 | -130/+1 |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 1 | -4/+14 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -1/+24 |
* | Grrr, s/PBP/BPB/ here as well. | jhb | 2002-10-21 | 1 | -1/+1 |
* | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to | jhb | 2002-10-21 | 1 | -1/+1 |
* | Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename. | rwatson | 2002-10-20 | 1 | -2/+2 |
* | '&' not used for pointers to functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Remove even more '&' from pointers to functions. | phk | 2002-10-20 | 1 | -26/+26 |
* | umap_sync is empty and is identical to vfs_stdsync. Remove it and | kan | 2002-10-19 | 1 | -16/+1 |
* | style(9) | kan | 2002-10-19 | 1 | -4/+7 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 8 | -8/+9 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 2 | -2/+2 |
* | A better solution to avoiding variable sized structs in DEVFS. | phk | 2002-10-16 | 2 | -3/+5 |
* | #include "opt_devfs.h" to protect against variable sized structures. | phk | 2002-10-16 | 1 | -0/+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 | 20 | -121/+7 |
* | - Remove a useless initialization for 'ronly', if it hadn't been | mux | 2002-10-13 | 1 | -2/+2 |