| Age | Commit message (Expand) | Author |
| 2010-01-21 | Take care not to dereference a NULL softc. | dyoung |
| 2009-10-22 | Drop 3rd and 4th clauses. OK gwr@ leo@ (copyright holders). | snj |
| 2009-07-28 | Make mdopen() and mdclose() maintain the openmask. md_detach() | dyoung |
| 2009-05-19 | Add a detachment hook. Detach md(4) at shutdown. | dyoung |
| 2009-05-04 | TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the | manu |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-06-16 | more cleanup: the sc_dev backpointer is unused, remove it | drochner |
| 2008-06-13 | register NULL pmf handlers. md(4) is supposed to not loose / change when resu... | cegger |
| 2008-06-13 | device_t/softc split | cegger |
| 2008-06-11 | Replace the weird method to create instances by config_attach_pseudo() | drochner |
| 2008-04-09 | use aprint_*_dev and device_xname | cegger |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-15 | Default MEMORY_DISK_SERVER to 1 instead of using 'undefined' to mean 1. | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | add missing initializer | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-08-30 | Use ANSI function decls, sprinkle static. | thorpej |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 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 |