summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-232-3/+17
* Initialize var since it's used in a condition a little bit afterwards.mestre2021-02-111-2/+2
* Report full IP address information to the host. Contrary to what I wrotejmatthew2021-01-151-9/+300
* Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferjmatthew2021-01-131-2/+2
* put M_ZERO in the right placejmatthew2021-01-131-2/+2
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-123-5/+5
* hvn(4): msleep(9) -> msleep_nsec(9)cheloha2020-12-041-2/+2
* hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2020-12-042-12/+24
* Ensure resid is correctly set in the INQUIRY case.krw2020-10-151-0/+1
* Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw2020-10-152-4/+5
* Nuke commented out variable declaration.krw2020-10-151-2/+1
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-224-23/+23
* Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itkrw2020-09-051-2/+3
* Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2020-09-052-4/+4
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-09-041-5/+2
* Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw2020-09-033-5/+5
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-012-16/+16
* avoid a invalid pointer deref in hvn_stop()jsg2020-08-301-1/+1
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-2/+1
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-224-7/+3
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-204-21/+23
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-194-22/+23
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-164-19/+19
* Garbage collect unused vioscsi_softc member "sc_scsibus".krw2020-07-111-3/+2
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-113-6/+7
* Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2020-07-102-9/+11
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-103-6/+6
* Add support for timeconting in userland.pirofti2020-07-062-3/+3
* avoid a NULL deref in xen_intr_barrier()jsg2020-06-291-7/+3
* Nuke trailing whitespace.krw2020-06-271-2/+2
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-274-7/+3
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-06-271-7/+2
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-242-4/+4
* Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2020-06-242-3/+3
* Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw2020-06-242-4/+4
* Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw2020-06-241-14/+5
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-2/+4
* Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw2020-06-211-21/+5
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-297-16/+5
* Force a guest info update when we get a Capabilities_Register command.jmatthew2020-02-161-3/+11
* IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw2020-02-142-12/+10
* Resolve a few issues with interrupt handlingmikeb2020-02-131-2/+4
* Bring a few stragglers into line with the idiom used by the other 40+krw2020-02-123-20/+16
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-054-7/+7
* Shuffle some names around to make reading the code less headachekrw2020-01-263-5/+5
* cleanup unused headers generated by configjsg2020-01-242-5/+3
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-3/+2
* xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha2020-01-221-2/+2