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
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-31
include sys/sensors.h for sensor use
Jonathan Gray
2019-12-19
Add size for free() in vio(4).
Frederic Cambus
2019-12-13
pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unset
pd
2019-12-13
Always release interrupt source when unmasking the interrupt
Mike Belopuhov
2019-10-25
Remove some space before tab and other small indentation errors.
Claudio Jeker
2019-10-07
Attach Hyper-V guest services to VMBus 4.0
Mike Belopuhov
2019-09-01
Adopt the SCSI versioning #define's from FreeBSD. Eliminate the
Kenneth R Westerback
2019-08-30
Don't use misleadingly named SCSISPC() which returns SCSI version not
Kenneth R Westerback
2019-08-06
The vio(4) interface did not recover from mbuf shortage. The logic
Alexander Bluhm
2019-05-26
Support virtio 1.0 for virtio_pci
Stefan Fritsch
2019-05-26
Rework virtio_negotiate_features()
Stefan Fritsch
2019-05-13
vmm: add host side pvclock
pd
2019-04-17
Remove unused parameter from virtio_init_vq()
Stefan Fritsch
2019-04-17
Initialize virtqueue before passing it to device
Stefan Fritsch
2019-03-24
virtio: Add a few feature bit defines and names
Stefan Fritsch
2019-03-24
virtio: Prepare for 64 feature bits
Stefan Fritsch
2019-03-24
virtio: adjust virtio_setup_queue prototype for 1.0
Stefan Fritsch
2019-01-19
virtio: Introduce defines for config(8) flags
Stefan Fritsch
2019-01-19
viomb: tweak feature negotiation
Stefan Fritsch
2019-01-10
Fix previous
Stefan Fritsch
2019-01-10
Move some PCI-specific defines to a new virtio_pcireg.h file
Stefan Fritsch
2019-01-10
Remove some more code if VIRTIO_DEBUG is 0
Stefan Fritsch
2019-01-10
Move some common defines to virtiovar.h
Stefan Fritsch
2019-01-08
viocon: Remove obsolete handling of sc_intrhand
Stefan Fritsch
2019-01-08
virtio: Don't include feature strings without VIRTIO_DEBUG
Stefan Fritsch
2018-12-05
Correctly disable pvclock(4) on old hardware that lack a stable clock
Reyk Floeter
2018-11-24
only attach pvclock(4) inside a KVM guest
Peter Hessler
2018-11-23
Add the pvclock(4) guest driver for paravirtual clocks
Reyk Floeter
2018-09-25
Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().
Martin Pieuchot
2018-08-24
Add common Ethernet interface attributes to vio(4)'s build config.
Visa Hankala
2018-05-17
Let hvn_iff handle promisc mode activation
Mike Belopuhov
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-03-11
Workaround an Azure UDP transmit checksum offloading bug
Mike Belopuhov
2018-03-08
Implement the VMWare vmbackup protocol using vfs_stall(). This lets you
Jonathan Matthew
2018-02-27
Release the netlock when sleeping for control messages in in vioioctl().
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-21
Release interrupt source if the interrupt task is already scheduled
Mike Belopuhov
2018-01-21
Improve panic message
Mike Belopuhov
2018-01-20
Disable TCP and UDP transmit checksum offloading
Mike Belopuhov
2018-01-18
Fix an off-by-one uncovered by the recent free(9) change
Mike Belopuhov
2017-12-09
No need for the txb_used flag anymore
Mike Belopuhov
2017-11-26
Xen interrupt task barrier is just a taskq_barrier so call it
Mike Belopuhov
2017-11-08
Fixup what looks like a merge mistake; no functional change
Mike Belopuhov
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-10
Don't forget to call va_end in xen_hypercall
Mike Belopuhov
2017-08-10
Prevent an unlikely resource leak
Mike Belopuhov
2017-08-10
sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 or
Reyk Floeter
2017-08-10
Fix copy-paste error in the error path of vio_alloc_mem() that checked
Reyk Floeter
2017-08-10
Add missing comma that caused a concatenated string. Fixes printing of
Reyk Floeter
[next]