aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blacklistd: Handle 0 sized messagesEd Maste2022-07-181-3/+9
* arm64, qoriq_therm: fix handling sites on version 1 and 2Bjoern A. Zeeb2022-07-181-3/+7
* arm64, qoriq_therm: configure the number of sites base don SoCBjoern A. Zeeb2022-07-181-11/+120
* jail.8: Fix formatting of synopsis and some code examplesMateusz Piotrowski2022-07-181-6/+9
* beinstall.8: Update example distsites for BSDINSTALL_DISTSITEMateusz Piotrowski2022-07-181-2/+4
* usr.bin/cksum: localize _total variables.Xin LI2022-07-183-5/+2
* callout: Simplify the inner loop in callout_process() a bitMark Johnston2022-07-171-34/+31
* callout: Remove a redundant parameter to callout_cc_add()Mark Johnston2022-07-171-4/+4
* Fix clang 15 warning in cxgbeDimitry Andric2022-07-171-1/+1
* unbound: Update version strings to 1.16.1Cy Schubert2022-07-171-3/+3
* cd9660: Use ANSI (c89) prototypesEd Maste2022-07-177-262/+67
* vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernelMark Johnston2022-07-173-4/+2
* vm_pager: Remove the default pagerMark Johnston2022-07-174-163/+4
* vm_object: Remove redundant OBJ_SWAP checksMark Johnston2022-07-171-35/+17
* vm: Remove handling for OBJT_DEFAULT objectsMark Johnston2022-07-176-40/+13
* vm_object: Release object swap charge in the swap pager destructorMark Johnston2022-07-172-18/+14
* swap_pager: Removing handling for objects with OBJ_SWAP clearMark Johnston2022-07-171-63/+13
* vm_object: Modify vm_object_allocate_anon() to return OBJT_SWAP objectsMark Johnston2022-07-173-9/+27
* stress2: Update the exclude listPeter Holm2022-07-171-3/+0
* x86/iommu: Eliminate redundant wrappersAlan Cox2022-07-162-25/+4
* Remove unused but set variable in cxgb_sgeDimitry Andric2022-07-161-3/+0
* Additional check for UFS/FFS superblock integrity checks.Kirk McKusick2022-07-161-0/+1
* Clarify when GEOM utilities exit with success or failure.Kirk McKusick2022-07-165-41/+57
* WPA_DISTDIR does not need to end in a slashDimitry Andric2022-07-161-1/+1
* Adjust agp_find_device() definition in agp.c to avoid clang 15 warningDimitry Andric2022-07-161-1/+1
* ule: unbreak UP buildsMateusz Guzik2022-07-161-0/+2
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* committers-doc.dot: add grahamperrin (Graham Perrin)Graham Perrin2022-07-161-0/+3
* pfctl(8): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* linux(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* enetc: Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* crunchide(1): Fix a typo in a commentGordon Bergling2022-07-161-1/+1
* kdump(1): Sort options in alphabetical order.Dmitry Chagin2022-07-161-2/+2
* ktrace: Increase precision of timestamps.Dmitry Chagin2022-07-164-35/+122
* iommu: Shrink the iommu map entry structureAlan Cox2022-07-164-28/+13
* release: Support GNU stat in mkisoimages.shJessica Clarke2022-07-153-3/+15
* Makefile.inc1 release bsd.own.mk: Introduce and use TAR_CMDJessica Clarke2022-07-153-14/+16
* Makefile.inc1: Set LC_COLLATE in distributeworld for glibc compatibilityJessica Clarke2022-07-151-5/+7
* etc: Fix distrib-dirs to not rely on a BSDismJessica Clarke2022-07-151-1/+1
* Makefile.inc1: Honour DB_FROM_SRC for NO_ROOT distributeworldJessica Clarke2022-07-151-4/+8
* Adjust parse() definition in boot2 to avoid clang 15 warningDimitry Andric2022-07-151-1/+1
* Merge fix for zfs readmmap test from CheriBSDDimitry Andric2022-07-151-0/+1
* Remove unnecessary const and volatile qualifiers from __fp_type_select()Dimitry Andric2022-07-151-10/+1
* kboot: Pull in constants from Linux's mmap.h apiWarner Losh2022-07-151-2/+17
* kboot: Properly cap number of segments loaded for kexecWarner Losh2022-07-151-2/+4
* kboot: Refinements to host_kexec_loadWarner Losh2022-07-156-18/+28
* kboot: Use #defines for magic reboot constantsWarner Losh2022-07-152-2/+6
* kboot: Implement mount(2)Warner Losh2022-07-154-0/+14