aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxKPI: 802.11: pass internal variable to lkpi_80211_mo_sta_state()Bjoern A. Zeeb2022-11-013-23/+19
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-312-1/+15
* LinuxKPI: 802.11: update struct member typesBjoern A. Zeeb2022-10-312-4/+7
* LinuxKPI: 802.11 update header filesBjoern A. Zeeb2022-10-314-5/+36
* pf: expose syncookie active/inactive statusKristof Provost2022-10-311-0/+2
* netlink: fix CTRL_CMD_GETFAMILY lookup/dumps.Alexander V. Chernikov2022-10-311-11/+37
* tcp: make tcp_handle_wakeup() static and robustGleb Smirnoff2022-10-312-17/+9
* inpcb: retire suppresion of randomization of ephemeral portsGleb Smirnoff2022-10-312-104/+5
* icmp: doesn't need tcp_var.hGleb Smirnoff2022-10-311-1/+0
* rack/bbr: put back assertion that connection is not in TIME-WAITGleb Smirnoff2022-10-312-0/+4
* netlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define.Alexander V. Chernikov2022-10-311-1/+1
* netlink: fix NLMSG_SPACE() macro.Alexander V. Chernikov2022-10-311-1/+1
* netlink: fix generic netlink privilege check.Alexander V. Chernikov2022-10-311-1/+1
* netgraph/ng_bridge: add missing array terminatorKristof Provost2022-10-311-0/+1
* dtrace: Load fasttrap on powerpc with dtraceallJustin Hibbits2022-10-301-1/+1
* dtrace: Add pid provider to the build for powerpcJustin Hibbits2022-10-301-1/+3
* dtrace: Make pid provider work on trivial testsJustin Hibbits2022-10-301-0/+4
* LinuxKPI: add timekeeping.h, another dummy (empty) header fileBjoern A. Zeeb2022-10-301-0/+0
* iommu_gas: drop fini cleanup loopDoug Moore2022-10-291-12/+4
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh2022-10-293-1/+3
* modules: Remove duplicate opt_global.h targetWarner Losh2022-10-291-6/+0
* sys/modules: MODULES_OVERRIDE takes precedence over EXTRA_MODULES and WITHOUT...Warner Losh2022-10-291-2/+2
* dtb: Be much less verbose in the building of dtbWarner Losh2022-10-293-6/+2
* linux, linux64: fix module loadMitchell Horne2022-10-292-0/+2
* linux, linux64: improve SRCS formattingMitchell Horne2022-10-292-19/+69
* atomic: Intercept atomic_(load|store)_bool for kernel sanitizersMark Johnston2022-10-294-2/+23
* genet: add another case where headers need pullupMike Karels2022-10-291-2/+5
* vfs_domount(): ensure that v_mountedhere and VIRF_MOUNTPOINT are set under th...Konstantin Belousov2022-10-291-0/+6
* iommu_gas: start space search from 1st free spaceDoug Moore2022-10-292-20/+52
* ddb: print the actual syscall nameMitchell Horne2022-10-285-17/+9
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-10-284-4/+8
* Disable Hyper-V on arm64Andrew Turner2022-10-281-1/+1
* Remove the hyperv option from std.devAndrew Turner2022-10-281-3/+0
* wg: Trim compat shims for versions older than current stable/13.John Baldwin2022-10-283-1761/+52
* wg: Retire now unused support.h.John Baldwin2022-10-283-23/+0
* wg: Use zfree.John Baldwin2022-10-282-10/+5
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-10-282-63/+65
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-2819-4/+7389
* sys/modules: Catchup to armv[45] being removedWarner Losh2022-10-281-3/+1
* sys/modules: Delete now empty ifWarner Losh2022-10-281-4/+0
* ns8250: Fix sense of LSR_TEMT FCR checkColin Percival2022-10-281-1/+1
* sys/modules: simplify a little by moving syscons to x86 onlyWarner Losh2022-10-281-2/+2
* sys/modules: tidy up a bit by moving _hyperv to aarch64 sectionWarner Losh2022-10-281-3/+1
* Enable more extres options when FDT is missingAndrew Turner2022-10-281-17/+17
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Allow clk_fixed.c to be built without FDTAndrew Turner2022-10-281-0/+4
* Remove unneeded headers from clk_link.cAndrew Turner2022-10-281-2/+0