Age | Commit message (Expand) | Author |
2008-05-27 | nuke unused lba2msf and msf2lba functions. krw@ ok. | Federico G. Schwindt |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-25 | ANSI-fication, minor KNF. No code change. My plane had power outlets | Kenneth R Westerback |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-26 | Use the standard DISKPART/DISKUNIT/etc. defines rather than identical | Kenneth R Westerback |
2007-04-12 | Add cd_kill_buffers() as a separate function, like sd_kill_buffers() | Kenneth R Westerback |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | Always use idiom 'struct cd_softc *cd = (struct cd_softc *)self'. Spotted | Kenneth R Westerback |
2007-02-03 | Make comment match code. ok pedro | Alexander Bluhm |
2006-12-23 | Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi | Kenneth R Westerback |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-27 | more magic removal | Bob Beck |
2006-11-27 | get rid of the rest of the asc/ascq magic codes in scsi | Bob Beck |
2006-10-08 | Something more closely resembling english in this comment. | Bob Beck |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2006-07-19 | Add cd_powerhook(). Use it to lock CD drives having open partitions | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat |
2006-01-17 | Need to device_unreg() the implicit device_ref() done by cdlookup() in | Miod Vallat |
2006-01-12 | Don't populate the fabricated disklabel's partition info from track | Kenneth R Westerback |
2005-12-25 | Cleanup/fix cdgetdisklabel() by | Kenneth R Westerback |
2005-12-23 | Make cd_load_toc() take an address mode parameter, clean up a bit. | Kenneth R Westerback |
2005-12-22 | Move a struct cd_toc (800 bytes) from the stack to malloc'ed memory. | Kenneth R Westerback |
2005-12-22 | Initialize data_track before a 'goto done;' could lead to it being | Kenneth R Westerback |
2005-10-15 | Eliminate unnecessary bzero() by only writing valid information. | Kenneth R Westerback |
2005-10-14 | Eliminate uneeded variable 'i' and use under utilized 'data_track' | Kenneth R Westerback |
2005-10-11 | use [bl]etohXX instead of ntoh[sl], makes the code more consistent and | Hans-Joerg Hoexer |
2005-10-11 | Change some byte shifting to _4btol() and swap32() calls. | Kenneth R Westerback |
2005-10-10 | Some KNF. malloc/free instead of MALLOC/FREE since it's a variable | Kenneth R Westerback |
2005-09-29 | Clear SDEV_MEDIA_LOADED for cd media on the last close of a device, as | Kenneth R Westerback |
2005-09-26 | Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents. | Kenneth R Westerback |
2005-09-21 | Improve readability by using a variable instead of repeated | Kenneth R Westerback |
2005-09-21 | Missing parenthesis. Same problem was addressed in sd.c r1.90. Could | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-08-23 | Move uses of struct scsi_mode_sense_buf (255 bytes each) from the | Kenneth R Westerback |
2005-08-03 | Move a couple of 2048+4 byte structures from the stack to the heap. | Kenneth R Westerback |