summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-11-20Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_Marcus Glocker
2020-11-19Always check for EBUSY when the return value of ic_set_key() is tested.Kenneth R Westerback
2020-11-19Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physicalMark Kettenis
2020-11-19Make bus_space_mmap(9) work for simplebus(4).Mark Kettenis
2020-11-19Make sure bus_space_mmap(9) works for pciecam(4).Mark Kettenis
2020-11-19Move logic handling lower faults, case 2, to its own function.Martin Pieuchot
2020-11-19TL;DR -- don't configure devices that return insufficient INQUIRY data.Kenneth R Westerback
2020-11-19Implement address translation for bus_space_mmap(9).Mark Kettenis
2020-11-19The conversion of the IO BAR access did not completely mirror thePatrick Wildt
2020-11-19Convert sysctl_sysvsem to sysctl_int_boundedgnezdo
2020-11-18fix build on loongson with clangJonathan Gray
2020-11-18regenJonathan Gray
2020-11-18add Realtek RealManage devicesJonathan Gray
2020-11-17Avoid accidental truncation of large memory segments.Visa Hankala
2020-11-17Ensure proper alignment of memory map entries, needed with clang.Visa Hankala
2020-11-17Fix handling of MSG_PEEK in soreceive() for the case where an emptyClaudio Jeker
2020-11-17Enable imxiic(4) at ACPI.Patrick Wildt
2020-11-17Add ACPI support to imxiic(4).Patrick Wildt
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codePatrick Wildt
2020-11-17Zap parameter names in function prototypes.Marcus Glocker
2020-11-17remove unused definitions which no longer exist in linuxJonathan Gray
2020-11-17remove setup_timer() interface linux removed in 2017Jonathan Gray
2020-11-17fix time_after32() macroJonathan Gray
2020-11-17adjust for reversed outb arguments linux usesJonathan Gray
2020-11-17Convert sysctl_sysvsem to sysctl_bounded_argsgnezdo
2020-11-17Convert fusefs_sysctl to sysctl_bounded_argsgnezdo
2020-11-16Enable mcx(4)Mark Kettenis
2020-11-16Prevent exit status from being clobbered on thread exit.Joel Sing
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.Patrick Wildt
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixPatrick Wildt
2020-11-16Remove Case2 goto, use a simple if () instead.Martin Pieuchot
2020-11-16regenPatrick Wildt
2020-11-16Move PL2303GC around to make sure the list is sorted properly.Patrick Wildt
2020-11-16regenKevin Lo
2020-11-16Add PCI ids for Intel 2.5Gb adapters.Kevin Lo
2020-11-16Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo
2020-11-16Convert hw_sysctl to sysctl_bounded_argsgnezdo
2020-11-16Remove the cases folded into sysctl_bounded_args but left behindgnezdo
2020-11-16Convert kern_sysctl to sysctl_bounded_argsgnezdo
2020-11-15Make sure we perform address translation to all elements of a DMA mapping.Mark Kettenis
2020-11-15Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() toMark Kettenis
2020-11-15Enable acpige(4)Patrick Wildt
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherPatrick Wildt
2020-11-15Add support for edge-triggered interrupts in acpi_intr_establish(). SoPatrick Wildt
2020-11-15Add support for edge-triggered interrupts to agintc(4). This is mostlyPatrick Wildt
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern IntelMark Kettenis
2020-11-15match on Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-15regenJonathan Matthew
2020-11-14add Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-14Revise the initialization of the DRM Linux emulation layer such that weMark Kettenis