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
2018-07-04
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
Mark Kettenis
2018-07-04
ptrace debug support for arm64.
Dale Rahn
2018-07-04
Move allocation behind sanity check to address possible memory leak as
Patrick Wildt
2018-07-04
Do not try to unlock the fdplock() in an error path if it isn't held.
Martin Pieuchot
2018-07-04
Prevent a mbuf double free by not freeing it along the error-path in
anton
2018-07-04
Fix a wrong memcmp in k7/k8 powernow code.
Mike Larkin
2018-07-04
Clean up some extern definitions and includes in hibernate MD code
Mike Larkin
2018-07-04
Clean up some extern definitions and includes in hibernate MD code
Mike Larkin
2018-07-03
Add retguard macros for libkern
mortimer
2018-07-03
Add retguard macros for kernel asm.
mortimer
2018-07-03
Add a new so_seek member to "struct file" such that we can have seekable
Mark Kettenis
2018-07-03
Make intrframe the exact same size as trapframe: instead of pushing
Philip Guenther
2018-07-03
Use LIST_FOREACH construct instead of homebrew loop.
Kevin Lo
2018-07-03
Avoid NULL pointer deref in vn_writechk() when calling ftruncate() on a file
anton
2018-07-03
add amd speculation control cpuid bits
Jonathan Gray
2018-07-03
regen
Frederic Cambus
2018-07-03
Add device IDs of the VIA VX900 chipset.
Frederic Cambus
2018-07-03
During attach, give the loop a while to settle before we start looking
Jonathan Matthew
2018-07-03
regen
Landry Breuil
2018-07-03
Add usb ids for the Logitech Webcams C210 and C270.
Landry Breuil
2018-07-03
If we're not on a fabric, we may still need to attach and detach targets
Jonathan Matthew
2018-07-03
Instead of overwriting `f_data' replace the 'struct file' with a new one.
Martin Pieuchot
2018-07-03
Remove dead code present since r1.1. Fix CID 1470238.
Martin Pieuchot
2018-07-03
Fix typo.
Kevin Lo
2018-07-03
Nuke unused variable.
Kevin Lo
2018-07-02
Use more list macros for v_dirtyblkhd.
Alexander Bluhm
2018-07-02
Update the file reference count field `f_count' using atomic operations
Visa Hankala
2018-07-02
Assert that fdp is locked in fdalloc().
Visa Hankala
2018-07-02
Allow pluart(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Allow xhci(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Enable the FPU when calling EFI runtime services. The new UEFI firmware for
Mark Kettenis
2018-07-02
Add functions to allow the use of the FPU in the kernel.
Mark Kettenis
2018-07-02
vmm: wrap a long line and prefix a hex value printed in a debug printf
Mike Larkin
2018-07-02
clarify what is actually needed from a header file being included
Mike Larkin
2018-07-01
Revert bit I didn't intend to commit.
Mark Kettenis
2018-07-01
acpi: clean up some inconsistent style in the hid matching arrays
Mike Larkin
2018-07-01
Hook up acpi(4) on arm64. Various bits of driver glue are still missing
Mark Kettenis
2018-07-01
Use generated string for the bus number extent.
Mark Kettenis
2018-07-01
Lock the file descriptor table when accessing the `fd_ofileflags' array.
Visa Hankala
2018-07-01
Update IDTVEC, KIDTVEC, and KUENTRY to align with _ALIGN_TRAPS instead of
Philip Guenther
2018-07-01
Allow ahci(4) to attach to acpi(4).
Mark Kettenis
2018-07-01
Move acpi(4) attach glue into acpi_machdep.c.
Mark Kettenis
2018-07-01
Add retguard asm macros.
mortimer
2018-07-01
Use fnew() to allocate a struct file. Simplifies the code.
Mark Kettenis
2018-07-01
Remove semicolon before printing the AML name.
Mark Kettenis
2018-07-01
Allow com(4) to attach to acpi(4). For now we will only use this on arm64
Mark Kettenis
2018-07-01
Add support for _DSD Device Properties.
Mark Kettenis
2018-07-01
Add definitions for SPCR tables.
Mark Kettenis
2018-07-01
Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.
Martin Pieuchot
2018-07-01
Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, then
Philip Guenther
[next]