| 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-13 | Use aprint_error() where appropriate. | thorpej |
| 2002-12-11 | Add /* MEMORY_DISK_SERVER */ comments to the #endifs to match the #ifdefs. | atatat |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-21 | Rename bufq_init() to bufq_alloc(). | hannken |
| 2002-07-20 | Convert to new device buffer queue interface. | hannken |
| 2002-01-13 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-02-08 | Fix md_root.c path in comment. | tsutsui |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-21 | - use the raw partition for ioctl; `control device' is gone. | tsutsui |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-07 | defopt MEMORY_DISK_{HOOKS,SERVER,IS_ROOT}. | jonathan |
| 1998-09-01 | Make this file compile again by removing no longer used `struct | enami |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1997-08-01 | Use DISKUNIT macro to encode md's unit in the minor number. | leo |
| 1997-05-23 | Comment reference to ramdisk.h -> md.h | jeremy |
| 1997-01-11 | It's not safe to sleep in mdattach(), so don't pass WAITOK to malloc(). | thorpej |
| 1996-12-28 | Rename this driver `md'. | pk |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-04-12 | Add some prototypes. | leo |
| 1996-03-22 | The ramdisk is now a pseudo-device. | gwr |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-07 | Allow for a machine dependent match function - rd_match_hook() | leo |
| 1996-01-07 | New generic disk framework. Highlights: | thorpej |
| 1995-11-17 | get size of softc right | gwr |
| 1995-10-26 | Fix a comment | gwr |
| 1995-10-08 | Machine-independent RAM-disk driver. | gwr |