summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-03Make intrframe the exact same size as trapframe: instead of pushingPhilip Guenther
2018-07-03Use LIST_FOREACH construct instead of homebrew loop.Kevin Lo
2018-07-03Avoid NULL pointer deref in vn_writechk() when calling ftruncate() on a fileanton
2018-07-03add amd speculation control cpuid bitsJonathan Gray
2018-07-03regenFrederic Cambus
2018-07-03Add device IDs of the VIA VX900 chipset.Frederic Cambus
2018-07-03During attach, give the loop a while to settle before we start lookingJonathan Matthew
2018-07-03regenLandry Breuil
2018-07-03Add usb ids for the Logitech Webcams C210 and C270.Landry Breuil
2018-07-03If we're not on a fabric, we may still need to attach and detach targetsJonathan Matthew
2018-07-03Instead of overwriting `f_data' replace the 'struct file' with a new one.Martin Pieuchot
2018-07-03Remove dead code present since r1.1. Fix CID 1470238.Martin Pieuchot
2018-07-03Fix typo.Kevin Lo
2018-07-03Nuke unused variable.Kevin Lo
2018-07-02Use more list macros for v_dirtyblkhd.Alexander Bluhm
2018-07-02Update the file reference count field `f_count' using atomic operationsVisa Hankala
2018-07-02Assert that fdp is locked in fdalloc().Visa Hankala
2018-07-02Allow pluart(4) to attach to acpi(4).Mark Kettenis
2018-07-02Allow xhci(4) to attach to acpi(4).Mark Kettenis
2018-07-02Enable the FPU when calling EFI runtime services. The new UEFI firmware forMark Kettenis
2018-07-02Add functions to allow the use of the FPU in the kernel.Mark Kettenis
2018-07-02vmm: wrap a long line and prefix a hex value printed in a debug printfMike Larkin
2018-07-02clarify what is actually needed from a header file being includedMike Larkin
2018-07-01Revert bit I didn't intend to commit.Mark Kettenis
2018-07-01acpi: clean up some inconsistent style in the hid matching arraysMike Larkin
2018-07-01Hook up acpi(4) on arm64. Various bits of driver glue are still missingMark Kettenis
2018-07-01Use generated string for the bus number extent.Mark Kettenis
2018-07-01Lock the file descriptor table when accessing the `fd_ofileflags' array.Visa Hankala
2018-07-01Update IDTVEC, KIDTVEC, and KUENTRY to align with _ALIGN_TRAPS instead ofPhilip Guenther
2018-07-01Allow ahci(4) to attach to acpi(4).Mark Kettenis
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-07-01Add retguard asm macros.mortimer
2018-07-01Use fnew() to allocate a struct file. Simplifies the code.Mark Kettenis
2018-07-01Remove semicolon before printing the AML name.Mark Kettenis
2018-07-01Allow com(4) to attach to acpi(4). For now we will only use this on arm64Mark Kettenis
2018-07-01Add support for _DSD Device Properties.Mark Kettenis
2018-07-01Add definitions for SPCR tables.Mark Kettenis
2018-07-01Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.Martin Pieuchot
2018-07-01Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, thenPhilip Guenther
2018-06-30Don't try to set XCR0_X87 when XSAVE isn't supported at all. FixesPhilip Guenther
2018-06-30Some tweaks such that ACPI 5.1 tables are recognized as well.Mark Kettenis
2018-06-30Typo in comment in previous file which I said I'd address in the originalMike Larkin
2018-06-30acpisurface(4): driver for Surface Pro 4 and Surface Book hardwareMike Larkin
2018-06-30Remove strange /* End of file */ style.Theo de Raadt
2018-06-30Don't steal processes from other CPUs if we're not scheduling processes onMark Kettenis
2018-06-30Add intr_enable() here as well.Mark Kettenis
2018-06-30Add intr_enable() function, intended for MI use to amd64 and i386 and useMark Kettenis
2018-06-29Use <stdint.h> types.Mark Kettenis
2018-06-29ACPI: Allow (with warning) GPE handler reassignment, instead of returningMike Larkin