summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-02immediatly -> immediatelyTheo Buehler
2022-01-02Grab kernel lock when required.Mark Kettenis
2022-01-02Don't use != 0 to check whether a pointer is non-NULL.Mark Kettenis
2022-01-02Stop writing big-endian checksums into the little-endian GPTKenneth R Westerback
2022-01-02priviledged -> privilegedJonathan Gray
2022-01-02priveledged -> privilegedJonathan Gray
2022-01-02convension -> conventionJonathan Gray
2022-01-02Nummber -> NumberJonathan Gray
2022-01-02numers -> numbersJonathan Gray
2022-01-02contoller -> controllerJonathan Gray
2022-01-02phsyaddr -> physaddrJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-02addres -> addressJonathan Gray
2022-01-02unhandle -> unhandledJonathan Gray
2022-01-02slignment -> alignmentJonathan Gray
2022-01-02preferense -> preferenceJonathan Gray
2022-01-02plaform -> platformJonathan Gray
2022-01-02establush -> establishJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2022-01-01Revert the hack for Apple M1 systems.Mark Kettenis
2022-01-01Rewrite the kernel FPU handling code. The new code saves the FPU stateMark Kettenis
2022-01-01Use correct defines for random seed magic/length.Patrick Wildt
2022-01-01Remove unused function prototype.Mark Kettenis
2022-01-01Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2022-01-01copyright++;Jonathan Gray
2021-12-31spellingJonathan Gray
2021-12-31Interrups -> InterruptsJonathan Gray
2021-12-31Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2021-12-31avaialble -> availableJonathan Gray
2021-12-31specifed -> specifiedJonathan Gray
2021-12-31Newer Apple firmware on chipsets without a hardware RNG require the host toPatrick Wildt
2021-12-31Fix up handling of IFF_ALLMULTI and call uaq_iff() from uaq_init().Jonathan Matthew
2021-12-30Add Xiaomi MiniWif to list of devices supported by mtw(4).Kevin Lo
2021-12-30Use a distinct variable while iterating the list of existing devices.Anton Lindqvist
2021-12-30Prevent a double free by assigning the new keymap and corresponding sizeAnton Lindqvist
2021-12-30Prevent concurrent access to incomplete or dying `sc' caused by sleepVitaliy Makkoveev
2021-12-30combine ifdef blocksJonathan Gray
2021-12-29Consistently name page argument `pg'.Martin Pieuchot
2021-12-29PHYs that we want to talk to over SGMII need to be switched into SGMIIPatrick Wildt
2021-12-29Enable ohci(4) and ehci(4) at acpi(4).Patrick Wildt
2021-12-29Allow ohci(4) and ehci(4) to attach to acpi(4).Patrick Wildt
2021-12-29acpi_intr_disestablish() is available on all our ACPI platforms whichPatrick Wildt
2021-12-29Do not allow send/receive of kcov descriptors as the file descriptor canAnton Lindqvist
2021-12-28whitespace tweak, no functional change.David Gwynne
2021-12-28it doesnt make sense to configure a vport as a span port.David Gwynne
2021-12-28move away from using the M_PROTO1 flag to prevent loops with vportsDavid Gwynne
2021-12-28The initial kd_lookup() in kcovopen() is redundant as kcov is a cloningAnton Lindqvist
2021-12-28Now that -A prints -- markers as it is supposed to filter them out whenOtto Moerbeek