| Age | Commit message (Expand) | Author |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-09-28 | Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL | skrll |
| 2013-09-12 | Remove unused variables | martin |
| 2013-07-02 | Small patch to clarify last_lba and now using size confusingly. No functional | reinoud |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-03-15 | Prompted by PR kern/47646, zero the value buffer before running the | martin |
| 2012-05-06 | When ejecting a medium, invalidate the in core disklabel - it is not | martin |
| 2012-05-06 | In cdopen: make the test for media presence always silent. In all cases | martin |
| 2012-04-19 | Expand struct scsipi_bustype {} in a ABI-backward-compatible way to | bouyer |
| 2012-02-25 | Fix typos in comments. | shattered |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-25 | Replace memset with incorrect size argument with M_ZERO. | joerg |
| 2011-05-20 | Fix size reporting for DVD+R/DL and BluRay's; the value was trunced due to a | reinoud |
| 2010-04-04 | cd_size: if we fake a size (and I realy have no idea why this would be a | martin |
| 2010-03-23 | If we find a device in non-2048 byte/block mode and manage to switch | martin |
| 2010-03-23 | Make cdclose() silent, if we only have the raw partition open (e.g. when | martin |
| 2010-03-22 | Add a DIOCTUR (test unit ready) ioctl, to allow userland to easily | martin |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-01-06 | Some usb devices come with an internal emulated umass CD drive (containing | martin |
| 2009-12-06 | Delete do-nothing device-activation hooks. | dyoung |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-07-26 | Significantly bump time for SCSI track/disc closure. DVD-RW when used | reinoud |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-04-07 | Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown. | dyoung |
| 2009-04-01 | Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom and | reinoud |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-17 | Fix long standing problem with CD/DVD writing with `dd'. If done this way the | reinoud |
| 2009-03-14 | 'boot -z' bogons | ad |
| 2009-01-21 | buildfix: re-adapt to major()/minor() returning a 32bit value. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | make this compile | cegger |
| 2008-12-30 | Add ISO partition detection enabling auto-detection of iso9660 and UDF | reinoud |
| 2008-09-05 | Remove unreachable code introduced by rev 1.224. Fixes PR#38973. | gmcgarry |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-05-12 | add support for drvctl properties | jnemeth |
| 2008-05-12 | Fix SSP kernel builds. | tron |
| 2008-05-08 | Implement write support for the MMC framework. This consists of a setting | reinoud |
| 2008-05-06 | getiobuf(false, NULL) -> getiobuf(NULL, false) | yamt |
| 2008-05-02 | Extend the MMC framework to also create sensible reports on audio discs. | reinoud |
| 2008-05-02 | Fixup CD and DVD drives that appear to be on crack when reporting features. | reinoud |
| 2008-05-02 | Make the SCSI sense code "Logical Unit Not Ready, Operation In Progress" | reinoud |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-24 | Split device_t for cd(4). | cube |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-27 | Pullup fixes from UDF write development project. This patch fixes a | reinoud |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-08-04 | Be sure not to make requests over MAXPHYS when employing bounce buffers. | rumble |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |