| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-09-18 | Merge the geometry and cache handling code for all direct access and optical | mycroft |
| 2003-09-13 | Don't be silent if there is no media present. | mycroft |
| 2003-09-13 | Make sure the "raw partition" can always be opened again. | mycroft |
| 2003-09-09 | In the test for whether to start the unit, I used the wrong error code. | mycroft |
| 2003-09-08 | Oops. Fix a typo in cd_mode_select(). | mycroft |
| 2003-09-08 | Do a START UNIT only if the TEST UNIT READY reports that the device is not | mycroft |
| 2003-09-08 | Attempt to deal with Martin's weirdass Sun drive by setting the mode sense | mycroft |
| 2003-09-08 | Eliminate the separate ATAPI and SCSI attachments for "cd". | mycroft |
| 2003-09-08 | Nuke some printf()s. | mycroft |
| 2003-09-07 | Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever test | mycroft |
| 2003-07-18 | Add a cast to avoid an integer overflow. | wiz |
| 2003-07-10 | If a CD drive reports != 2048 byte block size, try to change it into | martin |
| 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-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 |
| 2003-04-03 | Check RAW_PART against the media size instead of the disklabel. | fvdl |
| 2003-03-20 | use PRId64 to printf bp->b_blkno, which is of type daddr_t | dbj |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2003-01-23 | Being able to make image backups of your whole disk, not to mention not | bad |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-13 | Use the correct byte positions to read data returned by DVD_LU_SEND_RPC_STATE. | toshii |
| 2002-12-15 | Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changes | jmcneill |
| 2002-12-15 | In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after the | jmcneill |
| 2002-12-15 | Don't waste too much kernel stack space on (infrequent) ioctl operations, | fvdl |
| 2002-11-09 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-18 | remove all vesitages of dk_establish(). | chs |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-30 | Remove the old device buffer queue interface. | hannken |
| 2002-07-22 | Convert to new device buffer queue interface. | hannken |
| 2002-05-27 | put multisession offset code into a separate function and initialize | drochner |
| 2002-05-05 | If periph->periph_callout is already active, don't freeze the periph again: | bouyer |
| 2001-12-09 | Support for dvd region code (RPC). | veego |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-22 | We can't have XS_CTL_DATA_OUT and XS_CTL_DATA_IN at the same time. | bouyer |
| 2001-09-02 | Use be16toh(), be32toh(), le16toh() and le32toh() rather than | tsutsui |
| 2001-08-20 | Don't special case the retry for Media Changed... More later. | ad |
| 2001-08-20 | Two changes submitted by Sergey Svishchev <svs@ropnet.ru>: | ad |
| 2001-08-15 | Add support for smaller sector sizes so we can mount ffs filesystems. | eeh |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-06-26 | Add a XS_CTL_SILENT_NODEV flag: if the sense info is "not ready, medium | bouyer |
| 2001-05-20 | PR/12991: Dave Huang: DVD ioctls don't work because we send the wrong size | christos |