summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-07-18Hide pf internals by moving code from in_ouraddr() to pf_ouraddr().Alexander Bluhm
2016-07-18Explicitly set iwm(4) firmware Tx aggregation limit to one (which disablesStefan Sperling
2016-07-18Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set forStefan Sperling
2016-07-18Make iwm(4) retry Tx of management frames less often. We now retry managementStefan Sperling
2016-07-18Some SoCs have a ranges property set in their device trees. This canPatrick Wildt
2016-07-17Attach sunxi(4) based on the compatible property of the root node of theMark Kettenis
2016-07-17Adapt kettenis' pinctrl changes in imx to sitaracm andJonathan Gray
2016-07-17use the fdt root node instead of board ids to test for am335xJonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-16remove an unused parameter that wasn't handled during a previous refactorMike Larkin
2016-07-16Support MSI-X in virtioStefan Fritsch
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-16Remove octeon_disable_interrupt() and octeon_restore_status().Visa Hankala
2016-07-16Fix typo in comment in three machdep.c files:Tom Cosgrove
2016-07-16Remove unused function process_frame() from arm_machdep.cTom Cosgrove
2016-07-16remove unused vmm_activate function. all vmm-specific suspend/resume needsMike Larkin
2016-07-16Fix an incorrect shift value when calculating the mask for the VMCS MSRMike Larkin
2016-07-16remove some 12 year old code that was never correct, and never compiledMike Larkin
2016-07-16remove some unused #includesMike Larkin
2016-07-15Remove duplicated line in omap mmc driver, which would causeTom Cosgrove
2016-07-15Remove duplicate line in amd64/acpi_machdep.cTom Cosgrove
2016-07-15Remove unused re_nbits from dev/rnd.cTom Cosgrove
2016-07-15disable acpicbkbd by default until after the release when acpi ecJoshua Stein
2016-07-15take us out of -betaTheo de Raadt
2016-07-14Make sure that amap slot calculation does not overflowStefan Kempf
2016-07-14kern.usermount=1 is unsafe for everyone, since it allows any non-pledgedTheo de Raadt
2016-07-14Drop received packets with an IPv4-compatible address as source orMartin Pieuchot
2016-07-14Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031Mark Kettenis
2016-07-14Prevent a use-after-free by not updating an ARP entry that has beenMartin Pieuchot
2016-07-14vioblk: Properly handle poll timeoutStefan Fritsch
2016-07-14rename virtio_ops.intr to poll_intrStefan Fritsch
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
2016-07-14Add PT_GNU_RELRO, for ld.so workPhilip Guenther
2016-07-14Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.Philip Guenther
2016-07-14ufs_readdir() buffer was meant to be limited to 64kB; reversed testPhilip Guenther
2016-07-14kevent validates that ident is a valid fd by getting the file. one sadTed Unangst
2016-07-13A work-in-progress driver for the Hyper-V NetVSCMike Belopuhov
2016-07-13The "#address-cells" and "#size-cells" properties define the sizePatrick Wildt
2016-07-13Since mappings established using __MAP_NOFAULT will be converted into anonymousMark Kettenis
2016-07-13Revert previous; the __MAP_NOFAULT test is inverted and the commit message isMark Kettenis
2016-07-13Move ARP processing back to the KERNEL_LOCK()ed task until the raceMartin Pieuchot
2016-07-13Since mappings established using __MAP_NOFAIL will be converted into anonymousMark Kettenis
2016-07-13remove <0 check for an unsigned variableTheo de Raadt
2016-07-13remove unused function ether_cmp()Theo de Raadt
2016-07-13Use the device tree voltage regulator information to supply power to the USBMark Kettenis
2016-07-13Introduce RTF_MULTICAST and flag corresponding IPv6 routes as suchMartin Pieuchot
2016-07-13CPUID vendor ID was already register-swapped during initial query, so noMike Larkin
2016-07-13store nd6 expiries in the route, not separately in the llinfo struct.David Gwynne
2016-07-12Reset the mt state completely in wsmouse_mt_init.Ulf Brosziewski