| Age | Commit message (Expand) | Author |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-12 | delay() is used here, so need to include machine/param.h. | pooka |
| 2010-02-06 | scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.h | cegger |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 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-12-05 | Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt | pooka |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-12 | Remove superfluous activation hooks. | dyoung |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-08-15 | 1. Move the mode_select functionality into common code (in st.c) and | pgoyette |
| 2009-08-03 | Fix previous where the call of sd_set_properties was moved from | jnemeth |
| 2009-07-26 | Significantly bump time for SCSI track/disc closure. DVD-RW when used | reinoud |
| 2009-06-21 | Move call of sd_set_properties() to end of sd_get_parms(), rather than | jakllsch |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-20 | On second thought, let's call disk_predetach() disk_begindetach(). | dyoung |
| 2009-05-19 | Use disk_predetach(). | dyoung |
| 2009-05-19 | Delete wdactivate() and sdactivate(). They were no-ops, but as a | dyoung |
| 2009-05-17 | Reverse the sense of the DETACH_FORCE check so that we return EBUSY in | dyoung |
| 2009-05-16 | Do not detach a sd(4) instance if it is open, but return EBUSY, | dyoung |
| 2009-05-13 | sprinkle #ifdef _KERNEL to make scsictl compile. | christos |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-10 | Use a PMF shutdown hook instead of shutdownhook_establish(). This ought | dyoung |
| 2009-04-07 | Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown. | dyoung |
| 2009-04-07 | Destroy a scsipi_xfer's callout before putting it back into the pool. | 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 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 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 |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | make this compile | cegger |
| 2008-12-30 | Add ISO partition detection enabling auto-detection of iso9660 and UDF | reinoud |
| 2008-11-17 | If we return an error make sure we don't return a b_resid of 0; or this | bouyer |
| 2008-11-16 | cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so | bouyer |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-02 | Kill ATACH_TH_RUN and use cpu_intr_p() instead. | bouyer |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-09-05 | Remove unreachable code introduced by rev 1.224. Fixes PR#38973. | gmcgarry |
| 2008-09-02 | Reword some misleading code. | dholland |
| 2008-09-01 | fix typo in comment | dholland |