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