| Commit message (Expand) | Author | Age | Files | Lines |
* | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 2 | -3/+17 |
* | Initialize var since it's used in a condition a little bit afterwards. |  mestre | 2021-02-11 | 1 | -2/+2 |
* | Report full IP address information to the host. Contrary to what I wrote |  jmatthew | 2021-01-15 | 1 | -9/+300 |
* | Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the buffer |  jmatthew | 2021-01-13 | 1 | -2/+2 |
* | put M_ZERO in the right place |  jmatthew | 2021-01-13 | 1 | -2/+2 |
* | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. |  jan | 2020-12-12 | 3 | -5/+5 |
* | hvn(4): msleep(9) -> msleep_nsec(9) |  cheloha | 2020-12-04 | 1 | -2/+2 |
* | hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions |  cheloha | 2020-12-04 | 2 | -12/+24 |
* | Ensure resid is correctly set in the INQUIRY case. |  krw | 2020-10-15 | 1 | -0/+1 |
* | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call |  krw | 2020-10-15 | 2 | -4/+5 |
* | Nuke commented out variable declaration. |  krw | 2020-10-15 | 1 | -2/+1 |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 4 | -23/+23 |
* | Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it |  krw | 2020-09-05 | 1 | -2/+3 |
* | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 2 | -4/+4 |
* | Replace TAILQ concatenation loop with TAILQ_CONCAT |  bket | 2020-09-04 | 1 | -5/+2 |
* | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 3 | -5/+5 |
* | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
* | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
* | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 2 | -16/+16 |
* | avoid a invalid pointer deref in hvn_stop() |  jsg | 2020-08-30 | 1 | -1/+1 |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -2/+1 |
* | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 4 | -7/+3 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 4 | -21/+23 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 4 | -22/+23 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 4 | -19/+19 |
* | Garbage collect unused vioscsi_softc member "sc_scsibus". |  krw | 2020-07-11 | 1 | -3/+2 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 3 | -6/+7 |
* | Shuffle a bit of code to stop using sc->sc_link to hold values for |  krw | 2020-07-10 | 2 | -9/+11 |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 3 | -6/+6 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -3/+3 |
* | avoid a NULL deref in xen_intr_barrier() |  jsg | 2020-06-29 | 1 | -7/+3 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -2/+2 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 4 | -7/+3 |
* | Replace TAILQ concatenation loop with TAILQ_CONCAT |  bket | 2020-06-27 | 1 | -7/+2 |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 2 | -4/+4 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 2 | -3/+3 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to |  krw | 2020-06-24 | 2 | -4/+4 |
* | Nuke some pointless *_dev_probe() and *_dev_free() functions and |  krw | 2020-06-24 | 1 | -14/+5 |
* | use ifiq_input and use it's return value to apply backpressure to rxrs. |  dlg | 2020-06-22 | 1 | -2/+4 |
* | Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and |  krw | 2020-06-21 | 1 | -21/+5 |
* | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 7 | -16/+5 |
* | Force a guest info update when we get a Capabilities_Register command. |  jmatthew | 2020-02-16 | 1 | -3/+11 |
* | IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined |  krw | 2020-02-14 | 2 | -12/+10 |
* | Resolve a few issues with interrupt handling |  mikeb | 2020-02-13 | 1 | -2/+4 |
* | Bring a few stragglers into line with the idiom used by the other 40+ |  krw | 2020-02-12 | 3 | -20/+16 |
* | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 4 | -7/+7 |
* | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 3 | -5/+5 |
* | cleanup unused headers generated by config |  jsg | 2020-01-24 | 2 | -5/+3 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -3/+2 |
* | xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@ |  cheloha | 2020-01-22 | 1 | -2/+2 |