aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric2022-07-261-5/+5
* Fix unused variable warning in xen's blkback.cDimitry Andric2022-07-261-3/+0
* Fix unused variable warning in xen's blkfront.cDimitry Andric2022-07-261-2/+1
* Adjust playinit() definition to avoid clang 15 warningDimitry Andric2022-07-261-1/+1
* Adjust check_struct_sizes() definition to avoid clang 15 warningDimitry Andric2022-07-261-1/+1
* Adjust sctp_drain() definition to avoid clang 15 warningDimitry Andric2022-07-261-1/+1
* Update to bmake-20220724Simon J. Gerraty2022-07-2665-1369/+1933
|\
| * Import bmake-20220724vendor/NetBSD/bmake/20220724Simon J. Gerraty2022-07-2665-1369/+1933
* | rc: Start testing the rc(8) framework (beginning with *_oomprotect)Mateusz Piotrowski2022-07-264-0/+111
* | Add pmc.dmc-620(3) man page.Aleksandr Rybalko2022-07-262-0/+166
* | x86/iommu: Correct a recent change to iommu_domain_unload_entry()Alan Cox2022-07-263-8/+12
* | stand: Fix set but unused warningWarner Losh2022-07-261-1/+2
* | cdefs: Add some notes about the different versions of POSIXWarner Losh2022-07-261-3/+11
* | atomic: Add some type checking to plain atomic_load/store helpersMark Johnston2022-07-251-22/+66
* | Adjust sctp_init_sysctls() definition to avoid clang 15 warningDimitry Andric2022-07-251-1/+1
* | Fix unused variable warning in sctp_timer.cDimitry Andric2022-07-251-1/+3
* | Fix unused variable warning in sctp_output.cDimitry Andric2022-07-251-3/+1
* | Fix unused variable warnings in sctp_indata.cDimitry Andric2022-07-251-3/+8
* | Adjust function definitions in if_pfsync.c to avoid clang 15 warningsDimitry Andric2022-07-251-4/+4
* | Fix unused variable warning in if_pfsync.cDimitry Andric2022-07-251-2/+1
* | Adjust function definitions in pf.c to avoid clang 15 warningsDimitry Andric2022-07-251-6/+6
* | Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric2022-07-251-2/+2
* | libcrypto: Work around strict aliasing violations in bn_nist.cJessica Clarke2022-07-251-0/+5
* | iommu_gas: Eliminate a possible case of use-after-freeAlan Cox2022-07-257-16/+41
* | asmc: Add support for MacBookPro6,2ed crowe2022-07-252-1/+49
* | Add ELFCOMPRESS_ZSTD ELF compression constantEd Maste2022-07-252-1/+6
* | stand/disk: Trivial formatting nitWarner Losh2022-07-251-1/+1
* | hier(7): document libdata/pkgconfigBaptiste Daroussin2022-07-251-1/+3
* | Add d_sblockloc to libufs(3) disk structure to allow options to be added.Kirk McKusick2022-07-253-3/+21
* | Have dumpfs(8) ignore superblock check-hash failures.Kirk McKusick2022-07-251-1/+7
* | Output fs_csaddr rather than fs_old_csaddr for UFS1 filesystems.Kirk McKusick2022-07-251-2/+2
* | stand/zfs: Update comment about blake3_impl_hack.cWarner Losh2022-07-241-1/+2
* | stand/libsa: zfs use standard ZFS_EARLY stuffWarner Losh2022-07-242-7/+10
* | zfs: Increase compatibility for different environmentsWarner Losh2022-07-241-0/+2
* | skein: Update guard define checkWarner Losh2022-07-241-1/+1
* | stand/zfs: Limit flags further for ZFSWarner Losh2022-07-241-6/+5
* | stand: Use c99 structure initialization for userboot's host_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for gzipfs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for splitfs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for pkgfs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for nfs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for bzipfs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for ext2fs_fsopsWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for network deviceWarner Losh2022-07-241-9/+9
* | stand: Use c99 structure initialization for fwohci deviceWarner Losh2022-07-241-9/+9
* | stand: Use c99 structure initialization for userboot block deviceWarner Losh2022-07-241-9/+9
* | stand: Use c99 structure initialization for uboot block deviceWarner Losh2022-07-241-9/+9
* | stand: Use c99 structure initialization for ofw's block deviceWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for kboot's hostdisk deviceWarner Losh2022-07-241-8/+8
* | stand: Use c99 structure initialization for md deviceWarner Losh2022-07-241-9/+8