| Age | Commit message (Expand) | Author |
| 2020-01-26 | Fix __HAVE_OLD_DISKLABEL bits so they at least compile. | thorpej |
| 2019-03-27 | Add a disk ioctl DIOCRMWEDGES to remove all wedges of a given disk | martin |
| 2017-03-25 | Virtio block devices may have a "scsi" device_type instead of "block", | martin |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-09 | support DIOCMWEDGES ioctl | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2011-07-26 | convert to device_t, cfdata_t and CFATTACH_DECL_NEW. | mrg |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-17 | Correct the order of the arguments to disk_init(). | he |
| 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-21 | Replace some uses of lockmgr(). | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-09 | Now that OF_read and OF_write have different signatures, we need to | he |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-09-25 | Add support for wedges to the OpenFirmware disk driver. | thorpej |
| 2004-04-23 | use safer string manipulation function | itojun |
| 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 |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-18 | fix error checking in ofdisk_open(). | chs |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-08-26 | Make compile with -Wmissing-prototype -Wstrict-prototypes | matt |
| 2001-08-25 | Make this compile with -Wmissing-prototypes by adding appropriate | matt |
| 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-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 1998-03-21 | -Wall (one real bug, even!) | cgd |
| 1998-02-24 | Minor style change. | mycroft |
| 1998-02-24 | Several things: | mycroft |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-08 | Oops, fix a couple of typos. | thorpej |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-07-23 | Fix an oversight and a typo. | thorpej |
| 1997-06-24 | Three changes to ofdsize(): | thorpej |