| Age | Commit message (Expand) | Author |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-17 | Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-26 | In the absensce of a netbsd disklabel: | dsl |
| 2003-04-11 | Add a VNDIOF_FORCE flag which forces unconfiguration if the emulated | drochner |
| 2003-03-27 | read-only configuration support. | yamt |
| 2003-03-01 | Don't require root privilege explicitly to issue ioctl. It should be | enami |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-01-25 | Fix further printf format warnings for DEBUG, in the wake of daddr_t | kleink |
| 2002-11-16 | vnd.c | mrg |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-12 | No longer need to calculate geomsize if we use fictitious geometry. | enami |
| 2002-08-02 | Do not truncate the size of the vnd, as that will cause lossage with | oster |
| 2002-07-26 | Don't sprinkle cleanup code here and there (necessary cleanup was missed). | enami |
| 2002-07-21 | Rename bufq_init() to bufq_alloc(). | hannken |
| 2002-07-20 | Convert to new device buffer queue interface. | hannken |
| 2002-06-21 | Provide a means for vnconfig to indicate which devices are in use, and | atatat |
| 2002-05-02 | Ensure that b_bufsize is set to a range covering the buffer in vndstrategy(). | briggs |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 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 |