summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Push kernel lock within rtable_add(9) and rework it to return 0 in themvs2021-03-262-10/+14
* Push kernel lock down to rt_setsource() to make `ifa' dereference safe.mvs2021-03-261-3/+10
* Initialize error variable in dtread().bluhm2021-03-261-2/+2
* Only install route with label, fix route leak on destroykn2021-03-263-3/+15
* Remove parenthesis around return value to reduce the diff with NetBSD.mpi2021-03-2613-176/+176
* Fix wrong sequence number wrap in ieee80211_recv_auth().stsp2021-03-261-2/+2
* regenjan2021-03-261-1/+5
* Add PCI ID for Intel X710 10G SFP+ NICjan2021-03-261-1/+2
* regenjan2021-03-261-1/+2
* Add missing PCI ID for Intel X710 SFP+ NICjan2021-03-261-1/+2
* Permit kern.somaxconn when the unix pledge is used. Previously this was onlyabieber2021-03-251-2/+2
* an invalid value of `mcs' may come from the hardware so adjust code so that themestre2021-03-251-2/+3
* Provide apm(4/arm64) with battery informationkn2021-03-251-1/+41
* remove uneeded includes in md armv7 filesjsg2021-03-2569-307/+71
* syncsthen2021-03-242-6/+6
* remove vendor name (Dell) repeated in product namesthen2021-03-241-2/+2
* Improve the tap detection mechanism.bru2021-03-241-12/+21
* cd9660, mfs: do not hide generic vop functions behind #definesemarie2021-03-243-31/+15
* make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie2021-03-243-4/+8
* The logic in mmrw() to check whether an address is within directbluhm2021-03-241-4/+4
* Make tap detection less restrictive for multi-finger taps.bru2021-03-241-9/+3
* Define a USB quirk for devices that need to keep their pipes open atjcs2021-03-244-14/+63
* regenjcs2021-03-242-4/+16
* add HAILUCK Keyboardjcs2021-03-241-1/+5
* Fix a corner case bug in Rx block ack window gap-wait timeout handling.stsp2021-03-231-1/+5
* When moving the Rx block ack window forward do not implicitly rely onstsp2021-03-231-2/+3
* Make a child execute fork_return() only if PTRACE_FORK has been specified.mpi2021-03-231-3/+6
* Skip first frame when saving stacktraces, it's always witness_checkorder().mpi2021-03-231-3/+3
* Pack the SPCR struct definition since the struct isn't naturally alignedpatrick2021-03-232-4/+4
* Now that MSI pages are properly mapped, all that debug code in smmu(4)patrick2021-03-221-34/+2
* Load MSI pages through bus_dma(9). Our interrupt controllers for MSIspatrick2021-03-225-22/+153
* Update device-tree bindingskn2021-03-221-6/+6
* Let iwn(4) simply clear frames before the firmware's BA window, insteadstsp2021-03-221-29/+17
* wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@sthen2021-03-211-5/+4
* Include wstpad allocations when cleaning up wsmouse resources.bru2021-03-213-3/+20
* Disambiguate expressions.visa2021-03-211-3/+3
* makes `struct execsw' to:semarie2021-03-212-6/+12
* Use uppercases for defines.mpi2021-03-211-6/+6
* RFC 8981 allows the configuration of only temporary IPv6 addresses.florian2021-03-201-4/+8
* namei: reorganize a bit the error path for simples casessemarie2021-03-201-23/+17
* Sync some comments in order to reduce the difference with NetBSD.mpi2021-03-209-292/+463
* use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.dlg2021-03-201-5/+3
* another unfortunate action to cope with relentless kernel growthderaadt2021-03-191-2/+2
* When changing the link local address send a RTM_IFINFO message out.claudio2021-03-181-2/+4
* Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()claudio2021-03-181-3/+6
* Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFOclaudio2021-03-181-3/+6
* Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completelykn2021-03-181-2/+2
* In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton2021-03-183-22/+3
* regenmvs2021-03-184-9/+9
* Unlock sendsyslog(2). Console output still requires kernel lock to bemvs2021-03-182-41/+58