Age | Commit message (Expand) | Author |
2015-08-23 | add some sizes to free. looked over by deraadt | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
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-08-02 | Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has | Kenneth R Westerback |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | 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 |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-05-04 | lockmgr -> rwlock. | Kenneth R Westerback |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
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-07-16 | take a 1k array off the stack by using malloc to get it. found by miod. | David Gwynne |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-05-09 | make sensor names look more normal; ok dlg | Theo de Raadt |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
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-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-13 | lock accesses to the buffer so that it wont get confused between the | David Gwynne |
2005-11-13 | if the particular ses device has no slots or sensors to handle, then free | David Gwynne |
2005-11-12 | clean up unused includes | David Gwynne |
2005-11-12 | remove the ses kthread goop and use the sensor kthread for updates instead | David Gwynne |
2005-09-29 | fix the check for the type of enclosure | David Gwynne |
2005-08-23 | setting the FAULT flag on a device so the alarm led blinks may have | David Gwynne |
2005-08-23 | Test for cold and apply relevant flags for all scsi commands. | Marco Peereboom |
2005-08-22 | check for scsi_autoconf state, spotted by marco; ok krw | Theo de Raadt |
2005-08-18 | Silly dlg did not read my old code careful enough. Missed 2 bits that are | Marco Peereboom |
2005-08-18 | infrastructure to support blinking controlled via /dev/bio ioctls. the | David Gwynne |
2005-08-13 | let safte match on dell enclosures too. ses takes precedence though | David Gwynne |
2005-08-10 | use the appropriate flags to scsi_scsi_cmd during autoconf so we dont spin | David Gwynne |
2005-08-09 | normalise the fan speed output | David Gwynne |
2005-08-08 | Fill in device structure, bad dlg@ | Marco Peereboom |
2005-08-05 | report the fan speed as a percentage since it seems all the enclosures we | David Gwynne |
2005-08-05 | reorder the allocation of bits in attach to make cleaning up on an error | David Gwynne |
2005-08-04 | the generic scsi attach line already says we're an enclosure, so why did | David Gwynne |
2005-08-04 | be nicer to the controller the ses device is attached to by doing the scsi | David Gwynne |
2005-08-04 | Add support for dell enclosures that do both SES and SAF-TE. ok dlg@ | Marco Peereboom |
2005-08-03 | report the state of the power supplies. the value shows if the psu is on | David Gwynne |
2005-08-03 | take advantage of the new ability of the sensors framework to report the | David Gwynne |
2005-08-02 | read the rpm of the fans | David Gwynne |
2005-08-01 | a new scsi enclosure services driver. this and safte replace the old ses | David Gwynne |
2005-07-31 | remove the ses driver. it has never been enabled in GENERIC on any arch | David Gwynne |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |