Age | Commit message (Expand) | Author |
2006-05-13 | And the fallout from Manuel Pata's USB reader rumbles on ... | Kenneth R Westerback |
2006-05-13 | When SCSIDEBUG'ing, display the return value of scsi_interpret_sense() | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-05-09 | make sensor names look more normal; ok dlg | Theo de Raadt |
2006-05-07 | If a device says a MODE SENSE command worked fine, do *not* try a MODE | Kenneth R Westerback |
2006-05-07 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-05 | Remove NetBSDism NRND. Pointed out by Mickey. | Kenneth R Westerback |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-18 | Don't index before the start of the sc_link array if scsi_probe_bus() | Kenneth R Westerback |
2006-01-17 | Use strchr() from libkern instead of rolling our own. | 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 |
2006-01-11 | dont print anything if we're unable to read the status page | David Gwynne |
2006-01-08 | i cant spell my own name. | David Gwynne |
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-12-17 | Kill unreachable code. Found by lint. | Kenneth R Westerback |
2005-12-15 | A sanity check for an unsigned variable being < 0 after a subtraction | Kenneth R Westerback |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-12-08 | Don't panic for pathological i/o sizes unless minphys() really is | Kenneth R Westerback |
2005-12-02 | Remove one tab that cause a line to overflow. No functional change. | Marco Peereboom |
2005-12-02 | Missing 'break;'. Spotted by lint. | Kenneth R Westerback |
2005-11-28 | fix month-old breakage found by genududes (after henning's breakage) | Michael Shalayeff |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-17 | Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@ | Miod Vallat |
2005-11-17 | Use sectors as the size units for the RAW_PART (i.e. 'c') partition in | Kenneth R Westerback |
2005-11-13 | Allow removable disks to be spun up if they ask for initialization | Kenneth R Westerback |
2005-11-13 | ATAPI Tape drives need 6 byte MODE SENSE commands according to at | Kenneth R Westerback |
2005-11-13 | Use SCSI_DELAY only once. Document it. Default to no delay. | Kenneth R Westerback |
2005-11-13 | Use scsi_delay() instead of delay() when waiting for scsi disk to | Kenneth R Westerback |
2005-11-13 | lock accesses to the buffer so that it wont get confused between the | David Gwynne |
2005-11-13 | lock updates to the buffer with the enclosure status in it so that one | David Gwynne |
2005-11-13 | if the particular ses device has no slots or sensors to handle, then free | David Gwynne |
2005-11-12 | there are two things that safte does: update sensors and blink lights. if | 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-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 |
2005-11-10 | cut safte over to using the generic sensors kthread. | David Gwynne |
2005-11-07 | Death to superfluous verbiage. Suppress errors when getting the parameters | Kenneth R Westerback |
2005-11-02 | Abstract delay code out and call it directly from XX_interpret_sense. | Kenneth R Westerback |