aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* x86: handle MXCSR from XSAVEOPT when x87 state was optimizedKonstantin Belousov2024-03-282-0/+42
* arm: Remove TI from NOTESEmmanuel Vadot2024-03-281-3/+0
* arm64: Delete stale commentJessica Clarke2024-03-271-1/+0
* sockets: define shutdown(2) constants in cpp namespaceGleb Smirnoff2024-03-271-0/+3
* tcp bblog: use correct lengthMichael Tuexen2024-03-271-2/+2
* kern linker: Make linker_file_add_dependency() voidZhenlei Huang2024-03-271-22/+8
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-262-8/+25
* kern linker: Do not touch userrefs of the kernel fileZhenlei Huang2024-03-261-0/+3
* kern linker: Do not unload a module if it has dependantsZhenlei Huang2024-03-261-0/+2
* amd64: initialize td_frame stack area for init(8) main threadKonstantin Belousov2024-03-261-0/+1
* x86: test the right CPUID bit when checking for XSAVEOPT supportKonstantin Belousov2024-03-262-3/+10
* Remove a reference to xrpu from timetc.hJosef 'Jeff' Sipek2024-03-251-1/+1
* pfsync: cope with multiple pending plus messagesKristof Provost2024-03-251-7/+18
* pfsync: fix use of invalidated stack variableKristof Provost2024-03-251-1/+14
* pf: fix use-after-freeKristof Provost2024-03-251-0/+1
* icmp: allow zero value for ICMP limitsGleb Smirnoff2024-03-252-2/+2
* arm64: fix free queue and reservation configuration for 16KB pagesEliot Solomon2024-03-242-1/+18
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2024-03-241-23/+162
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-249-112/+91
* icmp6: rate limit our echo repliesGleb Smirnoff2024-03-241-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2024-03-241-3/+2
* icmp: improve ICMP limit jitterGleb Smirnoff2024-03-241-22/+59
* icmp: when logging ICMP ratelimiting message use correct jitter valueGleb Smirnoff2024-03-241-5/+5
* icmp: hide icmp_bandlimit_uninit() under VIMAGEGleb Smirnoff2024-03-241-0/+2
* icmp: do not store per-VNET identical array of stringsGleb Smirnoff2024-03-241-19/+18
* acpi_hpet: Make use of enum for vm_guest to improve readabilityZhenlei Huang2024-03-241-1/+1
* unionfs: implement VOP_UNP_* and remove special VSOCK vnode handlingJason A. Harmening2024-03-241-89/+84
* cdevpriv(9): add iteratorKonstantin Belousov2024-03-232-0/+22
* soreceive_dgram: use M_WAITOK when we don't hold any locksGleb Smirnoff2024-03-231-1/+1
* soreceive_dgram: assert that a datagram has control or dataGleb Smirnoff2024-03-231-4/+1
* ng_ksocket: use new macros to lock socket buffersGleb Smirnoff2024-03-231-8/+8
* nvme: Add NVMe over Fabrics fields to nvme_controller_dataJohn Baldwin2024-03-231-1/+11
* nvme: Add constants for the Controller Attributes field in cdataJohn Baldwin2024-03-231-0/+32
* nvme: Add constants and types for the discovery log pageJohn Baldwin2024-03-231-0/+66
* nvme: Add constants for fields in AER completion dword 0John Baldwin2024-03-232-2/+11
* nvme: Add constants for the extended data for Get Log Page command flagJohn Baldwin2024-03-231-0/+3
* nvme: Add constants for the PSDT field in cdw0John Baldwin2024-03-231-1/+10
* nvme: Add SGL structure and constants for use in NVMe commandsJohn Baldwin2024-03-231-5/+59
* nvme: Export constants for min and max queue sizesJohn Baldwin2024-03-232-8/+7
* kern_ctf.c: fix linking with nooptions DDBMitchell Horne2024-03-221-0/+4
* build: add -Wswitch to clang for more consistency with gccRichard Scheffenegger2024-03-221-1/+1
* tcp: no data on SYN segments unless doing TFOMichael Tuexen2024-03-221-0/+6
* arm/nvidia: Fix DTS buildEmmanuel Vadot2024-03-221-1/+1
* ddb: Fix format string errors in db_pprint.cMark Johnston2024-03-221-6/+6
* arm64/vmm: Exclude more sanitizer compiler flags from certain filesMark Johnston2024-03-222-4/+4
* ddb: Add CTF-based pretty printingBojan Novković2024-03-2212-1/+1028
* dts: Fix arm dts pathEmmanuel Vadot2024-03-214-37/+37
* Import device-tree files from Linux 6.5Emmanuel Vadot2024-03-214146-217071/+253668
* kassert.h: update MPASS definition commentaryMitchell Horne2024-03-211-2/+8
* arm64: Add EL1 hardware breakpoint exceptionsAndrew Turner2024-03-214-1/+7