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