summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce RTF_MULTICAST and flag corresponding IPv6 routes as suchmpi2016-07-134-10/+9
* CPUID vendor ID was already register-swapped during initial query, so nomlarkin2016-07-131-3/+3
* store nd6 expiries in the route, not separately in the llinfo struct.dlg2016-07-132-8/+7
* Reset the mt state completely in wsmouse_mt_init.bru2016-07-121-5/+2
* The only valid flag for unmount(2) is MNT_FORCE, ignore any others.millert2016-07-121-2/+2
* Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverkettenis2016-07-124-8/+9
* Change over to imxehci(4) here as well.kettenis2016-07-121-3/+3
* Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driverkettenis2016-07-123-6/+11
* in the great unp_gc rewrite, a null check was lost. we have spent sometedu2016-07-121-1/+3
* The check for pledge "recvfd" was mistakenly only being performedderaadt2016-07-121-23/+19
* Directly drop packets filtered by bpf(4) instead of going through thempi2016-07-122-9/+17
* remove more noisy messages in "sendfd" and "recvfd"deraadt2016-07-121-11/+4
* don't allow mounting with noval owner. panics later.tedu2016-07-111-1/+4
* be less noisy on console in case of "recvfd" refusalderaadt2016-07-111-4/+2
* Use gpio framework to implement hardware reset of the PHY instead ofkettenis2016-07-111-50/+17
* Use gpio framework to implement card detect instead of hardcoding particularkettenis2016-07-111-78/+8
* Hook up imxgpio(4) to the FDT gpio framework.kettenis2016-07-112-2/+69
* Add a simple framework for handling gpio controllers and pins on FDT-enabledkettenis2016-07-112-0/+129
* Path MTU discovery was slightly broken. I took two ICMP packetsbluhm2016-07-114-20/+30
* Do not increase the size of the socket buffer under memory pressure.mpi2016-07-111-8/+10
* Initialize oui and model fields in the softc.kettenis2016-07-111-1/+3
* Revert the introduction of ``rt_addr''.mpi2016-07-115-36/+12
* Make sure variables are used initialized in amap_wiperangestefan2016-07-111-4/+4
* Not all i.MX6 devices have a pinctrl property in their device nodes.patrick2016-07-101-2/+2
* Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows thesekettenis2016-07-101-1/+37
* Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct.kettenis2016-07-101-2/+2
* regenkettenis2016-07-101-2/+9
* Add MICREL KSZ9021 and KSZ9031.kettenis2016-07-101-1/+6
* Fix typo. Pointed out by patrick@kettenis2016-07-101-2/+2
* Build firmware for USB devices on octeon.visa2016-07-107-14/+15
* pledge: use uint64_t instead of int for temporary storing a 64bit integersemarie2016-07-101-4/+4
* Dynamically attach imxgpio(4) using the FDT.kettenis2016-07-105-26/+31
* Add support for handling pinctrl device tree bindings to imxiomuxc(4).kettenis2016-07-107-76/+150
* Use the synciobdma instruction instead of the sync instruction forvisa2016-07-104-11/+19
* Instead of attaching the omap device based on board ids follow imxjsg2016-07-101-38/+37
* Remove now unused definitions for drivers that have been converted tojsg2016-07-103-195/+3
* POSIX specifies that if a processing calling tcsetpgrp() is in themillert2016-07-101-3/+1
* Paranoia: check KTRPOINT() before calling ktrpledge() to guarantee weguenther2016-07-101-2/+3
* Simplify the i.MX6 platform code. The list of board devices is nowkettenis2016-07-092-358/+22
* Fix bugs introduced with the amap reworkstefan2016-07-091-68/+89
* Initialize the mii_oui field such that fec(4) can look at it.kettenis2016-07-091-1/+2
* Perform PHY-specific initialization based on the PHY ID instead of thekettenis2016-07-091-27/+21
* Dynamically attach i.MX6 ehci(4) using the FDT.kettenis2016-07-095-50/+77
* Add interfaces to look up a device tree node by phandle.kettenis2016-07-093-3/+43
* Use mac address and phy id from the fdt. Store settings for a secondjsg2016-07-091-26/+45
* Fix check for "name" property. Restores synthesised "name" proprties inkettenis2016-07-081-2/+2
* regenkettenis2016-07-081-4/+4
* The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.kettenis2016-07-082-5/+5
* Return EINVAL for mknod/mknodat when dev is -1 (aka VNOVAL).millert2016-07-061-1/+3
* fix several places where calculating ticks could overflow.tedu2016-07-064-19/+19