| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | phk | 2005-03-16 | 1 | -2/+6 |
* | Fix a memoryleak in case of failed root filesystem mount. | phk | 2005-03-16 | 1 | -1/+4 |
* | MFp4: print a more useful error when we don't have a /dev to mount devfs | jmg | 2005-03-16 | 1 | -1/+1 |
* | Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use | phk | 2005-03-16 | 2 | -15/+18 |
* | Sometimes, when asked to return region A..C, we'd return A+N..C+N | imp | 2005-03-15 | 1 | -2/+3 |
* | Fix a debugging printf. The order of start/end was inconsistant with | imp | 2005-03-15 | 1 | -1/+1 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | phk | 2005-03-15 | 1 | -4/+4 |
* | - Now that there are no external users of vfree() make it static. | jeff | 2005-03-15 | 1 | -48/+12 |
* | Fix a debug message to print a usable device name rather than useless | phk | 2005-03-15 | 1 | -3/+2 |
* | - Expose vholdl() so it may be used outside of vfs_subr.c | jeff | 2005-03-15 | 1 | -2/+1 |
* | Remove findcdev(). | phk | 2005-03-15 | 1 | -19/+0 |
* | Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature of | phk | 2005-03-15 | 1 | -6/+6 |
* | - transferlockers() requires the interlock to be SMP safe. | jeff | 2005-03-15 | 1 | -2/+8 |
* | Simplify the vfs_hash calling convention. | phk | 2005-03-15 | 1 | -1/+2 |
* | Cleanup accidentally include #if 0 section. | phk | 2005-03-14 | 1 | -35/+0 |
* | Currently (almost) all filesystems maintain a local inode hash table | phk | 2005-03-14 | 1 | -0/+184 |
* | - Increment the holdcnt once for each usecount reference. This allows us | jeff | 2005-03-14 | 1 | -3/+4 |
* | - We do not have to check the object's ref_count in VSHOULDFREE or | jeff | 2005-03-14 | 1 | -3/+3 |
* | - Slightly rearrange vrele() to move the common case in one indentation | jeff | 2005-03-14 | 1 | -20/+17 |
* | - Rework vget() so we drop the usecount in two failure cases that were | jeff | 2005-03-14 | 1 | -24/+24 |
* | Remove debugging printfs. | phk | 2005-03-14 | 1 | -8/+3 |
* | - Do a vn_start_write in vn_close, we may write if this is the last ref | jeff | 2005-03-13 | 1 | -21/+20 |
* | - Remove vx_lock, vx_unlock, vx_wait, etc. | jeff | 2005-03-13 | 1 | -225/+129 |
* | - A lock is required before calling VOP_REVOKE. Our reference protects us | jeff | 2005-03-13 | 1 | -1/+2 |
* | - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now. | jeff | 2005-03-13 | 2 | -20/+10 |
* | - Don't drop the lock in the default inactive handler anymore, VOP_NULL | jeff | 2005-03-13 | 1 | -14/+1 |
* | - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnode | jeff | 2005-03-13 | 1 | -4/+4 |
* | Function jailed() looks into ucred strcture, so be sure ucred is not NULL. | pjd | 2005-03-12 | 1 | -4/+4 |
* | Clean up a bit. | pjd | 2005-03-12 | 1 | -11/+12 |
* | Extend the coverage of the accept and socket mutexes in soisconnected() | rwatson | 2005-03-12 | 2 | -6/+6 |
* | Move the logic implementing retrieval of the SO_ACCEPTFILTER socket option | rwatson | 2005-03-12 | 2 | -18/+28 |
* | Part two of post-SMPng cleanup of accept filter registration: perform all | rwatson | 2005-03-12 | 1 | -34/+16 |
* | Replace my previous change for 32 bit systems with hz > 169 with Bruce's | peter | 2005-03-12 | 1 | -10/+11 |
* | Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines. | peter | 2005-03-12 | 1 | -7/+7 |
* | First step in simplifying accept filter socket option logic in the | rwatson | 2005-03-11 | 1 | -17/+24 |
* | Remove an additional commented out reference to a possible future sx | rwatson | 2005-03-11 | 1 | -1/+0 |
* | When setting up a socket in socreate(), there's no need to lock the | rwatson | 2005-03-11 | 1 | -3/+1 |
* | Remove suggestive sx_init() comment in soalloc(). We will have something | rwatson | 2005-03-11 | 1 | -1/+0 |
* | The SO_NOSIGPIPE socket option allows a user process to mark a socket | rwatson | 2005-03-11 | 1 | -0/+8 |
* | fix spelling of match in comment... | jmg | 2005-03-10 | 1 | -1/+1 |
* | Try to fix the mess I made of devname, with the minimal subset of the | phk | 2005-03-10 | 1 | -35/+0 |
* | Document, via WITNESS, that the NFS server mutex falls ahead of the socket | rwatson | 2005-03-09 | 1 | -0/+5 |
* | My addled brains didn't realize that since vtp points into value, we | des | 2005-03-09 | 1 | -2/+5 |
* | Fix typo in comment. | stefanf | 2005-03-09 | 1 | -1/+1 |
* | allow the destination of m_move_pkthdr to have external | sam | 2005-03-08 | 1 | -3/+3 |
* | Remove redundant initialization that is repeated in the for() loop | keramida | 2005-03-08 | 1 | -2/+0 |
* | Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpress | sobomax | 2005-03-08 | 1 | -1/+2 |
* | Reengineer subr_unit | phk | 2005-03-08 | 1 | -287/+511 |
* | Fix signedness of minor2unit(). | phk | 2005-03-08 | 1 | -4/+4 |
* | - Lock access to the buffer_map with the vm_map lock. In 4.x this was | jeff | 2005-03-08 | 1 | -0/+5 |