summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-10-20Add the hooks to disable and enable GPIO interrupts. Should fix potentialMark Kettenis
2022-10-20Add RK3568 support.Mark Kettenis
2022-10-20Don't attempt to use EFI runtime services on UEFI versions before 2.1.Mark Kettenis
2022-10-20Constify global product tableKlemens Nanni
2022-10-20Sync sys libz with baseTheo Buehler
2022-10-20Access to `u_flags' should be serialized by the `vmobjlock'.Martin Pieuchot
2022-10-20Remove the single part string for DS1339, since that is only required onMarcus Glocker
2022-10-19Remove unused setfd member from struct audio_hw_ifKlemens Nanni
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Remove audio(9) setfd() stubKlemens Nanni
2022-10-19Constify global tables only used in lookups, OK ratchovKlemens Nanni
2022-10-19Constify audio_hw_if structKlemens Nanni
2022-10-19Constify string tablesKlemens Nanni
2022-10-18Add support for the DS1339 RTC, like found on the PiJuice.Marcus Glocker
2022-10-18No longer match on "apple,cluster-cpufreq" compatible string.Mark Kettenis
2022-10-18Add definitions for runtime services related to EFI variables and systemMark Kettenis
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-10-18Document and report mpii(4) RAID 1E as suchKlemens Nanni
2022-10-17Implement uncached mappings on the StarFive JH7100 SoC, where the hardwareMark Kettenis
2022-10-17Convert more drivers to use todr_attach(). The quality of the RTC isMark Kettenis
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-17Change pru_abort() return type to the type of void and make pru_abort()Vitaliy Makkoveev
2022-10-16Improve the clickpad/touchpad detection in hidmt.Ulf Brosziewski
2022-10-16Fix a bug in the initialization mechanism of wsmouse.Ulf Brosziewski
2022-10-16Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago],Theo de Raadt
2022-10-16Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago],Theo de Raadt
2022-10-16Add the guts for EFI runtime services support on amd64. This will be usedMark Kettenis
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-15Convert remaining I2C RTC drivers to use todr_attach().Mark Kettenis
2022-10-15ansiJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-15remove one of the debug messagesTheo de Raadt
2022-10-15During the MAP_STACK introduction in 2018, sigaltstack() became aTheo de Raadt
2022-10-14Pass boot device information from bootloader to kernel.Kenji Aoyama
2022-10-14No point in luna88k setting D_VENDOR since all actual uses areKenneth R Westerback
2022-10-13Properly implement disestablishing LPI interrupts. Fixes a crash when usingMark Kettenis
2022-10-13Add (minimal) support for the RK3568 PCIe controller. This relies onMark Kettenis
2022-10-13Make comment match the code.Theo Buehler
2022-10-13Implement support for MBIs. MBIs are message based interrupts that can beMark Kettenis
2022-10-12Nuke D_BADSECT and disktab's 'sf'.Kenneth R Westerback
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-12use correct type with sizeofJonathan Gray
2022-10-12Remove powerpc left-oversKlemens Nanni
2022-10-12Fix -Wreturn-typeKlemens Nanni
2022-10-12The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutableTheo de Raadt
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-10-11add missing unlock in swapmount()Jonathan Gray