Age | Commit message (Expand) | Author |
2023-04-11 | fix double words in comments | Jonathan Gray |
2022-01-11 | spelling | Jonathan Gray |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-08-31 | add support for obtaining sense status and source slot of a media | Robert Nagy |
2021-03-12 | spelling | Jonathan Gray |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-08-11 | Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will do | Kenneth R Westerback |
2020-06-30 | Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always | Kenneth R Westerback |
2019-12-06 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | Kenneth R Westerback |
2019-12-05 | Shrink scsi_mode_do_sense() parameter list by eliminating the three | Kenneth R Westerback |
2019-12-01 | Don't overwrite original error returned by scsi_do_mode_sense(). | Kenneth R Westerback |
2019-11-29 | Add defines for changer mode page codes. Move AUDIO_PAGE define to | Kenneth R Westerback |
2019-11-28 | Always pass a pointer to 'big' to scsi_do_mode_sense(). | Kenneth R Westerback |
2019-11-23 | Consistently use ISSET() to check for set flags. | Kenneth R Westerback |
2019-11-23 | Consistently use !ISSET() to check for unset flags. | Kenneth R Westerback |
2019-11-23 | Consistently use SET() to set bits. | Kenneth R Westerback |
2019-11-22 | Be consistent and always use CLR() to clear flags. | Kenneth R Westerback |
2019-11-21 | Be consistent and always use [!]ISSET() to test flags in xs->flags. | Kenneth R Westerback |
2019-09-27 | Add/tweak #endif comments to make spelunking via grep more rewarding. | Kenneth R Westerback |
2019-01-20 | No leading space(s) before labels. | Kenneth R Westerback |
2016-03-12 | Standardize on calling local scsi_link variables 'link' instead of | Kenneth R Westerback |
2015-08-23 | add some sizes to free. looked over by deraadt | Ted Unangst |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | use mallocarray where arguments are multiplied; ok tedu | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2011-06-17 | Update ch(4) to use ISO C style function definitions to avoid | Matthew Dempsky |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-08-30 | Avoid possible aliasing-related compiler issues by always writing to | Matthew Dempsky |
2010-07-22 | Fix a few more scsi_scsi_cmd() removal regressions, caught by | Matthew Dempsky |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2009-01-10 | Get rid of eye-bleeding horror of casting pointers to u_long to add | Bob Beck |
2009-01-10 | Don't try to cast an lvalue which is forbidden and something pcc, lint, | Jonathan Gray |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
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 |
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 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
2006-06-15 | Quell dmesg spewage from ch(4) - this diff moves much of the | Bob Beck |
2006-05-31 | fix tree | Theo de Raadt |
2006-05-31 | Add support for primary and alternate volume tags to ch(4) - borrowed | Bob Beck |
2006-05-28 | Fix open(2) semantics for ch(4) to not be completely on fresh minty crack: | Bob Beck |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |