index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
Age
Commit message (
Expand
)
Author
2017-01-22
define virtio in conf/files
Reyk Floeter
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
Switch include of virtio header from dev/pci/ to dev/pv/
Reyk Floeter
2017-01-21
Move vmmci.c to sys/dev/pv/vmmci.c
Reyk Floeter
2017-01-21
Move virtiovar.h to sys/dev/pv/virtiovar.h
Reyk Floeter
2017-01-21
Move virtioreg.h to sys/dev/pv/virtioreg.h
Reyk Floeter
2017-01-21
Move virtio.c to sys/dev/pv/virtio.c
Reyk Floeter
2017-01-21
Move vioscsireg.h to sys/dev/pv/vioscsireg.h
Reyk Floeter
2017-01-21
Move vioscsi.c to sys/dev/pv/vioscsi.c
Reyk Floeter
2017-01-21
Move viornd.c to sys/dev/pv/viornd.c
Reyk Floeter
2017-01-21
Move viomb.c to sys/dev/pv/viomb.c
Reyk Floeter
2017-01-21
Move viocon.c to sys/dev/pv/viocon.c
Reyk Floeter
2017-01-21
Move vioblkreg.h to sys/dev/pv/vioblkreg.h
Reyk Floeter
2017-01-21
Move vioblk.c to sys/dev/pv/vioblk.c
Reyk Floeter
2017-01-21
Move if_vio.c to sys/dev/pv/if_vio.c
Reyk Floeter
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-20
Merge two conditional expressions
Mike Belopuhov
2017-01-19
No need for conditionals around free(9)
Mike Belopuhov
2017-01-18
Don't forget to free bounce buffer data when destroying the ring
Mike Belopuhov
2017-01-18
Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!
Mike Belopuhov
2017-01-16
Make sure we're producing a 64-bit value when shifting left
Mike Belopuhov
2017-01-12
Execute XenStore watch callbacks on a dedicated task queue
Mike Belopuhov
2017-01-10
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
Reyk Floeter
2017-01-05
Checking whether mbuf list is empty is done by the if_input now
Mike Belopuhov
2017-01-05
Microsoft has allocated us a SubID that we can use to identify OpenBSD
Mike Belopuhov
2017-01-05
Don't let producer index become equal with the consumer when writing
Mike Belopuhov
2016-12-23
Implement disk detaching
Mike Belopuhov
2016-12-21
Remove the rwlock paranoia since we're under KERNEL_LOCK anyway
Mike Belopuhov
2016-12-19
Implement interface detaching
Mike Belopuhov
2016-12-19
Add experimental support for device hot-plugging
Mike Belopuhov
2016-12-16
When running on Azure, the initial timesync "sync" message is not correct,
Reyk Floeter
2016-12-15
fix build when DIAGNOSTIC is not defined
Jonathan Gray
2016-12-14
Various typos and minor cleanup
Mike Belopuhov
2016-12-13
Use new xs_{get,set}num functions instead of hand-rolled weirdness
Mike Belopuhov
2016-12-13
Bounce unaligned transfer data through a scratch buffer
Mike Belopuhov
2016-12-13
Poll until the ITSDONE flag is set on the transfer
Mike Belopuhov
2016-12-10
Bring back the sector count variable as it's used in the debug printf
Mike Belopuhov
2016-12-10
Don't fail if optional feature properties aren't found
Mike Belopuhov
2016-12-09
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-09
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-09
New XenStore public API function to read numeric values
Mike Belopuhov
2016-12-08
Silence scan-build; with prodding from jsg@
Mike Belopuhov
2016-12-07
Add required padding to the response descriptor
Mike Belopuhov
2016-12-07
Response status field is signed; adjust the debug message
Mike Belopuhov
2016-12-07
Fall back to the minimum amount of ring pages
Mike Belopuhov
2016-12-07
splbio isn't doing us any good here and prevents polling from working
Mike Belopuhov
2016-12-07
Add xbf(4)
Mike Belopuhov
2016-12-07
A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@
Mike Belopuhov
2016-12-07
Add a simple mechanism to poll for a change in the property value
Mike Belopuhov
2016-12-07
Factor out the polling loop into a separate function
Mike Belopuhov
[next]