summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-03-30Handle systems, such as the Dell Precision 3640, that accessMark Kettenis
2021-03-30Register the PCI variant of dwiic(4) with acpi(4).Mark Kettenis
2021-03-30Some cards announce support for the NTB16 format, but that support does notPatrick Wildt
2021-03-30Some umb(4) devices require the NDP pointer behind the NDP datagram.Patrick Wildt
2021-03-30[ICMP] IP options lead to malformed replyAlexandr Nedvedicky
2021-03-30Move tx/rx descriptors into their own structs.Kevin Lo
2021-03-29Turns out the PCIe DARTs support a full 32-bit device virtual address space.Mark Kettenis
2021-03-29combine umb_products and umb_fccauth_devs into one umb_quirks tableStuart Henderson
2021-03-29Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specificationdv
2021-03-28Since ipw(4) doesn't call into net80211_newstate() the interface link stateStefan Sperling
2021-03-28Add vid/pid table to umb(4) allowing matching to alternate configStuart Henderson
2021-03-28syncStuart Henderson
2021-03-28add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@Stuart Henderson
2021-03-27Make sure that all CPUs end up with the same bits set in SCTLR_EL1.Mark Kettenis
2021-03-27Add ARMv8.5 instruction set related CPU features.Mark Kettenis
2021-03-27Fix SDMMC_DEBUG buildkn
2021-03-27trim the FCS off Ethernet packets before sending them up the stack.David Gwynne
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn
2021-03-26Fix "mach dtb" return code to avoid bogus bootkn
2021-03-26Fix errno, merge ioctl caseskn
2021-03-26Flag sensors as invalid on bogus readskn
2021-03-26Push kernel lock within rtable_add(9) and rework it to return 0 in themvs
2021-03-26Push kernel lock down to rt_setsource() to make `ifa' dereference safe.mvs
2021-03-26Initialize error variable in dtread().Alexander Bluhm
2021-03-26Only install route with label, fix route leak on destroykn
2021-03-26Remove parenthesis around return value to reduce the diff with NetBSD.Martin Pieuchot
2021-03-26Fix wrong sequence number wrap in ieee80211_recv_auth().Stefan Sperling
2021-03-26regenjan
2021-03-26Add PCI ID for Intel X710 10G SFP+ NICjan
2021-03-26regenjan
2021-03-26Add missing PCI ID for Intel X710 SFP+ NICjan
2021-03-25Permit kern.somaxconn when the unix pledge is used. Previously this was onlyAaron Bieber
2021-03-25an invalid value of `mcs' may come from the hardware so adjust code so that theRicardo Mestre
2021-03-25Provide apm(4/arm64) with battery informationkn
2021-03-25remove uneeded includes in md armv7 filesJonathan Gray
2021-03-24syncStuart Henderson
2021-03-24remove vendor name (Dell) repeated in product nameStuart Henderson
2021-03-24Improve the tap detection mechanism.Ulf Brosziewski
2021-03-24cd9660, mfs: do not hide generic vop functions behind #defineSebastien Marie
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLSebastien Marie
2021-03-24The logic in mmrw() to check whether an address is within directAlexander Bluhm
2021-03-24Make tap detection less restrictive for multi-finger taps.Ulf Brosziewski
2021-03-24Define a USB quirk for devices that need to keep their pipes open atJoshua Stein
2021-03-24regenJoshua Stein
2021-03-24add HAILUCK KeyboardJoshua Stein
2021-03-23Fix a corner case bug in Rx block ack window gap-wait timeout handling.Stefan Sperling
2021-03-23When moving the Rx block ack window forward do not implicitly rely onStefan Sperling
2021-03-23Make a child execute fork_return() only if PTRACE_FORK has been specified.Martin Pieuchot
2021-03-23Skip first frame when saving stacktraces, it's always witness_checkorder().Martin Pieuchot
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedPatrick Wildt