| Commit message (Expand) | Author | Age | Files | Lines |
* | Partially revert previous mallocarray conversions that contain |  dhill | 2017-04-11 | 1 | -2/+2 |
* | Convert some malloc(9) to mallocarray(9) |  dhill | 2017-04-09 | 1 | -2/+2 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -3/+3 |
* | Kill async code commented out for more than 10 years. |  mpi | 2016-03-27 | 1 | -306/+1 |
* | Die, damned distracting red space. |  krw | 2015-05-02 | 1 | -46/+46 |
* | unbreak aac(4) by re-adding uvm_extern.h for ptoa() |  jasper | 2014-07-31 | 1 | -1/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | a polled command timing out isnt a software resource shortage, its |  dlg | 2014-01-17 | 1 | -2/+2 |
* | remove a XS_NO_CCB case by moving aac to iopools. |  dlg | 2014-01-17 | 1 | -41/+33 |
* | replace aacminphys with scsi_minphys. both are just wrappers around |  dlg | 2014-01-17 | 1 | -15/+6 |
* | aacvar advertises a public api which is only used inside aac.c. make it |  dlg | 2014-01-17 | 1 | -1/+8 |
* | simplify kthread_create(). no more stdarg |  deraadt | 2013-11-18 | 1 | -2/+2 |
* | ENOMEM is probably more appropriate than 0 in this error case. |  mlarkin | 2013-11-13 | 1 | -2/+2 |
* | Use of uninitialized variable. There are obvious locking problems also |  mlarkin | 2013-11-13 | 1 | -2/+2 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -6/+1 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -2/+2 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -2/+2 |
* | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() |  krw | 2011-04-04 | 1 | -30/+5 |
* | Force openings to 1 for devices that can't do tagged i/o, i.e. more |  krw | 2010-10-12 | 1 | -1/+2 |
* | Stefan Rinkes pointed that the disabled aac(4) driver does not compile |  krw | 2010-09-21 | 1 | -4/+5 |
* | Use SSD_ERRCODE_CURRENT instead of magic 0x70. |  krw | 2010-09-20 | 1 | -2/+2 |
* | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -5/+5 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -6/+1 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -4/+2 |
* | more BUS_DMA_ZERO love. |  oga | 2010-05-18 | 1 | -5/+3 |
* | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used |  oga | 2010-04-10 | 1 | -15/+1 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -15/+10 |
* | Zap all setting of ITSDONE in drivers that don't look at it. Nobody |  krw | 2010-01-09 | 1 | -11/+1 |
* | Bring last drivers fully into the NO_CCB world by replacing |  krw | 2009-11-22 | 1 | -2/+2 |
* | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ |  miod | 2009-09-04 | 1 | -1/+13 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -2/+2 |
* | Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out. |  krw | 2008-11-24 | 1 | -2/+2 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -5/+3 |
* | ctob is gone, use ptoa |  martin | 2007-09-02 | 1 | -2/+2 |
* | missing include and also use time_uptime as art suggested; compiles now |  mickey | 2007-03-20 | 1 | -8/+9 |
* | - struct scsibus_attach_args; |  mpf | 2006-12-18 | 1 | -2/+2 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -2/+6 |
* | properly report errors thru scsi layer and not bio that will be overwritten later by scsi no no error; tested by mesel and nate@ |  mickey | 2006-07-21 | 1 | -20/+5 |
* | remove function prototypes for a few functions removed in rev 1.25. |  brad | 2006-04-28 | 1 | -5/+1 |
* | Add support for the Adaptec RAID-On-Chip architecture. This in turn |  brad | 2006-04-22 | 1 | -1/+80 |
* | Fix various printf() issues: too many arguments, not enough arguments, argument |  miod | 2006-04-20 | 1 | -2/+2 |
* | typos from alexey dobriyan; |  jmc | 2006-02-06 | 1 | -12/+12 |
* | Don't retry unsupported SCSI commands, causing large delays during |  krw | 2005-12-13 | 1 | -9/+5 |
* | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is |  krw | 2005-12-03 | 1 | -3/+1 |
* | Major improvements to the aac(4) device driver. |  nate | 2005-11-18 | 1 | -1247/+2399 |
* | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd |  krw | 2005-09-15 | 1 | -44/+3 |
* | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. |  krw | 2005-08-24 | 1 | -1/+6 |
* | Parameter being passed __func__ must be const char *. Allows aac to |  krw | 2005-08-21 | 1 | -3/+3 |
* | Fix data_length values in simulationed MODE SENSE page 4 responses so |  krw | 2005-07-03 | 1 | -3/+4 |