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
Age
Commit message (
Expand
)
Author
2016-07-16
Support MSI-X in virtio
Stefan Fritsch
2016-07-16
Add $OpenBSD$ / replace $Id$ with $OpenBSD$.
Visa Hankala
2016-07-16
Remove octeon_disable_interrupt() and octeon_restore_status().
Visa Hankala
2016-07-16
Fix typo in comment in three machdep.c files:
Tom Cosgrove
2016-07-16
Remove unused function process_frame() from arm_machdep.c
Tom Cosgrove
2016-07-16
remove unused vmm_activate function. all vmm-specific suspend/resume needs
Mike Larkin
2016-07-16
Fix an incorrect shift value when calculating the mask for the VMCS MSR
Mike Larkin
2016-07-16
remove some 12 year old code that was never correct, and never compiled
Mike Larkin
2016-07-16
remove some unused #includes
Mike Larkin
2016-07-15
Remove duplicated line in omap mmc driver, which would cause
Tom Cosgrove
2016-07-15
Remove duplicate line in amd64/acpi_machdep.c
Tom Cosgrove
2016-07-15
Remove unused re_nbits from dev/rnd.c
Tom Cosgrove
2016-07-15
disable acpicbkbd by default until after the release when acpi ec
Joshua Stein
2016-07-15
take us out of -beta
Theo de Raadt
2016-07-14
Make sure that amap slot calculation does not overflow
Stefan Kempf
2016-07-14
kern.usermount=1 is unsafe for everyone, since it allows any non-pledged
Theo de Raadt
2016-07-14
Drop received packets with an IPv4-compatible address as source or
Martin Pieuchot
2016-07-14
Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031
Mark Kettenis
2016-07-14
Prevent a use-after-free by not updating an ARP entry that has been
Martin Pieuchot
2016-07-14
vioblk: Properly handle poll timeout
Stefan Fritsch
2016-07-14
rename virtio_ops.intr to poll_intr
Stefan Fritsch
2016-07-14
virtio: Move interrupt handler into transport specific code
Stefan Fritsch
2016-07-14
Add PT_GNU_RELRO, for ld.so work
Philip Guenther
2016-07-14
Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.
Philip Guenther
2016-07-14
ufs_readdir() buffer was meant to be limited to 64kB; reversed test
Philip Guenther
2016-07-14
kevent validates that ident is a valid fd by getting the file. one sad
Ted Unangst
2016-07-13
A work-in-progress driver for the Hyper-V NetVSC
Mike Belopuhov
2016-07-13
The "#address-cells" and "#size-cells" properties define the size
Patrick Wildt
2016-07-13
Since mappings established using __MAP_NOFAULT will be converted into anonymous
Mark Kettenis
2016-07-13
Revert previous; the __MAP_NOFAULT test is inverted and the commit message is
Mark Kettenis
2016-07-13
Move ARP processing back to the KERNEL_LOCK()ed task until the race
Martin Pieuchot
2016-07-13
Since mappings established using __MAP_NOFAIL will be converted into anonymous
Mark Kettenis
2016-07-13
remove <0 check for an unsigned variable
Theo de Raadt
2016-07-13
remove unused function ether_cmp()
Theo de Raadt
2016-07-13
Use the device tree voltage regulator information to supply power to the USB
Mark Kettenis
2016-07-13
Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
Martin Pieuchot
2016-07-13
CPUID vendor ID was already register-swapped during initial query, so no
Mike Larkin
2016-07-13
store nd6 expiries in the route, not separately in the llinfo struct.
David Gwynne
2016-07-12
Reset the mt state completely in wsmouse_mt_init.
Ulf Brosziewski
2016-07-12
The only valid flag for unmount(2) is MNT_FORCE, ignore any others.
Todd C. Miller
2016-07-12
Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driver
Mark Kettenis
2016-07-12
Change over to imxehci(4) here as well.
Mark Kettenis
2016-07-12
Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driver
Mark Kettenis
2016-07-12
in the great unp_gc rewrite, a null check was lost. we have spent some
Ted Unangst
2016-07-12
The check for pledge "recvfd" was mistakenly only being performed
Theo de Raadt
2016-07-12
Directly drop packets filtered by bpf(4) instead of going through the
Martin Pieuchot
2016-07-12
remove more noisy messages in "sendfd" and "recvfd"
Theo de Raadt
2016-07-11
don't allow mounting with noval owner. panics later.
Ted Unangst
2016-07-11
be less noisy on console in case of "recvfd" refusal
Theo de Raadt
2016-07-11
Use gpio framework to implement hardware reset of the PHY instead of
Mark Kettenis
[next]