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-09-18
Bump boot loader versions due to bcrypt pbkdf support.
Joel Sing
2016-09-18
Add bcrypt pbkdf support to the softraid crypto boot loader code.
Joel Sing
2016-09-18
Fix a bug in the bounce buffer handling of BIOS disk I/O.
Joel Sing
2016-09-18
option INSECURE is obsolete
Theo de Raadt
2016-09-17
remove unused pmap_dump functions
Mike Larkin
2016-09-17
remove duplicated CPUIDECX_PDCM use
Jonathan Gray
2016-09-16
teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64
Jasper Lievisse Adriaanse
2016-09-16
Enable Hyper-V guest drivers
Mike Belopuhov
2016-09-16
move the vm_page struct from being stored in RB macro trees to RBT functions
David Gwynne
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-14
don't dump vcpu state on ept violations, these happen with sufficient
Mike Larkin
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-12
Enable uwacom(4) where uts(4) is already present.
Martin Pieuchot
2016-09-11
Switch amd64 to libsa MI softraid.
Joel Sing
2016-09-11
Update header guards.
Joel Sing
2016-09-11
Rename softraid boot files, which are currently in an MD location. This
Joel Sing
2016-09-10
Skip printing a debug message when an external interrupt is received
Mike Larkin
2016-09-10
Enable VMM debug and add a few new controls
Mike Larkin
2016-09-10
Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to
Joel Sing
2016-09-10
Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.
Joel Sing
2016-09-10
take it one step further and bring the message inline with arm/sparc64
Jasper Lievisse Adriaanse
2016-09-09
don't hardcode the filename in an error message; use the function name instead
Jasper Lievisse Adriaanse
2016-09-07
dump some extra vcpu state if failure to launch is detected
Mike Larkin
2016-09-07
fix a wrong printf in a dump/debug function
Mike Larkin
2016-09-05
Dump vcpu and vmcs info on various fail to enter scenarios
Mike Larkin
2016-09-04
Remove support for tape block devices. Nobody mount(8)s tapes any longer.
Christian Weisgerber
2016-09-04
bha depends on the deleted aha.h, so it will follow it into the attic
Ted Unangst
2016-09-04
Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel
Martin Pieuchot
2016-09-04
TCB_GET_MEMBER() is no longer used after the TIB changes
Philip Guenther
2016-09-04
Restrict MSR access to supported ones, log invalid accesses.
Mike Larkin
2016-09-03
zap eyesore whitespace at EOL
Jasper Lievisse Adriaanse
2016-09-03
remove cnw driver. it was never enabled anywhere except on amd64 (and only
Ted Unangst
2016-09-03
Increase the number of mbufs on most architectures. This is based
Alexander Bluhm
2016-09-03
suppress some cpuid bits for hardware we either don't support yet or
Mike Larkin
2016-09-03
fix typo "mode" -> "model" when referring to "Model specific registers"
Mike Larkin
2016-09-03
Make .openbsd.randomdata section RO. Highlight is that the stack protector
Theo de Raadt
2016-09-03
add SDBG to cpuid bits and identcpu
Mike Larkin
2016-09-03
provide better interrupt responsiveness by exiting to vmd whenever
Mike Larkin
2016-09-02
Add switch(4) cdev entry
Kazuya Goda
2016-09-01
Make vcpu_reset_regs use new writeregs code
Stefan Kempf
2016-09-01
Add ioctls to get/set VCPU registers
Stefan Kempf
2016-09-01
Remove the clock hack, and properly handle interrupts generated from vmd(8)'s
Mike Larkin
2016-09-01
add iatp(4), a driver for the i2c touchpad and touchscreen found on
Joshua Stein
2016-09-01
whitespace
Joshua Stein
2016-08-31
Enable cd9660 in efiboot.
YASUOKA Masahiko
2016-08-30
Use MaxMode to terminate the mode iteration. Actually the old way
YASUOKA Masahiko
2016-08-30
Enable raspos24 for efifb. This makes qemu with UEFI start working.
YASUOKA Masahiko
2016-08-23
re-enable acpicbkbd by default now that acpiec won't try burst mode
Joshua Stein
2016-08-20
Format string fixes in debug code: need %llx to print 64 bit values
Stefan Kempf
2016-08-17
Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint instead
Mark Kettenis
[next]