aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vmx: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-191-5/+27
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-193-5/+5
* amd64: Fix two typos of loader tunablesZhenlei Huang2023-10-191-2/+2
* pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.hKristof Provost2023-10-191-4/+0
* hwpmc_amd: remove an unused variableMitchell Horne2023-10-191-1/+0
* pf: fix pf divert-to loopIgor Ostapenko2023-10-193-14/+59
* vfs cache: Fallback to namei to resolve symlinks with leading / in target for...Dmitry Chagin2023-10-191-0/+5
* net/route: properly brace the RT_LOG() macroGleb Smirnoff2023-10-191-4/+5
* smartpqi: Change alignment for dma tagsJohn Hall2023-10-191-2/+2
* smartpqi: Drop spinlock before freeing memoryJohn F. Carr2023-10-191-3/+3
* param.h: Bump __FreeBSD_version for commit 57ce37f9dcd0Rick Macklem2023-10-181-1/+1
* nfscl: Make NFSv4.2 Copy set atime on infdRick Macklem2023-10-183-4/+54
* nfscl: Handle the NFSERR_RETRYUNCACHEDREP error from a NFSv4 serverRick Macklem2023-10-181-1/+2
* pmc: remove last bits of AMD K7 CPU supportMitchell Horne2023-10-182-39/+2
* hwpmc_amd: kill off k7 support bitsMitchell Horne2023-10-182-98/+14
* hwpmc_amd: simplify counter descriptor definitionsMitchell Horne2023-10-181-177/+30
* hpwmc_amd.c: style improvementsMitchell Horne2023-10-181-164/+116
* hwpmc_core: remove two non-existent function prototypesMitchell Horne2023-10-181-2/+0
* hwpmc: tidy pcd_finalize methodsMitchell Horne2023-10-188-43/+29
* Add the BBR and RACK stacks to the LINT kernel.Dag-Erling Smørgrav2023-10-186-11/+14
* linuxkpi: Fix an assertion in linux_free_kmem()Mark Johnston2023-10-181-1/+1
* nfsd: Fix a server crashRick Macklem2023-10-182-2/+13
* nfsd: Avoid acquiring a vnode for some NFSv4 Readdir operationsRick Macklem2023-10-171-3/+27
* lltable: fix ddb show llentry l3_addr pretty printerR. Christian McDonald2023-10-171-20/+19
* mkimg: Ensure GPT Entry Array is at least 16kWarner Losh2023-10-171-0/+7
* nmount(MNT_UPDATE): add optional generid fsid parameterKonstantin Belousov2023-10-171-2/+17
* linuxkpi: Handle direct-mapped addresses in linux_free_kmem()Mark Johnston2023-10-171-3/+19
* geom_linux_lvm: Avoid removing from vg_list before insertingMark Johnston2023-10-171-2/+2
* tcp: use signed IsLost() related accounting variablesRichard Scheffenegger2023-10-172-4/+4
* uiomove: Add some assertionsMark Johnston2023-10-177-0/+40
* ktrace: Handle uio_resid underflow via MSG_TRUNCMark Johnston2023-10-171-1/+2
* amd64: Zero-fill AP PCPU pagesMark Johnston2023-10-171-2/+3
* kmsan: Set -fno-sanitize-memory-param-retval for nowMark Johnston2023-10-172-2/+5
* kmsan: Use __builtin_memset to initialize per-thread stateMark Johnston2023-10-171-1/+1
* witness: Unconditionally initialize out-params for witness_save()Mark Johnston2023-10-171-0/+4
* netlink: cope with growing requestsKristof Provost2023-10-171-1/+1
* netlink: descend into nested parsers when verifyingKristof Provost2023-10-171-0/+8
* netlink: add attr parser utility functionsKristof Provost2023-10-172-0/+48
* ctl: Use ctl_io_sbuf in ctl_process_doneJohn Baldwin2023-10-161-19/+1
* ctl: Make ctl_private.h more self-containedJohn Baldwin2023-10-161-0/+1
* ctl: Make ctl_ha.h more self-containedJohn Baldwin2023-10-161-0/+2
* ctl: Make ctl_io.h more self-containedJohn Baldwin2023-10-161-0/+3
* ctl: Make ctl.h more self-containedJohn Baldwin2023-10-161-0/+6
* cam: Make <cam/scsi/scsi_all.h> more self-containedJohn Baldwin2023-10-161-0/+1
* acpi_pcib: Trust decoded bus range from _CRS over _BBNJohn Baldwin2023-10-161-11/+19
* arm64/compat32: Fix handling of 32bits FP registers.Olivier Houchard2023-10-161-4/+12
* arm64: Save an instruction in locore.SAlfonso Gregory2023-10-161-2/+1
* Revert "dwc: re-rewrite barrier part"Emmanuel Vadot2023-10-161-0/+3
* arm64: Raise a SIGBUS on a user external abortAndrew Turner2023-10-161-2/+8
* pci: Set the domain in the pci_generic driverAndrew Turner2023-10-161-1/+8