Age | Commit message (Expand) | Author |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-12 | Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format. | Kenneth R Westerback |
2020-09-12 | No need to check inq for NULL when it always points at the inqdata inside a | Kenneth R Westerback |
2020-09-12 | No need to ask for extra INQUIRY data, all available data is already cached in | Kenneth R Westerback |
2020-06-30 | Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always | Kenneth R Westerback |
2019-12-07 | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | 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-09-27 | Add/tweak #endif comments to make spelunking via grep more rewarding. | Kenneth R Westerback |
2019-09-19 | Introduce and use convenience SID_REPOONSE_FORMAT() define. | Kenneth R Westerback |
2019-09-01 | Adopt the SCSI versioning #define's from FreeBSD. Eliminate the | Kenneth R Westerback |
2019-08-28 | Recast "SCSISPC() != 2" into "!SCSI2() || SCSI3()", i.e. "!= 2" into | Kenneth R Westerback |
2019-08-24 | KNF tweak. | Kenneth R Westerback |
2015-08-23 | add some sizes to free. looked over by deraadt | Ted Unangst |
2015-06-07 | More damned eye searing whitespace. | Kenneth R Westerback |
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-15 | factor the common bits out of code that builds scsi inquiry commands into | David Gwynne |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson |
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 | style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In safte_match(), return 0 on SCSI errors, not an errno value. Fixes | Matthew Dempsky |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2009-01-20 | Prevent unaligned access. | Mark Kettenis |
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-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-01 | backout r1.33: temperature sensor description was removed on purpose, | Constantine A. Murenin |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-21 | Add missing sensor description for temperature. | Deanna Phillips |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-10-01 | Free sensors on detach. | Alexander Yurchenko |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback |
2006-05-21 | replace lockmgr with rwlock. | David Gwynne |
2006-05-09 | make sensor names look more normal; ok dlg | Theo de Raadt |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-11 | dont print anything if we're unable to read the status page | David Gwynne |
2005-12-02 | Missing 'break;'. Spotted by lint. | Kenneth R Westerback |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-13 | lock updates to the buffer with the enclosure status in it so that one | David Gwynne |
2005-11-12 | there are two things that safte does: update sensors and blink lights. if | David Gwynne |
2005-11-11 | include sys/device.h. builds on sparc. dlg@ ok. | Federico G. Schwindt |
2005-11-10 | remove half the includes since they seem to be unnecessary. | David Gwynne |
2005-11-10 | i am a stupid head. unbreak kernels that done have the bio(4) device. | David Gwynne |