summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-11-19Fix monitor mode on iwm(4) and iwx(4).Stefan Sperling
2021-11-19whitespace tweaks. no functional change.David Gwynne
2021-11-19let CH340 chips keep working in 8N1 mode.David Gwynne
2021-11-19Correct the CPUID() and CPUID_LEAF() macros to not include a trailingPhilip Guenther
2021-11-19drm/plane-helper: fix uninitialized variable referenceJonathan Gray
2021-11-19drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsJonathan Gray
2021-11-19drm/amdgpu: fix warning for overflow checkJonathan Gray
2021-11-19drm/ttm: stop calling tt_swapin in vm_accessJonathan Gray
2021-11-19drm/amd/display: dcn20_resource_construct reduce scope of FPU enabledJonathan Gray
2021-11-19drm/amdkfd: fix resume error when iommu disabled in PicassoJonathan Gray
2021-11-19drm/amdgpu: Fix MMIO access page faultJonathan Gray
2021-11-19drm/panel-orientation-quirks: add Valve Steam DeckJonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for GPD Win3Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for Aya Neo 2021Jonathan Gray
2021-11-18vndsetcred: don't a reference to credentials in error path.Theo Buehler
2021-11-18printing udpencap_port in ddb requires ntohs not ntohl. use better formatStuart Henderson
2021-11-17When unp_connect() releases both solock() and vnode(9) locks the socket weVitaliy Makkoveev
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-17Disable active scanning on iwm(4) 9260 and 9560.Stefan Sperling
2021-11-17uhidpp does claim multiple report idsAnton Lindqvist
2021-11-17ucc does not claim multiple report idsAnton Lindqvist
2021-11-17Fix a double free in uhidev_close() caused by a race betweenAnton Lindqvist
2021-11-16move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK()Alexandr Nedvedicky
2021-11-16To debug IPsec and tdb refcounting it is useful to have "show tdb"Alexander Bluhm
2021-11-16Use nowake when poll/select has empty fd setVisa Hankala
2021-11-16fix typo in an error message printed by iwx_phy_ctxt_update()Stefan Sperling
2021-11-16fix typo in an error message printed by iwm_phy_ctxt_update()Stefan Sperling
2021-11-16hilkbd(4): Fix swedish keyboard layout botch on non-PS/2 style keyboardsLandry Breuil
2021-11-16Move UNIX domain sockets garbage collector out of `unp_lock.Vitaliy Makkoveev
2021-11-15Copy p_p->ps_pledge into a local variable (called pledge) in every functionTheo de Raadt
2021-11-15Revert to eager removal of poll/select knotesVisa Hankala
2021-11-15Third attempt to solve the claim multiple report ids conflict. Using theAnton Lindqvist
2021-11-15In preparation for once again trying the resolve the claim multipleAnton Lindqvist
2021-11-14Make sure efiboot is built with RELA/REL relocations and not RELR,Philip Guenther
2021-11-13Catch up with (proposed) Linux device tree bindings.Mark Kettenis
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2021-11-13Let filt_fileattach() run without the kernel lockVisa Hankala
2021-11-12Add #defines and typedefs for RELR, a compressed form for relative relocationsPhilip Guenther
2021-11-12sigsuspend(2): sleep on &nowake channelScott Soule Cheloha
2021-11-12Add support for controlling keyboard LEDs.Mark Kettenis
2021-11-12Use a mutex to lock the bus such that we can safely access the bus fromMark Kettenis
2021-11-12"netconfigd" is now better known as resolvd(8)Theo de Raadt
2021-11-12Add support for 40MHz channels to the iwn(4) driver.Stefan Sperling
2021-11-12Sync the iwn(4) "enhanced Tx power" eeprom data structure with Linux.Stefan Sperling
2021-11-12Keep knotes between poll/select systems callsVisa Hankala
2021-11-11The Apple DART has a nifty feature that allows us protection of subrangesMark Kettenis
2021-11-11Fix GENERIC kernel compilation.Vitaliy Makkoveev