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
/
pci
/
vmwpvs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
krw
1
-2
/
+2
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
krw
1
-6
/
+2
2016-08-26
correct INTR_MSG_MASK to include INTR_MSG_1
jsg
1
-2
/
+2
2015-09-10
sizes for free(); ok sthen
deraadt
1
-4
/
+4
2015-03-14
Remove some includes include-what-you-use claims don't
jsg
1
-2
/
+1
2015-01-27
remove the second void * argument on tasks.
dlg
1
-4
/
+4
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
1
-2
/
+3
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
tedu
1
-4
/
+4
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
dlg
1
-2
/
+2
2013-10-29
implementing handling of the msg ring if its available. this lets us get
dlg
1
-9
/
+156
2013-10-23
define some bits relating to the msg ring
dlg
1
-2
/
+23
2013-10-14
set openings to 64 like the linux driver sort of does. if a vendor says
dlg
1
-2
/
+3
2013-10-08
all the chips rings are protected by a single mutex, which is used in both
dlg
1
-36
/
+57
2013-10-08
set xs->resid to 0 on successful command completion. makes things work.
dlg
1
-4
/
+2
2013-10-08
ring producers and consumers are 32bit counters, while the ring
dlg
1
-2
/
+2
2013-10-08
vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.
dlg
1
-0
/
+980