summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-03-22Now that MSI pages are properly mapped, all that debug code in smmu(4)Patrick Wildt
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIsPatrick Wildt
2021-03-22Update device-tree bindingskn
2021-03-22Let iwn(4) simply clear frames before the firmware's BA window, insteadStefan Sperling
2021-03-21wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@Stuart Henderson
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.Ulf Brosziewski
2021-03-21Disambiguate expressions.Visa Hankala
2021-03-21makes `struct execsw' to:Sebastien Marie
2021-03-21Use uppercases for defines.Martin Pieuchot
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.Florian Obser
2021-03-20namei: reorganize a bit the error path for simples casesSebastien Marie
2021-03-20Sync some comments in order to reduce the difference with NetBSD.Martin Pieuchot
2021-03-20use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.David Gwynne
2021-03-19another unfortunate action to cope with relentless kernel growthTheo de Raadt
2021-03-18When changing the link local address send a RTM_IFINFO message out.Claudio Jeker
2021-03-18Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()Claudio Jeker
2021-03-18Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFOClaudio Jeker
2021-03-18Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completelykn
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton
2021-03-18regenmvs
2021-03-18Unlock sendsyslog(2). Console output still requires kernel lock to bemvs
2021-03-18Fix previous (1.258). It breaks if localX itself is an object reference.YASUOKA Masahiko
2021-03-17When devices have claimed multiple report ids, only detach and sendJoshua Stein