summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-07-11Revert the introduction of ``rt_addr''.Martin Pieuchot
2016-07-11Make sure variables are used initialized in amap_wiperangeStefan Kempf
2016-07-10Not all i.MX6 devices have a pinctrl property in their device nodes.Patrick Wildt
2016-07-10Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows theseMark Kettenis
2016-07-10Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct.Mark Kettenis
2016-07-10regenMark Kettenis
2016-07-10Add MICREL KSZ9021 and KSZ9031.Mark Kettenis
2016-07-10Fix typo. Pointed out by patrick@Mark Kettenis
2016-07-10Build firmware for USB devices on octeon.Visa Hankala
2016-07-10pledge: use uint64_t instead of int for temporary storing a 64bit integerSebastien Marie
2016-07-10Dynamically attach imxgpio(4) using the FDT.Mark Kettenis
2016-07-10Add support for handling pinctrl device tree bindings to imxiomuxc(4).Mark Kettenis
2016-07-10Use the synciobdma instruction instead of the sync instruction forVisa Hankala
2016-07-10Instead of attaching the omap device based on board ids follow imxJonathan Gray
2016-07-10Remove now unused definitions for drivers that have been converted toJonathan Gray
2016-07-10POSIX specifies that if a processing calling tcsetpgrp() is in theTodd C. Miller
2016-07-10Paranoia: check KTRPOINT() before calling ktrpledge() to guarantee wePhilip Guenther
2016-07-09Simplify the i.MX6 platform code. The list of board devices is nowMark Kettenis
2016-07-09Fix bugs introduced with the amap reworkStefan Kempf
2016-07-09Initialize the mii_oui field such that fec(4) can look at it.Mark Kettenis
2016-07-09Perform PHY-specific initialization based on the PHY ID instead of theMark Kettenis
2016-07-09Dynamically attach i.MX6 ehci(4) using the FDT.Mark Kettenis
2016-07-09Add interfaces to look up a device tree node by phandle.Mark Kettenis
2016-07-09Use mac address and phy id from the fdt. Store settings for a secondJonathan Gray
2016-07-08Fix check for "name" property. Restores synthesised "name" proprties inMark Kettenis
2016-07-08regenMark Kettenis
2016-07-08The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.Mark Kettenis
2016-07-06Return EINVAL for mknod/mknodat when dev is -1 (aka VNOVAL).Todd C. Miller
2016-07-06fix several places where calculating ticks could overflow.Ted Unangst
2016-07-06Move Hop-by-Hop processing into its own function ip6_hbhchcheck().Martin Pieuchot
2016-07-05Improve the tracking functions in wsmouse.Ulf Brosziewski
2016-07-05Remove debug code that slipped in.Visa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-05Expand IN6_IFF_NOTREADY, ok bluhm@Martin Pieuchot
2016-07-05Do not use ``rt_addr'' in in{6,}_selectsrc() it doesn't work with magicMartin Pieuchot
2016-07-05remove some casts that aren't necessary.Ted Unangst
2016-07-04Add nep(4).Mark Kettenis
2016-07-04Add missing vput() in error path to prevent a vnode getting stuck with aMartin Natano
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-04switch calculuated thrsleep timeout to unsigned to prevent overflowTed Unangst
2016-07-04On Quad-G5 make hpb(4) attach first when iterating PCI buses.Martin Pieuchot
2016-07-04Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() toMartin Pieuchot
2016-07-03Move videovar.h in to video.c since it isn't used anywhere else.Marcus Glocker
2016-07-03introduces new promise "chown" to allow changing owner/group with *chown(2) f...Sebastien Marie
2016-07-02Get 'AOAShasta' soundchip working found on PowerMac9,1.Marcus Glocker
2016-07-01Make accepted sockets inherit IP_TTL from the listening socket.Jeremie Courreges-Anglas
2016-07-01Allow resetting the IP_TTL and IP_MINTTL sockoptsJeremie Courreges-Anglas
2016-07-01Unbreak getsockopt(IPV6_MINHOPCOUNT)Jeremie Courreges-Anglas
2016-07-01Add fdt init for octeon.Visa Hankala
2016-07-01add a simple keyboard backlight driver for some chromebooks,Joshua Stein