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
2023-07-28
Initialize handlers with NULL, not 0.
Dave Voutila
2023-07-07
The per-VQ MSI-X interrupt handler needs to sync DMA mappings in the
Patrick Wildt
2023-07-05
The hypercall page populated with instructions by the hypervisor is not IBT
Anton Lindqvist
2023-07-03
typofix lladdr in function names; OK deraadt jan
Klemens Nanni
2023-05-29
virtio: Set DRIVER_OK earlier
Stefan Fritsch
2023-04-27
Temporarily workaround double calls into vioscsi_req_done()
Kenneth R Westerback
2023-04-23
Stop setting ri->ri_bs to prevent a panic caused by rasops accessing its
Patrick Wildt
2023-04-20
add viogpu, a VirtIO GPU driver
Joshua Stein
2023-04-11
fix double words in comments
Jonathan Gray
2023-02-04
timecounting: remove incomplete PPS support
Scott Soule Cheloha
2023-01-07
The maximum length of the value is extended to 64k bytes.
ASOU Masato
2022-12-28
Change space character to TAB.
ASOU Masato
2022-12-26
Add close vmt.
ASOU Masato
2022-12-08
Fix pvbus to specify M_ZERO properly.
YASUOKA Masahiko
2022-12-03
Modify vmt to use the buffer allocated in pvbus directly instead of
YASUOKA Masahiko
2022-11-10
Return error number instead of call panic().
ASOU Masato
2022-09-08
Rename global ifnet TAILQ
Klemens Nanni
2022-08-29
use ansi volatile keyword, not __volatile__
Jonathan Gray
2022-08-25
amd64, i386: use delay_init() instead of writing delay_func by hand
Scott Soule Cheloha
2022-04-16
constify SCSI adapter entry points
Christian Weisgerber
2022-03-23
KASSERT() that an id read from a descriptor is valid before using it
Jonathan Gray
2022-03-07
vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array.
Dave Voutila
2022-01-09
spelling
Jonathan Gray
2021-11-05
Constify struct cfattach.
Martin Pieuchot
2021-10-24
pretty & normalize the cfdriver decl
Theo de Raadt
2021-08-31
When running on Hyper-V, make use of its timecounter as delay func in case
Patrick Wildt
2021-07-26
fix an mbuf leak with m_len 0 mbufs
Jonathan Gray
2021-07-26
Add mtx_enter/mtx_leave in kvp_pool_keys().
asou
2021-06-11
Drop received packets unless IFF_RUNNING is set. When hvn(4) attaches
Patrick Wildt
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-11
Initialize var since it's used in a condition a little bit afterwards.
Ricardo Mestre
2021-01-15
Report full IP address information to the host. Contrary to what I wrote
Jonathan Matthew
2021-01-13
Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the buffer
Jonathan Matthew
2021-01-13
put M_ZERO in the right place
Jonathan Matthew
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-04
hvn(4): msleep(9) -> msleep_nsec(9)
cheloha
2020-12-04
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
cheloha
2020-10-15
Ensure resid is correctly set in the INQUIRY case.
Kenneth R Westerback
2020-10-15
Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
Kenneth R Westerback
2020-10-15
Nuke commented out variable declaration.
Kenneth R Westerback
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
Kenneth R Westerback
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
Kenneth R Westerback
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
Kenneth R Westerback
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2020-08-30
avoid a invalid pointer deref in hvn_stop()
Jonathan Gray
[next]