summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Fix handling of MSG_PEEK in soreceive() for the case where an emptyclaudio1-6/+7
2020-11-17Enable imxiic(4) at ACPI.patrick2-2/+4
2020-11-17Add ACPI support to imxiic(4).patrick2-1/+235
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codepatrick5-168/+189
2020-11-17Zap parameter names in function prototypes.mglocker1-4/+4
2020-11-17remove unused definitions which no longer exist in linuxjsg4-8/+2
2020-11-17remove setup_timer() interface linux removed in 2017jsg2-8/+10
2020-11-17fix time_after32() macrojsg1-1/+1
2020-11-17adjust for reversed outb arguments linux usesjsg1-0/+4
2020-11-17Convert sysctl_sysvsem to sysctl_bounded_argsgnezdo1-81/+48
2020-11-17Convert fusefs_sysctl to sysctl_bounded_argsgnezdo1-21/+12
2020-11-16Enable mcx(4)kettenis2-2/+4
2020-11-16Prevent exit status from being clobbered on thread exit.jsing1-2/+2
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.patrick1-2/+2
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixpatrick1-6/+52
2020-11-16Remove Case2 goto, use a simple if () instead.mpi1-23/+17
2020-11-16regenpatrick2-9/+9
2020-11-16Move PL2303GC around to make sure the list is sorted properly.patrick1-2/+2
2020-11-16regenkevlo2-2/+72
2020-11-16Add PCI ids for Intel 2.5Gb adapters.kevlo1-1/+15
2020-11-16Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo3-14/+20
2020-11-16Convert hw_sysctl to sysctl_bounded_argsgnezdo1-12/+15
2020-11-16Remove the cases folded into sysctl_bounded_args but left behindgnezdo2-26/+2
2020-11-16Convert kern_sysctl to sysctl_bounded_argsgnezdo1-103/+74
2020-11-15Make sure we perform address translation to all elements of a DMA mapping.kettenis1-2/+2
2020-11-15Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() tokettenis1-7/+7
2020-11-15Enable acpige(4)patrick1-1/+2
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherpatrick2-1/+134
2020-11-15Add support for edge-triggered interrupts in acpi_intr_establish(). Sopatrick1-2/+13
2020-11-15Add support for edge-triggered interrupts to agintc(4). This is mostlypatrick1-8/+41
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern Intelkettenis3-2/+371
2020-11-15match on Edimax EW-7811Un V2, from Morgan Aldridgejmatthew1-1/+2
2020-11-15regenjmatthew2-4/+9
2020-11-14add Edimax EW-7811Un V2, from Morgan Aldridgejmatthew1-1/+2
2020-11-14Revise the initialization of the DRM Linux emulation layer such that wekettenis2-30/+33
2020-11-14idr limit should be inclusivejsg1-3/+7
2020-11-14Enable sdhc(4) at ACPI.patrick2-2/+4
2020-11-14Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it'spatrick1-5/+189
2020-11-14Add support for the VF610 I2C controller to imxiic(4). It uses itspatrick2-5/+53
2020-11-14Move enabling/disabling the I2C controller and clearing the Interruptpatrick1-13/+31
2020-11-14Constify dktypenames and fstypenames in libc.guenther1-3/+3
2020-11-14Bring IDR function prototypes in line with modern Linux and implementkettenis2-37/+23
2020-11-14whitespacekettenis1-2/+2
2020-11-14Add 10G media support. This makes the 10G ports on the "single shot" modelkettenis1-2/+11
2020-11-14Add SFP+ support, including support for direct attach cables.kettenis1-1/+36
2020-11-14We should only grab the drm_global_mutex lock for legacy drivers.kettenis1-1/+3
2020-11-13Delete unused #defines: T_USER hasn't been used since July 2018guenther1-8/+1
2020-11-13Assert reset before configuring the MACs. Otherwise we leave the 10G MACkettenis1-7/+4
2020-11-13To prepare for upcoming VF610 support, access the clk div table usingpatrick2-11/+16
2020-11-13Convert array of two-element arrays into a much more readable array ofpatrick2-7/+12