summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-05-27virtio: remove unused vq_maxsegsizeStefan Fritsch
2017-05-27Remove obsolete comment talking about splnet().Martin Pieuchot
2017-05-27there shouldn't be any need to check for PGE on amd64. ok deraadt mlarkinTed Unangst
2017-05-27virtio: Remove MINSEG_INDIRECTStefan Fritsch
2017-05-27Use EFI memory map to discover available physical memory.Mark Kettenis
2017-05-27In ifa_ifwithroute() the rtalloc() needs to be done against the rdomainClaudio Jeker
2017-05-27Claim physical memory allocated during early bootstrap from the PROM.Mark Kettenis
2017-05-27Make room for another 4GB of .text.Mark Kettenis
2017-05-27Move error path to end of function where god intended itKenneth R Westerback
2017-05-27Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC orClaudio Jeker
2017-05-27Remove superflyous splnet()/splx() dances.Martin Pieuchot
2017-05-27Check cache_valias_mask earlier in the expression. The value is zeroVisa Hankala
2017-05-27add missing prototypeMike Larkin
2017-05-26Enable chvgpio(4) in RAMDISK_CD on amd64.Stefan Sperling
2017-05-26There is only one version of pfkey in OpenBSD and this will not change anyClaudio Jeker
2017-05-26Get rid of the DELAY() hack in the firmware loader for 8000 familyStefan Sperling
2017-05-26In IPIP input rename the variable ipo to ip as it is used for innerAlexander Bluhm
2017-05-26Instead of looking at the IP version of the header, use the outerAlexander Bluhm
2017-05-26virtio: minor tweakStefan Fritsch
2017-05-26vioblk: set VIOBLK_DONE from vioblk_vq_done1Stefan Fritsch
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-05-26Prepare ohci_intr1() for IPL_MPSAFE.Martin Pieuchot
2017-05-26Move vioblk and vioscsi more fully into the world of iopool andKenneth R Westerback
2017-05-25Add a header with EFI/UEFI-related definitions for use by the kernel. ForMark Kettenis
2017-05-25Replace the only usage of x86_pause() with SPINLOCK_SPIN_HOOK.Visa Hankala
2017-05-25Drop trailing semicolon from a macro.Visa Hankala
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-24Fail with EINVAL when asked to create a non-root queue instead of panickingMike Belopuhov
2017-05-24When using "tcpdump proto 128" the filter never matched. A signAlexander Bluhm
2017-05-24Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and theirVisa Hankala
2017-05-23Rate limit messages about spurious ISA interrupts on yeeloong systems.Visa Hankala
2017-05-23Move the common length check in pf_pull_hdr() after the addressAlexander Bluhm
2017-05-23Bump the right counters. One of these was caught by clang because of aMark Kettenis
2017-05-22Move IPsec forward and local policy check functions to ipsec_input.cAlexander Bluhm
2017-05-22Use the IPsec policy check from IPv4 also when doing local deliveryAlexander Bluhm
2017-05-22Fix a mbuf leak when reflecting an ICMP packet with IP options.Alexander Bluhm
2017-05-22Drop kernel trace points. The trace facility does not exist on OpenBSD.Visa Hankala
2017-05-22white space fix. no functional change.David Gwynne
2017-05-21Give the vp pool its own allocator. Avoiding the logic that creates largeMark Kettenis
2017-05-21Add clocks for SD/MCC controller on Exynos 5420/5800.Mark Kettenis
2017-05-21Remove exesdhc(4). This driver was never finished and has been replacedMark Kettenis
2017-05-21Add support for the SD/MMC controller found on Samsuung Exynos5.Mark Kettenis
2017-05-21Fix copy/paste in comment.Jeremie Courreges-Anglas
2017-05-21Actually wait on auto command done (ACD) as was the intention.Mark Kettenis
2017-05-21Tweak style.Visa Hankala
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-05-21Rockchip SoCs needs some additional register twiddling when the link speedMark Kettenis
2017-05-21Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as foundMark Kettenis
2017-05-20More SD/MMC controller-related clocks.Mark Kettenis
2017-05-20- fixes regression found by pf_forward testAlexandr Nedvedicky