summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When listing all devices (geoms) from the given class, skip geoms withoutpjd2005-03-131-0/+2
* Add myself as a maintainer of geom_shsec.pjd2005-03-131-0/+1
* Correct macro usage.brueffer2005-03-131-1/+1
* Remove dublicate entries and correct apostrophe abuse.brueffer2005-03-131-9/+5
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-132-2/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-1316-46/+17
* - It is no longer necessary to lock and unlock the vnode in nfs4_close()jeff2005-03-131-2/+0
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-131-1/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-135-13/+6
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-136-72/+16
* - It is no longer necessary to lock and unlock the vnode in nfs_close() asjeff2005-03-131-6/+1
* - The c_lock in the coda node does not offer any features over the standardjeff2005-03-134-32/+16
* - Deadfs may now use the standard vop lock, get rid of dead_lock().jeff2005-03-131-40/+0
* - Don't acquire the vnode lock in destroy_vobject, assert that it hasjeff2005-03-131-2/+1
* - It is not legal to access v_data without the vnode lock or interlockjeff2005-03-131-1/+11
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-11/+4
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+2
* - Fix an assert now that the XLOCK no longer exists.jeff2005-03-131-4/+1
* - In ufs_mknod(), hold the lock across the call to vgone() as that is nowjeff2005-03-131-24/+4
* - Don't drop the lock in ufs_inactive().jeff2005-03-131-4/+0
* - Do a vn_start_write in vn_close, we may write if this is the last refjeff2005-03-131-21/+20
* - Remove vx_lock, vx_unlock, vx_wait, etc.jeff2005-03-131-225/+129
* - A lock is required before calling VOP_REVOKE. Our reference protects usjeff2005-03-131-1/+2
* - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now.jeff2005-03-132-20/+10
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLjeff2005-03-131-14/+1
* - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects usjeff2005-03-131-21/+10
* - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnodejeff2005-03-131-4/+4
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
* Unhook the recently departed lomac file from the build.dougb2005-03-131-1/+1
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Move configuration file note from kernel to userland, no contentbmah2005-03-132-30/+30
* Add --strip-components option, per bin/77666.kientzle2005-03-135-2/+72
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-134-27/+104
* MFC noted: libgpib.bmah2005-03-132-8/+26
* When rejecting rediculously large pax attributes (such as pathnameskientzle2005-03-131-2/+5
* Unbreak build with POLLING. I should really listen and test with NOTESmlaier2005-03-131-1/+1
* Correctly pass low-level I/O errors back up to the caller whenkientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.kientzle2005-03-132-6/+30
* Include detailed error message from zlib after a decompression error.kientzle2005-03-131-0/+3
* If the output is not a regular file, it's okay to add it to the archive.kientzle2005-03-132-4/+18
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,kan2005-03-121-0/+24
* Remove mention of mac_lomac(4) policy from here too.trhodes2005-03-121-11/+1
* Remove mac_lomac(4) functionality. The proper way is to use loader.conftrhodes2005-03-122-20/+0
* Add NO_GPIBphk2005-03-121-0/+1
* DTRT with /var so that any packages installed are correctly recorded.phk2005-03-121-2/+2
* Enable packet mode in boot0, this makes it unimportant if thephk2005-03-121-1/+1
* New release notes:hrs2005-03-122-10/+114
* ALTQ support for re(4).mlaier2005-03-122-7/+16
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
OpenPOWER on IntegriCloud