summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Push kernel lock within rtable_add(9) and rework it to return 0 in themvs2-10/+14
2021-03-26Push kernel lock down to rt_setsource() to make `ifa' dereference safe.mvs1-3/+10
2021-03-26Initialize error variable in dtread().bluhm1-2/+2
2021-03-26Only install route with label, fix route leak on destroykn3-3/+15
2021-03-26Remove parenthesis around return value to reduce the diff with NetBSD.mpi13-176/+176
2021-03-26Fix wrong sequence number wrap in ieee80211_recv_auth().stsp1-2/+2
2021-03-26regenjan1-1/+5
2021-03-26Add PCI ID for Intel X710 10G SFP+ NICjan1-1/+2
2021-03-26regenjan1-1/+2
2021-03-26Add missing PCI ID for Intel X710 SFP+ NICjan1-1/+2
2021-03-25Permit kern.somaxconn when the unix pledge is used. Previously this was onlyabieber1-2/+2
2021-03-25an invalid value of `mcs' may come from the hardware so adjust code so that themestre1-2/+3
2021-03-25Provide apm(4/arm64) with battery informationkn1-1/+41
2021-03-25remove uneeded includes in md armv7 filesjsg69-307/+71
2021-03-24syncsthen2-6/+6
2021-03-24remove vendor name (Dell) repeated in product namesthen1-2/+2
2021-03-24Improve the tap detection mechanism.bru1-12/+21
2021-03-24cd9660, mfs: do not hide generic vop functions behind #definesemarie3-31/+15
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie3-4/+8
2021-03-24The logic in mmrw() to check whether an address is within directbluhm1-4/+4
2021-03-24Make tap detection less restrictive for multi-finger taps.bru1-9/+3
2021-03-24Define a USB quirk for devices that need to keep their pipes open atjcs4-14/+63
2021-03-24regenjcs2-4/+16
2021-03-24add HAILUCK Keyboardjcs1-1/+5
2021-03-23Fix a corner case bug in Rx block ack window gap-wait timeout handling.stsp1-1/+5
2021-03-23When moving the Rx block ack window forward do not implicitly rely onstsp1-2/+3
2021-03-23Make a child execute fork_return() only if PTRACE_FORK has been specified.mpi1-3/+6
2021-03-23Skip first frame when saving stacktraces, it's always witness_checkorder().mpi1-3/+3
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedpatrick2-4/+4
2021-03-22Now that MSI pages are properly mapped, all that debug code in smmu(4)patrick1-34/+2
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIspatrick5-21/+152
2021-03-22Update device-tree bindingskn1-6/+6
2021-03-22Let iwn(4) simply clear frames before the firmware's BA window, insteadstsp1-29/+17
2021-03-21wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@sthen1-5/+4
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.bru3-3/+20
2021-03-21Disambiguate expressions.visa1-3/+3
2021-03-21makes `struct execsw' to:semarie2-6/+12
2021-03-21Use uppercases for defines.mpi1-6/+6
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.florian1-4/+8
2021-03-20namei: reorganize a bit the error path for simples casessemarie1-23/+17
2021-03-20Sync some comments in order to reduce the difference with NetBSD.mpi9-292/+463
2021-03-20use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.dlg1-5/+3
2021-03-19another unfortunate action to cope with relentless kernel growthderaadt1-2/+2
2021-03-18When changing the link local address send a RTM_IFINFO message out.claudio1-2/+4
2021-03-18Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()claudio1-3/+6
2021-03-18Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFOclaudio1-3/+6
2021-03-18Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completelykn1-2/+2
2021-03-18In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton3-22/+3
2021-03-18regenmvs4-9/+9
2021-03-18Unlock sendsyslog(2). Console output still requires kernel lock to bemvs2-41/+58