summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-11-24Spacing and remove an unused macro.Marcus Glocker
2021-11-24SpacingMarcus Glocker
2021-11-24Fix panic when running utvfu(4) on xhci(4).Marcus Glocker
2021-11-24When sending ICMP packets for IPsec path MTU discovery, the firstAlexander Bluhm
2021-11-24Fix type of count.Visa Hankala
2021-11-24Simplify arithmetics on the main path.Visa Hankala
2021-11-24Remove unneeded <sys/stdarg.h>.Visa Hankala
2021-11-24Refactor postsig_done(). Pass the catchmask and signal reset flag to theClaudio Jeker
2021-11-24Minor code cleanup. Move a comment to the right place, move a functionClaudio Jeker
2021-11-24Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand whatClaudio Jeker
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-23Fix mbuf leaks after reception error in rge_rxeof().Kevin Lo
2021-11-23limit a variable to the scope inside #ifdef where it is usedTheo de Raadt
2021-11-23avoid clang -Wsometimes-uninitialized warnings in fms(4)Jonathan Gray
2021-11-22use ISC license for ubcmtpJoshua Stein
2021-11-22Enable iicmux(4) and pcyrtc(4).Mark Kettenis
2021-11-22Add pcyrtc(4), a driver for the NXP PCF85063A/TP RTC chips.Mark Kettenis