| Age | Commit message (Expand) | Author |
| 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 |
| 1996-07-10 | print difference between pointers with %ld, so that -Wformat works | cgd |
| 1996-03-30 | Remove dependencies to dev_conf.h and the file itself. | christos |
| 1996-03-16 | fix printf() formats | christos |
| 1996-02-10 | vnd.c: Typo (disk_deta{t,}ch) It was detach in the header file and | christos |
| 1996-01-07 | New generic disk framework. Highlights: | thorpej |
| 1995-11-06 | Bring in several changes from the ccd: | thorpej |
| 1995-10-05 | Lock the underlying vnode around VOP_BMAP() and VOP_READ(). From John Kohl. | mycroft |
| 1995-07-04 | Make each disk and tape driver define its own read and write functions. | mycroft |
| 1995-06-26 | make dump stubs consistent | cgd |
| 1995-02-27 | use a buf-within-struct to avoid overloading b_pfcent. | cgd |
| 1995-01-25 | vn -> vnd renaming, for consistency | cgd |
| 1994-12-24 | various cleanups for -Wall, suggested by James Jegers. | cgd |
| 1994-12-14 | Remove extra arg to d_open and vn_open(). | mycroft |
| 1994-11-14 | added extra argument to vn_open | christos |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |