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
Age
Commit message (
Expand
)
Author
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-24
Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.
Visa Hankala
2017-01-23
Add bcmdog(4), a watchdog timer for the Raspberry Pi.
Mark Kettenis
2017-01-23
rework how we address physical disks on the second scsibus.
David Gwynne
2017-01-23
Only allow change-setting ioctls when FWRITE is set on the descriptor.
Theo de Raadt
2017-01-23
store the full 64bits of the sense bufers dva.
David Gwynne
2017-01-23
add the mfii opcode for passthru commands
David Gwynne
2017-01-23
massage some event related details.
David Gwynne
2017-01-23
represent the mbox layout with union instead of an array of bytes.
David Gwynne
2017-01-23
Build firmware for usb devices on arm64.
Jonathan Gray
2017-01-22
define virtio in conf/files
Reyk Floeter
2017-01-22
Remove sony8x16 and sony12x24 fonts.
Frederic Cambus
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
non-PCI virtio files have been moved to sys/dev/pv
Reyk Floeter
2017-01-21
Switch include of virtio header from dev/pci/ to dev/pv/
Reyk Floeter
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
In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead of
Stefan Sperling
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-21
Add support for the Allwinner A64 PIO controller clock.
Patrick Wildt
2017-01-21
Move Allwinner drivers that will soon be used by OpenBSD/arm64
Patrick Wildt
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-20
Merge two conditional expressions
Mike Belopuhov
2017-01-20
sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can
Theo de Raadt
2017-01-19
No need for conditionals around free(9)
Mike Belopuhov
2017-01-19
Zero a return value variable at the start of hifn_process() to avoid
Jonathan Gray
2017-01-19
Export the host time to the guest, add it as a timedelta sensor in vmmci(4)
Reyk Floeter
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-17
Add missing malloc(9) return value check in athn_node_alloc().
Stefan Sperling
2017-01-16
Let it compile with debugging enabled
Mike Belopuhov
2017-01-16
Clean up SCSI operation status and state defines
Mike Belopuhov
2017-01-16
Make sure we're producing a 64-bit value when shifting left
Mike Belopuhov
2017-01-14
Revert aml_rdpciaddr changes; breaks several machines that were working
Mark Kettenis
2017-01-13
Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs
Reyk Floeter
2017-01-13
sync
Reyk Floeter
2017-01-13
Add PCI ID for vmm control interface
Reyk Floeter
2017-01-12
Execute XenStore watch callbacks on a dedicated task queue
Mike Belopuhov
2017-01-12
Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().
Stefan Sperling
[next]