| Age | Commit message (Expand) | Author |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-09-28 | Remove unnecessary initialisation of error | skrll |
| 2013-09-28 | Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL | skrll |
| 2013-09-26 | Reset variable error to 0 before handle each ioctl cmd. Or returns EPASSTHROUGH | kiyohara |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-12 | Remove unused variables | martin |
| 2013-08-09 | bump command timeout to 5 minutes. several | kardel |
| 2013-07-02 | Small patch to clarify last_lba and now using size confusingly. No functional | reinoud |
| 2013-06-13 | Convert the entropy pool framework from pseudo-callout-driven to | tls |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-04-16 | Clamp sectors per unit in the default disklabel to the maximum value, | jakllsch |
| 2013-04-07 | Add detach support. From martin@. | wiz |
| 2013-03-15 | Prompted by PR kern/47646, zero the value buffer before running the | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-08-21 | If the controller supports more than 256 commands per target, | bouyer |
| 2012-07-31 | Move a check for the drive type to the right place. This bug would cause | bouyer |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-24 | Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and | jakllsch |
| 2012-07-15 | Some namespace protection (and add greppablity). | dsl |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-24 | Take the kernel lock in atapibusdetach just like atapibuschilddet. | riastradh |
| 2012-05-13 | Fix locking issue triggered by drvctr -r of a scsibus(4). | jakllsch |
| 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-20 | Add a bustype_async_event_xfer_mode() callback to scsipi_bustype (which can | bouyer |
| 2012-04-19 | Expand struct scsipi_bustype {} in a ABI-backward-compatible way to | bouyer |
| 2012-04-18 | Fix KASSERT(): autoconf doesn't run under the KERNEL_LOCK | bouyer |
| 2012-04-06 | Add a quirk for the Apple iPod whose mode sense commands fails with not ready. | christos |
| 2012-04-06 | take the kernel lock during detach of atapibus as well. | chs |
| 2012-03-12 | take the kernel lock a few more places when doing detach, to avoid | mrg |
| 2012-03-11 | scsidevdetached ioctl path enters scsipi code without kernel lock | mrg |
| 2012-02-28 | one line comments on one line. | mbalmer |
| 2012-02-28 | Unbreak the build. | mbalmer |
| 2012-02-28 | Remove a pointless #if 0, compiler will eliminate the code anways. | mbalmer |
| 2012-02-28 | Convert to device_t, aka softc/device_t split, and clean up a bit the code. | mbalmer |
| 2012-02-28 | Convert st(4) to device_t, while here clean up the code and use uintXX_t | mbalmer |
| 2012-02-25 | Fix typos in comments. | shattered |
| 2012-02-25 | Replace magic value 0x7 with constant MT_ISAR. | shattered |
| 2012-02-20 | assert kernel lock is held in a few places in inside scsipi. | mrg |
| 2012-02-08 | Convert uk(4) to device_t. While here, clean up the code a bit. | mbalmer |
| 2012-02-03 | ansi prototypes | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-25 | Replace memset with incorrect size argument with M_ZERO. | joerg |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-30 | Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi | jmcneill |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |