aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a compile warning, fix the build.Tim Kientzle2005-03-131-1/+1
* "make depend" with .y files is trickier than it looks. <sigh>Tim Kientzle2005-03-131-3/+2
* Brain-o. Missing quote.Tim Kientzle2005-03-131-1/+1
* - Document 'status' subcommand.Pawel Jakub Dawidek2005-03-138-17/+68
* Add 'status' command which prints general information about devices.Pawel Jakub Dawidek2005-03-131-0/+176
* Update copyrights.Pawel Jakub Dawidek2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' toPawel Jakub Dawidek2005-03-131-7/+7
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thanTim Kientzle2005-03-139-39/+1067
* Remove an unused #define. md5's with and without this commit match.Ceri Davies2005-03-131-1/+0
* The NVE driver doesn't cleanly compile on PAE.Scott Long2005-03-131-0/+1
* When listing all devices (geoms) from the given class, skip geoms withoutPawel Jakub Dawidek2005-03-131-0/+2
* Add myself as a maintainer of geom_shsec.Pawel Jakub Dawidek2005-03-131-0/+1
* Correct macro usage.Christian Brueffer2005-03-131-1/+1
* Remove dublicate entries and correct apostrophe abuse.Christian Brueffer2005-03-131-9/+5
* - VOP_INACTIVE should no longer drop the vnode lock.Jeff Roberson2005-03-132-2/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-1316-46/+17
* - It is no longer necessary to lock and unlock the vnode in nfs4_close()Jeff Roberson2005-03-131-2/+0
* - VOP_INACTIVE should no longer drop the vnode lock.Jeff Roberson2005-03-131-1/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-135-13/+6
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-136-72/+16
* - It is no longer necessary to lock and unlock the vnode in nfs_close() asJeff Roberson2005-03-131-6/+1
* - The c_lock in the coda node does not offer any features over the standardJeff Roberson2005-03-134-32/+16
* - Deadfs may now use the standard vop lock, get rid of dead_lock().Jeff Roberson2005-03-131-40/+0
* - Don't acquire the vnode lock in destroy_vobject, assert that it hasJeff Roberson2005-03-131-2/+1
* - It is not legal to access v_data without the vnode lock or interlockJeff Roberson2005-03-131-1/+11
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-11/+4
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-132-2/+2
* - Fix an assert now that the XLOCK no longer exists.Jeff Roberson2005-03-131-4/+1
* - In ufs_mknod(), hold the lock across the call to vgone() as that is nowJeff Roberson2005-03-131-24/+4
* - Don't drop the lock in ufs_inactive().Jeff Roberson2005-03-131-4/+0
* - Do a vn_start_write in vn_close, we may write if this is the last refJeff Roberson2005-03-131-21/+20
* - Remove vx_lock, vx_unlock, vx_wait, etc.Jeff Roberson2005-03-131-225/+129
* - A lock is required before calling VOP_REVOKE. Our reference protects usJeff Roberson2005-03-131-1/+2
* - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now.Jeff Roberson2005-03-132-20/+10
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLJeff Roberson2005-03-131-14/+1
* - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects usJeff Roberson2005-03-131-21/+10
* - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnodeJeff Roberson2005-03-131-4/+4
* Embrace with #ifdef DEV_CARP carp-related code.Gleb Smirnoff2005-03-131-2/+7
* Unhook the recently departed lomac file from the build.Doug Barton2005-03-131-1/+1
* Fix a null pointer de-ref when passthrough ioctls are issued. ThisScott Long2005-03-131-8/+11
* Move configuration file note from kernel to userland, no contentBruce A. Mah2005-03-132-30/+30
* Add --strip-components option, per bin/77666.Tim Kientzle2005-03-135-2/+72
* Fix the arrangement of periodic QH tree to give the correct intervalIan Dowse2005-03-131-4/+6
* Support extracting entries with pathnames longer than PATH_MAX. InTim Kientzle2005-03-134-27/+104
* MFC noted: libgpib.Bruce A. Mah2005-03-132-8/+26
* When rejecting rediculously large pax attributes (such as pathnamesTim Kientzle2005-03-131-2/+5
* Unbreak build with POLLING. I should really listen and test with NOTESMax Laier2005-03-131-1/+1
* Correctly pass low-level I/O errors back up to the caller whenTim Kientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.Tim Kientzle2005-03-132-6/+30
* Include detailed error message from zlib after a decompression error.Tim Kientzle2005-03-131-0/+3