summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-07-12The only valid flag for unmount(2) is MNT_FORCE, ignore any others.Todd C. Miller
2016-07-12Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverMark Kettenis
2016-07-12Change over to imxehci(4) here as well.Mark Kettenis
2016-07-12Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driverMark Kettenis
2016-07-12in the great unp_gc rewrite, a null check was lost. we have spent someTed Unangst
2016-07-12The check for pledge "recvfd" was mistakenly only being performedTheo de Raadt
2016-07-12Directly drop packets filtered by bpf(4) instead of going through theMartin Pieuchot
2016-07-12remove more noisy messages in "sendfd" and "recvfd"Theo de Raadt
2016-07-11don't allow mounting with noval owner. panics later.Ted Unangst
2016-07-11be less noisy on console in case of "recvfd" refusalTheo de Raadt
2016-07-11Use gpio framework to implement hardware reset of the PHY instead ofMark Kettenis