Age | Commit message (Expand) | Author |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-09-02 | ctob is gone, use ptoa | Martin Reindl |
2007-03-20 | missing include and also use time_uptime as art suggested; compiles now | Michael Shalayeff |
2006-12-18 | - struct scsibus_attach_args; | Marco Pfatschbacher |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-07-21 | properly report errors thru scsi layer and not bio that will be overwritten l... | Michael Shalayeff |
2006-04-28 | remove function prototypes for a few functions removed in rev 1.25. | Brad Smith |
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-18 | Major improvements to the aac(4) device driver. | Nathan Binkert |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth R Westerback |
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback |
2005-08-21 | Parameter being passed __func__ must be const char *. Allows aac to | Kenneth R Westerback |
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback |
2005-05-26 | remove unused vtophys stuff | Martin Reindl |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell |
2004-01-10 | oops, revert change. | Brad Smith |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-09-02 | - drop number of openings by 4 to avoid "not queued" errors. | Federico G. Schwindt |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-03-27 | From FreeBSD: check for FIFO becoming unfull correctly, in the case of consum... | Niklas Hallqvist |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-05 | doh, thanks mickey! | Niklas Hallqvist |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist |
2001-06-27 | Pastos from the inception | Niklas Hallqvist |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2000-12-13 | better new timeouts | Michael Shalayeff |
2000-12-13 | new timwouts; art@ ok | Michael Shalayeff |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist |