Age | Commit message (Expand) | Author |
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 |
2005-06-11 | Elminate a few unnecessary casts by using union field names, bit of KNF. | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-05-27 | Don't bother issuing a MODE SELECT in cd_set_pa_immed() if we aren't | Kenneth R Westerback |
2005-05-27 | Convert cd code to new mode sense framework. Merge cd_scsi and | Kenneth R Westerback |
2005-05-01 | Allow RAW_PART+S_IFCHR device opens to succeed even if media not | Kenneth R Westerback |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback |
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2003-05-17 | READ_CD_CAPCITY -> READ_CD_CAPACITY in comment. | Kenneth R Westerback |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-01-17 | The end of the track is one frame before the first frame of the next track | Jason Wright |
2003-01-05 | spelling | Theo de Raadt |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code less... | Artur Grabowski |
2002-06-08 | splbio around biodone | Artur Grabowski |
2002-05-23 | Signed/unsigned int bug caused lp->d_npartitions to be set to zero. | Constantine Sapuntzakis |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-01 | cdstrategy(): check that media is loaded before doing anything with the | Hans Insulander |
2001-10-25 | Allow an empty cd to be opened (raw device/whole disk) primarily to | Dale Rahn |