aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* TCA6408: Add driver for tca6408 gpio expanderHubert Mazur2021-11-243-0/+382
* felix: Add support for PHY interruptsKornel Duleba2021-11-241-1/+8
* enetc: Add support for PHY interruptsKornel Duleba2021-11-241-1/+9
* vscphy: Add support for PHY interruptsKornel Duleba2021-11-242-1/+75
* Introduce DP83822 PHY driverKornel Duleba2021-11-243-0/+222
* Introduce DP83867 PHY driverKornel Duleba2021-11-243-0/+297
* miibus: Add support for mapping OFW nodes to PHY devicesKornel Duleba2021-11-243-9/+155
* vscphy: Fill in new mii_maxspeed fieldKornel Duleba2021-11-241-0/+1
* mii_physubr: Add support for limiting PHY max speedKornel Duleba2021-11-242-0/+37
* cam: Remove all the write-only variablesWarner Losh2021-11-248-42/+1
* sys/devctl.h: Only declare kernel functions in kernel.Warner Losh2021-11-241-23/+4
* powerpc: Make machine/reg.h self-containedWarner Losh2021-11-241-16/+18
* riscv: Make machine/regs.h self-containedWarner Losh2021-11-241-11/+13
* arm64: Make machine/reg.h self containedWarner Losh2021-11-241-17/+19
* arm: Make machine/reg.h self-containedWarner Losh2021-11-241-3/+5
* mgb: remove set but not used variablesEd Maste2021-11-241-8/+1
* Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64lePiotr Kubaj2021-11-2351-0/+70645
* ice(4): Update to version 0.29.4-kEric Joyner2021-11-2329-874/+2865
* kqueue: Define older kqueue event types betterWarner Losh2021-11-231-13/+13
* ng_bridge: count item allocation failures as memory failuresGleb Smirnoff2021-11-231-0/+2
* pf: fix netpfil.common.dummynet:pf_nat testKristof Provost2021-11-232-57/+60
* pf: align IPv6 dummynet handling with IPv4Kristof Provost2021-11-231-41/+46
* pf: remove unused variablesKristof Provost2021-11-232-5/+0
* Move the arm64 identify_cpu SYSINIT earlierAndrew Turner2021-11-231-1/+1
* if_free: add a comment explaining why ifindex_free() is performed hereGleb Smirnoff2021-11-231-0/+16
* ifnet: merge if_destroy() and if_free_internal() into oneGleb Smirnoff2021-11-231-15/+7
* ifnet: make if_alloc_domain() never failGleb Smirnoff2021-11-231-17/+5
* ifnet: make if_alloc_domain() staticGleb Smirnoff2021-11-232-2/+1
* ifnet: append if_debug.c to if.cGleb Smirnoff2021-11-233-140/+93
* ifnet: garbage collect drbr_*_drv().Gleb Smirnoff2021-11-233-33/+1
* freebsd32: regenBrooks Davis2021-11-222-2/+2
* freebsd32: generate from sys/kern/syscalls.masterBrooks Davis2021-11-225-1917/+67
* syscalls: annotate args pointing to long, pointer, or time_tBrooks Davis2021-11-221-148/+160
* makesyscalls: strip _Contains_ argument annotationsBrooks Davis2021-11-221-0/+1
* makesyscalls: add override of ABI change detectionBrooks Davis2021-11-221-0/+27
* makesyscalls: automate detection of ABI changesBrooks Davis2021-11-221-9/+24
* makesyscalls.lua: Add the ABI function prefix reliably.Brooks Davis2021-11-221-3/+7
* makesyscalls: allow config to force OBSOL and UNIMPLBrooks Davis2021-11-221-8/+45
* freebsd32: regenBrooks Davis2021-11-225-1021/+192
* freebsd32: generate splits of 64-bit argumentsBrooks Davis2021-11-222-107/+30
* syscalls: regenBrooks Davis2021-11-226-5238/+5244
* makesyscalls: handle 64-bit args on 32-bitBrooks Davis2021-11-221-19/+87
* makesyscalls: handle arrays of pointersBrooks Davis2021-11-221-0/+12
* makesyscalls: handle longs in ABI compatBrooks Davis2021-11-221-0/+23
* makesyscalls.lua: Allow translation of intptr_t argumentsBrooks Davis2021-11-221-1/+6
* syscalls: regenBrooks Davis2021-11-224-93/+93
* makesyscalls: intptr_t arguments are pointersBrooks Davis2021-11-221-2/+2
* makesyscalls: Add a way to include per-ABI headersBrooks Davis2021-11-221-0/+11
* makesyscalls: allow multiple expressions for each abi changeBrooks Davis2021-11-221-6/+16
* makesyscalls: Fix expression for time_t_sizeBrooks Davis2021-11-221-1/+1