index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
/
vioscsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
krw
2020-09-22
1
-2
/
+2
*
Nuke unused struct scsi_link members of adapter softc's where the
krw
2020-07-22
1
-2
/
+1
*
Move remaining scsi bus initialization info from "prototype scsi link"
krw
2020-07-20
1
-5
/
+5
*
Move the adapter related items (luns, adapter, adapter_target,
krw
2020-07-19
1
-5
/
+6
*
Access adapter softc via link->bus->sb_adapter_softc.
krw
2020-07-16
1
-2
/
+2
*
Garbage collect unused vioscsi_softc member "sc_scsibus".
krw
2020-07-11
1
-3
/
+2
*
Shuffle a bit of code to stop using sc->sc_link to hold values for
krw
2020-07-10
1
-5
/
+5
*
Nuke trailing whitespace.
krw
2020-06-27
1
-2
/
+2
*
No need to bzero()/memset() 'struct scsibus_attach_args' variables
krw
2020-06-27
1
-2
/
+1
*
Use SDEV_NO_ADAPTER_TARGET instead of the value that is being
krw
2020-06-24
1
-2
/
+2
*
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
krw
2020-02-14
1
-6
/
+5
*
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
krw
2020-02-05
1
-2
/
+2
*
Use a consistant idiom/format when declaring scsi_adapter structures
krw
2020-01-23
1
-3
/
+2
*
Rework virtio_negotiate_features()
sf
2019-05-26
1
-2
/
+2
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
More minor virtio tweaks
sf
2017-05-30
1
-1
/
+2
*
Statically allocate resource to requests, and only create requests
krw
2017-05-30
1
-65
/
+89
*
Move error path to end of function where god intended it
krw
2017-05-27
1
-7
/
+9
*
Move vioblk and vioscsi more fully into the world of iopool and
krw
2017-05-26
1
-11
/
+26
*
vioscsi: Fix allocation of segments
sf
2017-05-15
1
-8
/
+20
*
Align vioscsi's bus_dma* dancing with vioblk. Eliminates
krw
2017-05-14
1
-37
/
+35
*
vioscsi: Negotiate features during attach
sf
2017-03-16
1
-1
/
+2
*
vioscsi: return XS_NO_CCB if out of space
sf
2017-03-16
1
-3
/
+7
*
vioscsi: Don't call virtio_dequeue_commit on not-queued slots
sf
2017-03-16
1
-4
/
+25
*
Switch include of virtio header from dev/pci/ to dev/pv/
reyk
2017-01-21
1
-2
/
+2
*
Move vioscsi.c to sys/dev/pv/vioscsi.c
reyk
2017-01-21
1
-0
/
+437