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
/
arch
/
amd64
Age
Commit message (
Expand
)
Author
2016-01-17
enable ikbd(4)
Jonathan Gray
2016-01-15
enable sdhc@acpi so emmc will be available at install time
Jonathan Gray
2016-01-14
Eable ikbd(4).
Mark Kettenis
2016-01-13
Enable Xen support in GENERIC; discussed with deraadt@
Mike Belopuhov
2016-01-12
naddy observed the TSC fallback code could encounter (high word) %edx
Theo de Raadt
2016-01-12
Add dwiic, a driver for the Synopsys DesignWare i2c controller found
Joshua Stein
2016-01-11
Enable sdhc* at acpi?.
Mark Kettenis
2016-01-11
Add a "mux -1" locator to wsdisplay(4) instances representing secondary
Mark Kettenis
2016-01-10
match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago
Christian Weisgerber
2016-01-10
Page fault handling tweaks for vmm:
Stefan Kempf
2016-01-10
Introduce acpi_intr_establish(9), an API to establish interrupt handlers for
Mark Kettenis
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2016-01-08
Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.
Reyk Floeter
2016-01-08
Enable uonerng(4) where ualea(4) is already present.
Martin Pieuchot
2016-01-08
Use off_t to store the offset we want to access the NVRAM at
Stefan Kempf
2016-01-07
Xen virtual networking interface (Netfront) driver.
Mike Belopuhov
2016-01-06
We want the first, not the last, OpenBSD partition in the MBR.
Kenneth R Westerback
2016-01-06
Bring efidev.c goodness into softraid.c by returning and displaying
Kenneth R Westerback
2016-01-04
Remove parameter name from gpt_chk_mbr() prototype and add prototype
Kenneth R Westerback
2016-01-04
Do proper termination of VMs by doing proper VCPU run state management.
Mike Larkin
2016-01-04
wrap a long line
Mike Larkin
2016-01-03
Don't need two 16K static buffers to checksum the GPT entries and find the
Kenneth R Westerback
2015-12-31
Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.
Mark Kettenis
2015-12-27
If available prefer the rdseed instruction over rdrand when adding entropy
Jonathan Gray
2015-12-24
If the GPT header checksum check fails, do *not* say the OpenBSD partition
Kenneth R Westerback
2015-12-24
Make all instances of gpt_chk_mbr() identical (bar static vs
Kenneth R Westerback
2015-12-24
Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to
Kenneth R Westerback
2015-12-24
Normalize return values from various exit functions.
Mike Larkin
2015-12-24
Make sure we don't overflow a page during vm_readpage/vm_writepage.
Mike Larkin
2015-12-24
Argh. The other part the wrong diff was missing.
Kenneth R Westerback
2015-12-23
Ooops. Wrong version of the diff committed, with reversed check for
Kenneth R Westerback
2015-12-22
Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can
Kenneth R Westerback
2015-12-21
add virtio-console driver
Stefan Fritsch
2015-12-17
add a size to free. from Mathieu
Ted Unangst
2015-12-17
Move vcpu register state init to vmd. Allows vmd bootloader to make the
Mike Larkin
2015-12-15
remove some not interesting debug printfs
Mike Larkin
2015-12-15
support reset vcpu by triple fault (kernel part, userland fix will come
Mike Larkin
2015-12-14
Support only one vcpu for now, until we implement SMP support.
Mike Larkin
2015-12-14
track used memory in each VM. This is passed back to vmctl status.
Mike Larkin
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-12-11
comment typo
mmcc
2015-12-09
successful vmm enter/leave does not need to be reported
Theo de Raadt
2015-12-08
Disable xspd(4) until the man page is written; noticed by reyk@
Mike Belopuhov
2015-12-08
Driver for the XenSource Platform Device
Mike Belopuhov
2015-12-08
Set up an IDT vector for Xen callbacks
Mike Belopuhov
2015-12-08
Setup a hypercall page in the kernel .text segment
Mike Belopuhov
2015-12-08
Xen basic infrastructure files and pvbus(4) attachment.
Mike Belopuhov
2015-12-07
Add cpuid bits documented in the August 2015 revision of
Jonathan Gray
2015-12-06
child_return() is already declared in <sys/proc.h>
Philip Guenther
2015-12-06
add function prototype
Mike Larkin
[next]