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
/
hvs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure resid is correctly set in the INQUIRY case.
krw
2020-10-15
1
-0
/
+1
*
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
krw
2020-09-22
1
-3
/
+3
*
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 '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
krw
2020-09-03
1
-1
/
+1
*
Nuke unused struct scsi_link members of adapter softc's where the
krw
2020-07-22
1
-1
/
+0
*
Move remaining scsi bus initialization info from "prototype scsi link"
krw
2020-07-20
1
-4
/
+4
*
Move the adapter related items (luns, adapter, adapter_target,
krw
2020-07-19
1
-5
/
+5
*
Access adapter softc via link->bus->sb_adapter_softc.
krw
2020-07-16
1
-3
/
+3
*
Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
krw
2020-07-11
1
-0
/
+1
*
No need to bzero()/memset() 'struct scsibus_attach_args' variables
krw
2020-06-27
1
-1
/
+0
*
Use SDEV_NO_ADAPTER_TARGET instead of the value that is being
krw
2020-06-24
1
-1
/
+1
*
Bring a few stragglers into line with the idiom used by the other 40+
krw
2020-02-12
1
-5
/
+5
*
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
krw
2020-02-05
1
-1
/
+1
*
Shuffle some names around to make reading the code less headache
krw
2020-01-26
1
-1
/
+1
*
Adopt the SCSI versioning #define's from FreeBSD. Eliminate the
krw
2019-09-01
1
-3
/
+3
*
Don't use misleadingly named SCSISPC() which returns SCSI version not
krw
2019-08-30
1
-1
/
+1
*
Correct the upper bound for the command size before the passthrough
mikeb
2017-08-10
1
-1
/
+1
*
Buffer size for the SCSI vendor string should be 8 char long
mikeb
2017-08-10
1
-1
/
+1
*
Add a comment explaining why pciide(4) must skip attaching disks
mikeb
2017-07-13
1
-1
/
+7
*
Prefer paravirtualized interface for IDE disks as well
mikeb
2017-07-12
1
-1
/
+5
*
Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULL
jsg
2017-06-27
1
-1
/
+1
*
Minor cleanup; when polling delay before calling the interrupt handler
mikeb
2017-06-26
1
-7
/
+12
*
Request deferred interrupt processing
mikeb
2017-06-23
1
-0
/
+5
*
Don't confuse SCSI command status and transfer error code.
mikeb
2017-06-21
1
-23
/
+33
*
Include the request id in the I/O debug output
mikeb
2017-06-21
1
-4
/
+4
*
Provide storage for the response message in each CCB
mikeb
2017-06-15
1
-36
/
+26
*
Remove the structure definition for an old (pre Win8) I/O request type
mikeb
2017-06-15
1
-20
/
+13
*
Put back copying of the response message into the polling callback
mikeb
2017-06-15
1
-8
/
+14
*
Correct the number of targets vs number of LUNs
mikeb
2017-06-15
1
-11
/
+10
*
Borrow some of dlg's smarts to make this look like a real SCSI driver
mikeb
2017-06-14
1
-113
/
+155
*
Special handling for request 0 clashes with CCB 0
mikeb
2017-06-14
1
-24
/
+19
*
Increase the maximum amount of requests and do some cleanup
mikeb
2017-06-14
1
-103
/
+8
*
Hyper-V storage driver
mikeb
2017-06-14
1
-0
/
+988