How buggy this little piece of code could be? Repair strnvis() buffersize
[dragonfly.git] / sys / bus / cam /
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-23 Peter AvalosUpdate SCSI opcodes and ASCs.
2008-08-23 Peter AvalosFix whitespace.
2008-07-18 Matthew DillonFix multiple bugs in CAM related devices which go away...
2008-07-12 Peter AvalosAdd quirk for the Samsung YP-U3.
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-29 Matthew DillonFix an issue where CAM would attempt to illegally get...
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-23 Matthew DillonCalls to DIOCSYNCSLICEINFO were being made with the...
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-13 Sascha WildnerNuke unneded include.
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-23 Matthias SchmidtAdd quirk for an USB Flash Disk Media Player.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-13 Matthias Schmidto Correct quirks entry for a MP3 player
2007-12-24 Peter AvalosRemove unused CTS_SPI_FLAGS_TAG_ENB.
2007-12-23 Peter AvalosFixes for CAM_NEW_TRAN_CODE.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-21 Peter Avalosprintf -> kprintf
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-02 Peter AvalosSync quirk tables with FreeBSD.
2007-12-02 Peter AvalosXPT_GET_TRAN_SETTINGS can fail- so check for an error and
2007-12-02 Peter AvalosChange the qualifier to force async from cur_spi to...
2007-12-02 Peter AvalosAdd a tunable that allows one to turn off the automatic...
2007-12-02 Peter AvalosPut a bit of hysteresis into both BUSY SCSI status...
2007-12-02 Peter AvalosImplement 'camcontrol reportluns'. This allows users...
2007-12-02 Peter AvalosSpelling fix.
2007-12-02 Peter AvalosAdd PIM_SEQSCAN for HBA misc flags and code that unders...
2007-12-02 Peter AvalosHandle some of the inquiry flags that have come into
2007-12-02 Peter AvalosActually check to see if XPT_CALC_GEOMETRY had an error
2007-12-02 Peter AvalosGuard against divide-by-zero.
2007-12-02 Peter AvalosCAM_NEW_TRAN_CODE placeholders for SAS support.
2007-12-02 Peter AvalosMake sure ioctl doesn't get swallowed (fit in 8 bits).
2007-12-02 Peter AvalosIncorporate the O_NONBLOCK open semantics of Linux...
2007-12-02 Peter AvalosWhen deregistering a bus, attempt to flush out all...
2007-12-01 Peter AvalosThere should be no need to retry when the CCB status...
2007-12-01 Peter AvalosMake the exploring of all luns supported by an HBA...
2007-12-01 Peter AvalosFine-grained malloc statistics - replace some M_DEVBUF...
2007-11-29 Peter AvalosFixing a memory leak in xpt_release_device().
2007-11-29 Peter AvalosDo not initialize path variable with useless value...
2007-11-29 Peter AvalosMake sure we look at the correct sub op codes when
2007-11-29 Peter AvalosProtect against dividing by zero.
2007-11-29 Peter Avalosavoid use after free
2007-11-29 Peter Avalosavoid use after free
2007-11-29 Peter AvalosFix a problem with the cd(4) driver -- the CAMGETPASSTH...
2007-11-29 Peter AvalosFix a place where we were referencing a pointer after...
2007-11-29 Peter AvalosRestore queue depth settings across tag disable events...
2007-11-28 Peter AvalosTry to automatically scan and attach luns for modern...
2007-11-28 Peter AvalosAgain, use offsetof() instead of a constant to enhance...
2007-11-28 Peter AvalosUse offsetof() instead of a hard-coded constant for...
2007-11-28 Peter AvalosAdd necessary data structures and definitions for the...
2007-11-28 Peter AvalosRemove the camnet swi and CAM_PERIPH_NET. It has never...
2007-11-28 Peter AvalosFix typo in comment.
2007-11-28 Peter AvalosWhen printing out an unknown sense code we should print...
2007-11-28 Peter AvalosMake the module return EOPNOTSUPP for unknown events.
2007-11-28 Peter AvalosWhitespace to make comments more legible.
2007-11-28 Peter AvalosCompare the *number* of patterns to zero, not the point...
2007-11-28 Peter AvalosSpelling fix in comment.
2007-11-28 Peter AvalosSS_FATAL|ENXIO rather than SS_RDEF for illegal track...
2007-11-26 Peter AvalosDon't be so chatty when performing manual sense.
2007-11-26 Peter AvalosIn camperiphdone(), make sure we check for fatal errors...
2007-11-26 Peter Avalos(camperiphdone): When the cam_periph layer performs...
2007-11-26 Peter AvalosOnly set single initiator buffered mode if we've record...
2007-11-25 Peter AvalosMinor debug output changes.
2007-11-25 Peter AvalosRemove unused variables.
2007-11-25 Peter AvalosRemove unused variable.
2007-11-25 Peter AvalosUse symbolic constants instead of "4".
2007-11-25 Peter AvalosDon't use return(foo(...)); in a function returning...
2007-11-25 Peter AvalosRemove unused ioctl routine.
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Peter AvalosDon't use the devstat->busy_count for state decisions...
2007-11-25 Peter AvalosFix typo.
2007-11-25 Peter Avalospanic() shouldn't have a \n.
2007-11-25 Peter Avalospanic() shouldn't have a \n.
2007-11-25 Peter AvalosUse parens for arguments in macro.
2007-11-24 Peter AvalosBe consistent about "static" functions: if the function...
2007-11-24 Peter AvalosA SCSI_DELAY of zero is a legitimate value to have...
2007-11-24 Peter AvalosDon't call dkpart() just to print the result, it is...
2007-11-24 Peter AvalosMake SCSI_DELAY setable at boot time and runtime via the
2007-11-24 Peter AvalosAdd some \n's to kprintf()s.
2007-11-24 Peter AvalosIf we boot verbose, then print out 'interesting' CAM...
2007-11-24 Peter AvalosAdd REPORT LUNS basic infrastructure.
next