summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-12-03Switch iwx(4) to new -67 firmware images.Stefan Sperling
2021-12-03Disable probe requests during scans in iwx(4) again.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwx(4).Stefan Sperling
2021-12-03Introduce an optional driver-specific bgscan_done() handler whichStefan Sperling
2021-12-03Ignore ADDBA requests from our AP while we are roaming away from it.Stefan Sperling
2021-12-03Bring back the recently reverted change, this time without the invertedAnton Lindqvist
2021-12-02firstc() and nextc() use an int of global static storage. Make thisTheo de Raadt
2021-12-02ipsec_common_input_cb() extracted the inner IP header of IPsecAlexander Bluhm
2021-12-02Allow to build kernel without IPSEC or INET6 defines.Alexander Bluhm
2021-12-01Reintroduce the TDBF_DELETED flag. Checking next pointer to figureAlexander Bluhm
2021-12-01mention that the "flags" field in the enchdr is uses m_flags valuesTheo de Raadt
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-12-01late allocation of clist in putc() and b_to_q() hasn't been required inTheo de Raadt
2021-12-01Let ipsp_spd_lookup() return an error instead of a TDB. The TDBAlexander Bluhm
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Jonathan Gray
2021-12-01drm/amd/display: Set plane update flags for all planes in resetJonathan Gray
2021-11-30add ixl(4)Theo de Raadt
2021-11-30Remove unused parameter from ipsp_spd_inp().Alexander Bluhm
2021-11-30Prevent select(2) from blocking if registering found pending events.Visa Hankala
2021-11-30enable uhid/fidoTheo de Raadt
2021-11-29The network stack currently uses IPL_SOFTNET. Consistently initializeAlexander Bluhm
2021-11-29regenVitaliy Makkoveev
2021-11-29Unlock accept(2) and accept4(2) syscalls. Unlock them both because theyVitaliy Makkoveev
2021-11-29vmm(4): bump remote vmclear spinout ticksDave Voutila
2021-11-29kqueue: Revise badfd knote handlingVisa Hankala
2021-11-29Using a void pointer for temporary allocated TDB in pfkeyv2 doesAlexander Bluhm
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-28SpacingMarcus Glocker
2021-11-28utvfu(4) only has one frame size, either for PAL or NTSC. ThereforeMarcus Glocker
2021-11-28Align with the recent memory allocation changes we did for the otherMarcus Glocker
2021-11-27previous commit causes gcc to perform an unaligned access to the tcphdrTheo de Raadt
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-27free() with nullptr is OK, but not if the size is unitialized, and theTheo de Raadt
2021-11-27drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...Jonathan Gray
2021-11-27drm/i915/dp: Ensure sink rate values are always validJonathan Gray
2021-11-27drm/amd/display: Update swizzle mode enumsJonathan Gray
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-26Put a mutex assert locked into puttdb_locked().Alexander Bluhm
2021-11-26Replace TDBF_DELETED flag with check if tdb was already unlinked.Tobias Heider
2021-11-26The IORT table usually only contains single mappings. While on the LX2K therePatrick Wildt
2021-11-26avoid clang -Wsometimes-uninitialized warning when DDB is not definedJonathan Gray
2021-11-26avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is notJonathan Gray
2021-11-26Add interfaces to enable all power domains for a node.Mark Kettenis
2021-11-26Mark exit1() and sigexit() as non-returningVisa Hankala
2021-11-25move label to fix RAMDISKTheo de Raadt
2021-11-25revert recent change, breakage reported by dv@Anton Lindqvist
2021-11-25Prepare iwx(4) for using new firmware (API version -67) in the future.Stefan Sperling
2021-11-25Implement reference counting for IPsec tdbs. Not all cases areAlexander Bluhm
2021-11-25Assert that at least one report id is claimed during multiple report idsAnton Lindqvist