| Age | Commit message (Expand) | Author |
| 2002-01-13 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2002-01-04 | add a vnddetach: it just free()s the vnd_softc. useful for LKM. | mrg |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-22 | use _KERNEL_OPT so this can be built as an LKM. | mrg |
| 2001-09-30 | in vndstrategy(), handle the underlying file being force-unmounted. | chs |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-09-12 | Define an auto variable `bn' as off_t instead of int since it is finally | enami |
| 2000-08-20 | Remove duplicate `flags' from printf format string. | pk |
| 2000-08-19 | When breaking up a transfer in vndstrategy(), only inherit B_READ and | pk |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 1999-11-17 | Initialize buffer dependencies list for soft updates when initializing | fvdl |
| 1999-04-21 | Add a couple of missing splbio()/splx() pairs that caused pool corruption. | thorpej |
| 1998-11-12 | Must use PR_NOWAIT when allocating component buffers. | thorpej |
| 1998-07-31 | Use the pool allocator for vndxfer and vndbuf structures. | thorpej |
| 1998-03-12 | Better fix for PR 5113, per discussion with fvdl: now that the vnode locking | bouyer |
| 1998-03-04 | Fix vn_lock argument botch. From Manuel Bouyer (PR 5113). | fvdl |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-19 | Include the NFS option header. | thorpej |
| 1998-01-26 | In vndsetcred(): after establishing credentials, flush all buffers | bad |
| 1997-12-31 | Fix a typo in panic string. | enami |
| 1997-12-31 | When building fake disklabel, if a partition type is other than FS_UNUSED | enami |
| 1997-12-02 | Pull over fixes from vm_swap.c: | pk |
| 1997-10-20 | Do hack around VOP_BMAP call to avoid recursive locks. The locking | fvdl |
| 1997-10-10 | Add a missing splx(). From augustss. | mycroft |
| 1997-10-09 | Fix tipo inherited from old version of TNF copyright template. | jtc |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-08-26 | Add missing call to vndunlock(), per PR #3811, enami tsugutomo. | thorpej |
| 1997-08-04 | %x -> 0x%x | fair |
| 1997-06-26 | Leftover from last commit: require us to be initialized when a DIOCGDINFO | kleink |
| 1997-06-26 | In vndioctl(), consolidate checks for "open for writes" and "initialized", | thorpej |
| 1997-06-26 | Remove an outdated comment that is not true with the Mach VM system. | thorpej |
| 1997-06-23 | Add full disklabel and partition support to the vnd driver, allowing much | thorpej |
| 1997-06-08 | Remove attempt to use files with holes; it's prone to deadlocks. | pk |
| 1997-06-08 | Avoid race for residual count and pending requests count. | pk |
| 1997-05-26 | Pass correct offset to vn_rdwr(). | pk |
| 1997-05-25 | Add code (#ifdef'ed VND_FILLHOLES for now) to fall back on vn_rdwr() | pk |
| 1997-05-25 | Use an additional structure to keep information on a set of transfers | pk |
| 1997-05-25 | Pass correct transfer count to disk_unbusy(). | pk |
| 1997-05-19 | Avoid negative values for `b_dirtyend' and `b_validend'. | pk |
| 1997-05-19 | Fill in b_dirtyoff/b_dirtyend and b_validoff/b_validend appropriately | pk |
| 1997-03-12 | Remove bogus use of splhigh(), and apparently unneeded bzero(). | mycroft |
| 1997-01-31 | NFSCLIENT -> NFS | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-25 | Avoid problems with ptrdiff_t and size_t being different on different | christos |