[Midnightbsd-cvs] [MidnightBSD/src] e50b0d: sys/ddb

Lucas Holt noreply at github.com
Thu Jul 28 13:31:12 EDT 2022


  Branch: refs/heads/feature/freebsd12
  Home:   https://github.com/MidnightBSD/src
  Commit: e50b0d7a210bf8db5d71338c875c5c445d8900f2
      https://github.com/MidnightBSD/src/commit/e50b0d7a210bf8db5d71338c875c5c445d8900f2
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    R release/picobsd/tinyware/simple_httpd/Makefile
    R release/picobsd/tinyware/simple_httpd/simple_httpd.c
    R release/picobsd/tinyware/view/Makefile
    R release/picobsd/tinyware/view/README
    R release/picobsd/tinyware/view/fbsd.png
    R release/picobsd/tinyware/view/picobsd.vu
    R release/picobsd/tinyware/view/view.c
    M release/scripts/make-manifest.sh
    M release/scripts/mk-vmimage.sh
    M release/scripts/mm-mtree.sh
    M rescue/librescue/Makefile
    M rescue/rescue/Makefile
    M sbin/restore/Makefile
    M sbin/restore/dirs.c
    M sbin/restore/extern.h
    M sbin/restore/interactive.c
    M sbin/restore/main.c
    M sbin/restore/restore.8
    M sbin/restore/restore.c
    M sbin/restore/restore.h
    M sbin/restore/symtab.c
    M sbin/restore/tape.c
    M sbin/restore/utilities.c
    M sbin/route/Makefile
    M sbin/route/keywords
    M sbin/route/route.8
    M sbin/route/route.c
    M sbin/routed/Makefile
    M sbin/routed/Makefile.inc
    M sbin/routed/defs.h
    M sbin/routed/if.c
    M sbin/routed/input.c
    M sbin/routed/main.c
    M sbin/routed/output.c
    M sbin/routed/parms.c
    M sbin/routed/pathnames.h
    M sbin/routed/radix.c
    M sbin/routed/radix.h
    M sbin/routed/rdisc.c
    M sbin/routed/routed.8
    M sbin/routed/rtquery/Makefile
    M sbin/routed/rtquery/Makefile.depend
    M sbin/routed/rtquery/rtquery.8
    M sbin/routed/rtquery/rtquery.c
    M sbin/routed/table.c
    M sbin/routed/trace.c
    M sbin/rtsol/Makefile
    M sbin/savecore/Makefile
    M sbin/savecore/savecore.8
    M sbin/savecore/savecore.c
    M sbin/sconfig/Makefile
    M sbin/sconfig/sconfig.8
    M sbin/sconfig/sconfig.c
    M sbin/setkey/Makefile
    M sbin/setkey/parse.y
    M sbin/setkey/sample.cf
    M sbin/setkey/scriptdump.pl
    M sbin/setkey/setkey.8
    M sbin/setkey/setkey.c
    M sbin/setkey/test-pfkey.c
    M sbin/setkey/test-policy.c
    M sbin/setkey/token.l
    M sbin/setkey/vchar.h
    M sbin/shutdown/Makefile
    M sbin/shutdown/shutdown.8
    M sbin/shutdown/shutdown.c
    M sbin/spppcontrol/Makefile
    M sbin/spppcontrol/spppcontrol.8
    M sbin/spppcontrol/spppcontrol.c
    M sbin/sunlabel/Makefile
    M sbin/sunlabel/runtest.sh
    M sbin/sunlabel/sunlabel.8
    M sbin/sunlabel/sunlabel.c
    M sbin/swapon/Makefile
    M sbin/swapon/swapon.8
    M sbin/swapon/swapon.c
    M sbin/sysctl/Makefile
    M sbin/sysctl/sysctl.8
    M sbin/sysctl/sysctl.c
    M sbin/tests/Makefile
    M sbin/tunefs/Makefile
    M sbin/tunefs/tunefs.8
    M sbin/tunefs/tunefs.c
    M sbin/umount/Makefile
    M sbin/umount/umount.8
    M sbin/umount/umount.c
    M secure/Makefile
    M secure/Makefile.inc
    M secure/lib/libcrypto/amd64/x86_64-mont5.S
    M stand/lua/cli.lua
    M stand/lua/cli.lua.8
    M stand/userboot/userboot_lua/Makefile
    M sys/ddb/db_break.c
    M sys/ddb/db_break.h
    M sys/ddb/db_capture.c
    M sys/ddb/db_command.c
    M sys/ddb/db_command.h
    M sys/ddb/db_examine.c
    M sys/ddb/db_expr.c
    M sys/ddb/db_input.c
    M sys/ddb/db_lex.c
    M sys/ddb/db_lex.h
    M sys/ddb/db_main.c
    M sys/ddb/db_output.c
    M sys/ddb/db_output.h
    M sys/ddb/db_print.c
    M sys/ddb/db_ps.c
    M sys/ddb/db_run.c
    M sys/ddb/db_script.c
    M sys/ddb/db_sym.c
    M sys/ddb/db_sym.h
    M sys/ddb/db_textdump.c
    M sys/ddb/db_thread.c
    M sys/ddb/db_variables.c
    M sys/ddb/db_variables.h
    M sys/ddb/db_watch.c
    M sys/ddb/db_watch.h
    M sys/ddb/db_write_cmd.c
    M sys/ddb/ddb.h
    M sys/kern/kern_et.c
    M sys/kern/kern_event.c
    M sys/net/bpf.c
    M sys/net/bpfdesc.h
    M sys/net/bridgestp.c
    M sys/net/bridgestp.h
    M sys/net/dlt.h
    M sys/net/ethernet.h
    M sys/net/if_vxlan.c
    M sys/net/sff8472.h
    M sys/net/slcompress.c

  Log Message:
  -----------
  sys/ddb


  Commit: 0d6a4d82cc6cbc0ea95bf7bda61ee183d22822a8
      https://github.com/MidnightBSD/src/commit/0d6a4d82cc6cbc0ea95bf7bda61ee183d22822a8
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/fs/autofs/autofs.c
    M sys/fs/autofs/autofs.h
    M sys/fs/autofs/autofs_ioctl.h
    M sys/fs/autofs/autofs_vfsops.c
    M sys/fs/autofs/autofs_vnops.c
    M sys/fs/cd9660/TODO
    M sys/fs/cd9660/TODO.hibler
    M sys/fs/cd9660/cd9660_bmap.c
    M sys/fs/cd9660/cd9660_iconv.c
    M sys/fs/cd9660/cd9660_lookup.c
    M sys/fs/cd9660/cd9660_mount.h
    M sys/fs/cd9660/cd9660_node.c
    M sys/fs/cd9660/cd9660_node.h
    M sys/fs/cd9660/cd9660_rrip.c
    M sys/fs/cd9660/cd9660_rrip.h
    M sys/fs/cd9660/cd9660_util.c
    M sys/fs/cd9660/cd9660_vfsops.c
    M sys/fs/cd9660/cd9660_vnops.c
    M sys/fs/cd9660/iso.h
    M sys/fs/cd9660/iso_rrip.h
    M sys/fs/cuse/cuse.c
    M sys/fs/cuse/cuse_defs.h
    M sys/fs/cuse/cuse_ioctl.h
    M sys/fs/deadfs/dead_vnops.c
    M sys/fs/devfs/devfs.h
    M sys/fs/devfs/devfs_devs.c
    M sys/fs/devfs/devfs_dir.c
    M sys/fs/devfs/devfs_int.h
    M sys/fs/devfs/devfs_rule.c
    M sys/fs/devfs/devfs_vfsops.c
    M sys/fs/devfs/devfs_vnops.c
    M sys/fs/ext2fs/ext2_acl.c
    M sys/fs/ext2fs/ext2_acl.h
    M sys/fs/ext2fs/ext2_alloc.c
    M sys/fs/ext2fs/ext2_balloc.c
    M sys/fs/ext2fs/ext2_bmap.c
    M sys/fs/ext2fs/ext2_csum.c
    M sys/fs/ext2fs/ext2_dinode.h
    M sys/fs/ext2fs/ext2_dir.h
    M sys/fs/ext2fs/ext2_extattr.c
    M sys/fs/ext2fs/ext2_extattr.h
    M sys/fs/ext2fs/ext2_extents.c
    M sys/fs/ext2fs/ext2_extents.h
    M sys/fs/ext2fs/ext2_extern.h
    M sys/fs/ext2fs/ext2_hash.c
    M sys/fs/ext2fs/ext2_htree.c
    M sys/fs/ext2fs/ext2_inode.c
    M sys/fs/ext2fs/ext2_inode_cnv.c
    M sys/fs/ext2fs/ext2_lookup.c
    M sys/fs/ext2fs/ext2_mount.h
    M sys/fs/ext2fs/ext2_subr.c
    M sys/fs/ext2fs/ext2_vfsops.c
    M sys/fs/ext2fs/ext2_vnops.c
    M sys/fs/ext2fs/ext2fs.h
    M sys/fs/ext2fs/fs.h
    M sys/fs/ext2fs/htree.h
    M sys/fs/ext2fs/inode.h
    M sys/fs/fdescfs/fdesc.h
    M sys/fs/fdescfs/fdesc_vfsops.c
    M sys/fs/fdescfs/fdesc_vnops.c
    M sys/fs/fifofs/fifo_vnops.c
    M sys/fs/fuse/fuse.h
    M sys/fs/fuse/fuse_device.c
    M sys/fs/fuse/fuse_file.c
    M sys/fs/fuse/fuse_file.h
    M sys/fs/fuse/fuse_internal.c
    M sys/fs/fuse/fuse_internal.h
    M sys/fs/fuse/fuse_io.c
    M sys/fs/fuse/fuse_io.h
    M sys/fs/fuse/fuse_ipc.c
    M sys/fs/fuse/fuse_ipc.h
    M sys/fs/fuse/fuse_kernel.h
    M sys/fs/fuse/fuse_main.c
    M sys/fs/fuse/fuse_node.c
    M sys/fs/fuse/fuse_node.h
    M sys/fs/fuse/fuse_vfsops.c
    M sys/fs/fuse/fuse_vnops.c
    M sys/fs/msdosfs/bootsect.h
    M sys/fs/msdosfs/bpb.h
    M sys/fs/msdosfs/denode.h
    M sys/fs/msdosfs/direntry.h
    M sys/fs/msdosfs/fat.h
    M sys/fs/msdosfs/msdosfs_conv.c
    M sys/fs/msdosfs/msdosfs_denode.c
    M sys/fs/msdosfs/msdosfs_fat.c
    M sys/fs/msdosfs/msdosfs_iconv.c
    M sys/fs/msdosfs/msdosfs_lookup.c
    M sys/fs/msdosfs/msdosfs_vfsops.c
    M sys/fs/msdosfs/msdosfs_vnops.c
    M sys/fs/msdosfs/msdosfsmount.h
    M sys/fs/nandfs/bmap.c
    M sys/fs/nandfs/bmap.h
    M sys/fs/nandfs/nandfs.h
    M sys/fs/nandfs/nandfs_alloc.c
    M sys/fs/nandfs/nandfs_bmap.c
    M sys/fs/nandfs/nandfs_buffer.c
    M sys/fs/nandfs/nandfs_cleaner.c
    M sys/fs/nandfs/nandfs_cpfile.c
    M sys/fs/nandfs/nandfs_dat.c
    M sys/fs/nandfs/nandfs_dir.c
    M sys/fs/nandfs/nandfs_fs.h
    M sys/fs/nandfs/nandfs_ifile.c
    M sys/fs/nandfs/nandfs_mount.h
    M sys/fs/nandfs/nandfs_segment.c
    M sys/fs/nandfs/nandfs_subr.c
    M sys/fs/nandfs/nandfs_subr.h
    M sys/fs/nandfs/nandfs_sufile.c
    M sys/fs/nandfs/nandfs_vfsops.c
    M sys/fs/nandfs/nandfs_vnops.c
    M sys/fs/nfs/nfs.h
    M sys/fs/nfs/nfs_commonacl.c
    M sys/fs/nfs/nfs_commonkrpc.c
    M sys/fs/nfs/nfs_commonport.c
    M sys/fs/nfs/nfs_commonsubs.c
    M sys/fs/nfs/nfs_var.h
    M sys/fs/nfs/nfscl.h
    M sys/fs/nfs/nfsclstate.h
    M sys/fs/nfs/nfsdport.h
    M sys/fs/nfs/nfskpiport.h
    M sys/fs/nfs/nfsm_subs.h

  Log Message:
  -----------
  nandfs


  Commit: 1d6eed9ef1e471453844b3c61ee3917f5027c80a
      https://github.com/MidnightBSD/src/commit/1d6eed9ef1e471453844b3c61ee3917f5027c80a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/fs/nfs/nfsport.h
    M sys/fs/nfs/nfsproto.h
    M sys/fs/nfs/nfsrvcache.h
    M sys/fs/nfs/nfsrvstate.h
    M sys/fs/nfs/nfsv4_errstr.h
    M sys/fs/nfs/rpcv2.h
    M sys/fs/nfs/xdr_subs.h
    M sys/fs/nfsclient/nfs.h
    M sys/fs/nfsclient/nfs_clbio.c
    M sys/fs/nfsclient/nfs_clcomsubs.c
    M sys/fs/nfsclient/nfs_clkdtrace.c
    M sys/fs/nfsclient/nfs_clkrpc.c
    M sys/fs/nfsclient/nfs_clnfsiod.c
    M sys/fs/nfsclient/nfs_clnode.c
    M sys/fs/nfsclient/nfs_clport.c
    M sys/fs/nfsclient/nfs_clrpcops.c
    M sys/fs/nfsclient/nfs_clstate.c
    M sys/fs/nfsclient/nfs_clsubs.c
    M sys/fs/nfsclient/nfs_clvfsops.c
    M sys/fs/nfsclient/nfs_clvnops.c
    M sys/fs/nfsclient/nfs_kdtrace.h
    M sys/fs/nfsclient/nfsmount.h
    M sys/fs/nfsclient/nfsnode.h
    M sys/fs/nfsclient/nlminfo.h
    M sys/fs/nfsserver/nfs_fha_new.c
    M sys/fs/nfsserver/nfs_fha_new.h
    M sys/fs/nfsserver/nfs_nfsdcache.c
    M sys/fs/nfsserver/nfs_nfsdkrpc.c
    M sys/fs/nfsserver/nfs_nfsdport.c
    M sys/fs/nfsserver/nfs_nfsdserv.c
    M sys/fs/nfsserver/nfs_nfsdsocket.c
    M sys/fs/nfsserver/nfs_nfsdstate.c
    M sys/fs/nfsserver/nfs_nfsdsubs.c
    M sys/fs/nullfs/null.h
    M sys/fs/nullfs/null_subr.c
    M sys/fs/nullfs/null_vfsops.c
    M sys/fs/nullfs/null_vnops.c
    M sys/fs/procfs/procfs.c
    M sys/fs/procfs/procfs.h
    M sys/fs/procfs/procfs_dbregs.c
    M sys/fs/procfs/procfs_fpregs.c
    M sys/fs/procfs/procfs_ioctl.c
    M sys/fs/procfs/procfs_map.c
    M sys/fs/procfs/procfs_mem.c
    M sys/fs/procfs/procfs_note.c
    M sys/fs/procfs/procfs_osrel.c
    M sys/fs/procfs/procfs_regs.c
    M sys/fs/procfs/procfs_rlimit.c
    M sys/fs/procfs/procfs_status.c
    M sys/fs/procfs/procfs_type.c
    M sys/fs/pseudofs/pseudofs.c
    M sys/fs/pseudofs/pseudofs.h
    M sys/fs/pseudofs/pseudofs_fileno.c
    M sys/fs/pseudofs/pseudofs_internal.h
    M sys/fs/pseudofs/pseudofs_vncache.c
    M sys/fs/pseudofs/pseudofs_vnops.c
    M sys/fs/smbfs/smbfs.h
    M sys/fs/smbfs/smbfs_io.c
    M sys/fs/smbfs/smbfs_node.c
    M sys/fs/smbfs/smbfs_node.h
    M sys/fs/smbfs/smbfs_smb.c
    M sys/fs/smbfs/smbfs_subr.c
    M sys/fs/smbfs/smbfs_subr.h
    M sys/fs/smbfs/smbfs_vfsops.c
    M sys/fs/smbfs/smbfs_vnops.c
    M sys/fs/tmpfs/tmpfs.h
    M sys/fs/tmpfs/tmpfs_fifoops.c
    M sys/fs/tmpfs/tmpfs_fifoops.h
    M sys/fs/tmpfs/tmpfs_subr.c
    M sys/fs/tmpfs/tmpfs_vfsops.c
    M sys/fs/tmpfs/tmpfs_vnops.c
    M sys/fs/tmpfs/tmpfs_vnops.h
    M sys/fs/udf/ecma167-udf.h
    M sys/fs/udf/osta.c
    M sys/fs/udf/osta.h
    M sys/fs/udf/udf.h
    M sys/fs/udf/udf_iconv.c
    M sys/fs/udf/udf_mount.h
    M sys/fs/udf/udf_vfsops.c
    M sys/fs/udf/udf_vnops.c
    M sys/fs/unionfs/union.h
    M sys/fs/unionfs/union_subr.c
    M sys/fs/unionfs/union_vfsops.c
    M sys/fs/unionfs/union_vnops.c
    M sys/gdb/gdb.h
    M sys/gdb/gdb_cons.c
    M sys/gdb/gdb_int.h
    M sys/gdb/gdb_main.c
    M sys/gdb/gdb_packet.c

  Log Message:
  -----------
  fs / gdb


  Commit: 0d7337007bed75fadbb14078bdfe4fca894d681d
      https://github.com/MidnightBSD/src/commit/0d7337007bed75fadbb14078bdfe4fca894d681d
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/geom/bde/g_bde.c
    M sys/geom/bde/g_bde.h
    M sys/geom/bde/g_bde_crypt.c
    M sys/geom/bde/g_bde_lock.c
    M sys/geom/bde/g_bde_work.c
    M sys/geom/cache/g_cache.c
    M sys/geom/cache/g_cache.h
    M sys/geom/concat/g_concat.c
    M sys/geom/concat/g_concat.h
    M sys/geom/gate/g_gate.c
    M sys/geom/gate/g_gate.h
    M sys/geom/geom.h
    M sys/geom/geom_bsd.c
    M sys/i386/include/sigframe.h
    M sys/i386/include/signal.h
    M sys/i386/include/smapi.h
    M sys/i386/include/smp.h
    M sys/i386/include/speaker.h
    M sys/i386/include/specialreg.h
    M sys/i386/include/stack.h
    M sys/i386/include/stdarg.h
    M sys/i386/include/sysarch.h
    M sys/i386/include/timerreg.h
    M sys/i386/include/trap.h
    M sys/i386/include/tss.h
    M sys/i386/include/ucontext.h
    M sys/i386/include/vdso.h
    M sys/i386/include/vm.h
    M sys/i386/include/vm86.h
    M sys/i386/include/vmparam.h
    M sys/i386/linux/Makefile
    M sys/i386/linux/imgact_linux.c
    M sys/i386/linux/linux.h
    M sys/i386/linux/linux_genassym.c
    M sys/i386/linux/linux_machdep.c
    M sys/i386/linux/linux_proto.h
    M sys/i386/linux/linux_ptrace.c
    M sys/i386/linux/linux_syscall.h
    M sys/i386/linux/linux_syscalls.c
    M sys/i386/linux/linux_sysent.c
    M sys/i386/linux/linux_systrace_args.c
    M sys/i386/linux/linux_sysvec.c
    M sys/i386/linux/linux_vdso.lds.s
    M sys/i386/linux/syscalls.conf
    M sys/i386/linux/syscalls.master
    M sys/i386/pci/pci_cfgreg.c
    M sys/i386/pci/pci_pir.c
    M sys/kern/Makefile
    M sys/kern/capabilities.conf
    M sys/kern/device_if.m
    M sys/kern/genassym.sh
    M sys/kern/imgact_aout.c
    M sys/kern/imgact_binmisc.c
    M sys/kern/imgact_elf.c
    M sys/kern/imgact_elf32.c
    M sys/kern/imgact_elf64.c
    M sys/kern/imgact_shell.c
    M sys/kern/init_main.c
    M sys/kern/init_sysent.c
    M sys/kern/kern_acct.c
    M sys/kern/kern_alq.c
    M sys/kern/kern_clock.c
    M sys/kern/kern_clocksource.c
    M sys/kern/kern_condvar.c
    M sys/kern/kern_cons.c
    M sys/kern/kern_context.c
    M sys/kern/kern_cpu.c
    M sys/net/altq/altq.h
    M sys/net/altq/altq_cbq.h
    M sys/net/altq/altq_codel.c
    M sys/net/altq/altq_codel.h
    M sys/net/altq/altq_fairq.c
    M sys/net/altq/altq_fairq.h
    M sys/net/altq/altq_hfsc.c
    M sys/net/altq/altq_hfsc.h
    M sys/net/altq/altq_priq.c
    M sys/net/altq/altq_priq.h
    M sys/net/altq/altq_red.c
    M sys/net/altq/altq_red.h
    M sys/net/altq/altq_rio.c
    M sys/net/altq/altq_rio.h
    M sys/net/altq/altq_rmclass.c
    M sys/net/altq/altq_rmclass.h
    M sys/net/altq/altq_rmclass_debug.h
    M sys/net/altq/altq_subr.c
    M sys/net/altq/altq_var.h
    M sys/net/altq/if_altq.h
    M sys/net/bpf.h
    M sys/net/bpf_buffer.c
    M sys/net/bpf_buffer.h
    M sys/net/bpf_filter.c
    M sys/net/bpf_jitter.c
    M sys/net/bpf_jitter.h
    M sys/net/bpf_zerocopy.c
    M sys/net/bpf_zerocopy.h
    M sys/net/firewire.h
    M sys/net/ieee8023ad_lacp.c
    M sys/net/ieee8023ad_lacp.h
    M sys/net/ieee_oui.h
    M sys/net/if.c
    M sys/net/if.h
    M sys/net/if_arp.h
    M sys/net/if_bridge.c
    M sys/net/if_bridgevar.h
    M sys/net/if_clone.c
    M sys/net/if_clone.h
    M sys/net/if_dead.c
    M sys/net/if_debug.c
    M sys/net/if_disc.c
    M sys/net/if_dl.h
    M sys/net/if_edsc.c
    M sys/net/if_enc.c
    M sys/net/if_enc.h
    M sys/net/if_epair.c
    M sys/net/if_ethersubr.c
    M sys/net/if_fwsubr.c
    M sys/net/if_gif.c
    M sys/net/if_gif.h
    M sys/net/if_gre.c
    M sys/net/if_gre.h
    M sys/net/if_ipsec.c
    M sys/net/if_ipsec.h
    M sys/net/if_lagg.c
    M sys/net/if_lagg.h
    M sys/net/if_llatbl.c
    M sys/net/if_llatbl.h
    M sys/net/if_llc.h
    M sys/net/if_loop.c
    M sys/net/if_me.c
    M sys/net/if_media.c
    M sys/net/if_media.h
    M sys/net/if_mib.c
    M sys/net/if_mib.h
    M sys/net/if_pflog.h
    M sys/net/if_pfsync.h
    M sys/net/if_sppp.h
    M sys/net/if_spppfr.c
    M sys/net/slcompress.h
    M sys/net/toeplitz.c
    M sys/net/toeplitz.h

  Log Message:
  -----------
  kern


  Commit: 05011e58e653afb4916b66d321fb559ddb8dc424
      https://github.com/MidnightBSD/src/commit/05011e58e653afb4916b66d321fb559ddb8dc424
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/i386/ibcs2/ibcs2_isc_sysent.c
    M sys/i386/ibcs2/ibcs2_misc.c
    M sys/i386/ibcs2/ibcs2_mount.h
    M sys/i386/ibcs2/ibcs2_msg.c
    M sys/i386/ibcs2/ibcs2_other.c
    M sys/i386/ibcs2/ibcs2_proto.h
    M sys/i386/ibcs2/ibcs2_signal.c
    M sys/i386/ibcs2/ibcs2_signal.h
    M sys/i386/ibcs2/ibcs2_socksys.c
    M sys/i386/ibcs2/ibcs2_socksys.h
    M sys/i386/ibcs2/ibcs2_stat.c
    M sys/i386/ibcs2/ibcs2_stat.h
    M sys/i386/ibcs2/ibcs2_statfs.h
    M sys/i386/ibcs2/ibcs2_stropts.h
    M sys/i386/ibcs2/ibcs2_syscall.h
    M sys/i386/ibcs2/ibcs2_sysent.c
    M sys/i386/ibcs2/ibcs2_sysi86.c
    M sys/i386/ibcs2/ibcs2_sysvec.c
    M sys/i386/ibcs2/ibcs2_termios.h
    M sys/i386/ibcs2/ibcs2_time.h
    M sys/i386/ibcs2/ibcs2_types.h
    M sys/i386/ibcs2/ibcs2_unistd.h
    M sys/i386/ibcs2/ibcs2_ustat.h
    M sys/i386/ibcs2/ibcs2_util.c
    M sys/i386/ibcs2/ibcs2_util.h
    M sys/i386/ibcs2/ibcs2_utime.h
    M sys/i386/ibcs2/ibcs2_utsname.h
    M sys/i386/ibcs2/ibcs2_xenix.c
    M sys/i386/ibcs2/ibcs2_xenix.h
    M sys/i386/ibcs2/ibcs2_xenix_syscall.h
    M sys/i386/ibcs2/ibcs2_xenix_sysent.c
    M sys/i386/ibcs2/imgact_coff.c
    M sys/i386/ibcs2/syscalls.conf
    M sys/i386/ibcs2/syscalls.isc
    M sys/i386/ibcs2/syscalls.isc.conf
    M sys/i386/ibcs2/syscalls.master
    M sys/i386/ibcs2/syscalls.xenix
    M sys/i386/ibcs2/syscalls.xenix.conf
    M sys/i386/include/_bus.h
    M sys/i386/include/_inttypes.h
    M sys/i386/include/_limits.h
    M sys/i386/include/_stdint.h
    M sys/i386/include/_types.h
    M sys/i386/include/acpica_machdep.h
    M sys/i386/include/apm_bios.h
    M sys/i386/include/apm_segments.h
    M sys/i386/include/asm.h
    M sys/i386/include/asmacros.h
    M sys/i386/include/atomic.h
    M sys/i386/include/bootinfo.h
    M sys/i386/include/bus.h
    M sys/i386/include/bus_dma.h
    M sys/i386/include/pcb.h
    M sys/i386/include/pcb_ext.h
    M sys/i386/include/pci_cfgreg.h
    M sys/i386/include/pcpu.h
    M sys/i386/include/perfmon.h
    M sys/i386/include/pmap.h
    M sys/i386/include/pmc_mdep.h
    M sys/i386/include/ppireg.h
    M sys/i386/include/proc.h
    M sys/i386/include/profile.h
    M sys/i386/include/psl.h
    M sys/i386/include/ptrace.h
    M sys/i386/include/pvclock.h
    M sys/i386/include/reg.h
    M sys/i386/include/reloc.h
    M sys/i386/include/resource.h
    M sys/kern/kern_cpuset.c
    M sys/kern/kern_ctf.c
    M sys/kern/kern_descrip.c
    M sys/kern/kern_dtrace.c
    M sys/kern/kern_dump.c
    M sys/kern/kern_environment.c
    M sys/kern/kern_event.c
    M sys/kern/kern_exec.c
    M sys/kern/kern_idle.c
    M sys/kern/kern_intr.c
    M sys/kern/kern_jail.c
    M sys/kern/kern_khelp.c
    M sys/kern/kern_kthread.c
    M sys/kern/kern_ktr.c
    M sys/kern/kern_ktrace.c
    M sys/kern/kern_linker.c
    M sys/kern/kern_lock.c
    M sys/kern/kern_lockf.c
    M sys/kern/kern_lockstat.c
    M sys/kern/kern_loginclass.c
    M sys/kern/kern_malloc.c
    M sys/kern/kern_mbuf.c
    M sys/kern/kern_mib.c
    M sys/kern/kern_module.c
    M sys/kern/kern_mtxpool.c
    M sys/kern/kern_mutex.c
    M sys/kern/kern_ntptime.c
    M sys/kern/kern_osd.c
    M sys/kern/kern_physio.c
    M sys/kern/kern_pmc.c
    M sys/kern/kern_poll.c
    M sys/kern/kern_priv.c
    M sys/kern/kern_proc.c
    M sys/kern/kern_procctl.c
    M sys/kern/kern_prot.c
    M sys/kern/kern_racct.c
    M sys/kern/kern_rangelock.c
    M sys/kern/kern_rctl.c
    M sys/kern/kern_resource.c
    M sys/kern/kern_rmlock.c
    M sys/kern/kern_rwlock.c
    M sys/kern/kern_sdt.c
    M sys/kern/kern_sema.c
    M sys/kern/kern_sendfile.c
    M sys/kern/kern_sharedpage.c
    M sys/kern/kern_sig.c
    M sys/kern/kern_switch.c
    M sys/kern/kern_sx.c
    M sys/kern/kern_synch.c
    M sys/kern/kern_syscalls.c
    M sys/kern/kern_sysctl.c
    M sys/kern/kern_tc.c
    M sys/kern/kern_thr.c
    M sys/kern/kern_thread.c
    M sys/kern/kern_time.c
    M sys/kern/kern_timeout.c
    M sys/kern/kern_umtx.c
    M sys/kern/kern_uuid.c
    M sys/kern/kern_xxx.c
    M sys/kern/ksched.c
    M sys/kern/link_elf.c
    M sys/net/route_var.h
    M sys/net/vnet.c
    M sys/net/vnet.h

  Log Message:
  -----------
  include


  Commit: 6e6cc8b5207ad64c367ccc65eb2754886b7ef112
      https://github.com/MidnightBSD/src/commit/6e6cc8b5207ad64c367ccc65eb2754886b7ef112
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/i386/include/clock.h
    M sys/i386/include/counter.h
    M sys/i386/include/cpu.h
    M sys/i386/include/cpufunc.h
    M sys/i386/include/cputypes.h
    M sys/i386/include/cserial.h
    M sys/i386/include/db_machdep.h
    M sys/i386/include/dump.h
    M sys/i386/include/efi.h
    M sys/i386/include/elan_mmcr.h
    M sys/i386/include/elf.h
    M sys/i386/include/endian.h
    M sys/i386/include/exec.h
    M sys/i386/include/fdt.h
    M sys/i386/include/float.h
    M sys/i386/include/floatingpoint.h
    M sys/i386/include/frame.h
    M sys/i386/include/gdb_machdep.h
    M sys/i386/include/ieeefp.h
    M sys/i386/include/if_wl_wavelan.h
    M sys/i386/include/in_cksum.h
    M sys/i386/include/intr_machdep.h
    M sys/i386/include/ioctl_bt848.h
    M sys/i386/include/ioctl_meteor.h
    M sys/i386/include/iodev.h
    M sys/i386/include/kdb.h
    M sys/i386/include/limits.h
    M sys/i386/include/md_var.h
    M sys/i386/include/memdev.h
    M sys/i386/include/metadata.h
    M sys/i386/include/minidump.h
    M sys/i386/include/mp_watchdog.h
    M sys/i386/include/nexusvar.h
    M sys/i386/include/npx.h
    M sys/i386/include/ofw_machdep.h
    M sys/i386/include/param.h
    M sys/i386/include/pc/bios.h
    M sys/i386/include/pc/display.h
    M sys/i386/include/runq.h
    M sys/i386/include/segments.h
    M sys/i386/include/setjmp.h
    M sys/i386/include/sf_buf.h
    M sys/kern/kern_conf.c
    M sys/kern/link_elf_obj.c
    M sys/kern/linker_if.m
    M sys/kern/md4c.c
    M sys/kern/md5c.c
    M sys/kern/msi_if.m
    M sys/kern/p1003_1b.c
    M sys/kern/pic_if.m
    M sys/kern/posix4_mib.c
    M sys/kern/sched_4bsd.c
    M sys/kern/sched_ule.c
    M sys/kern/serdev_if.m
    M sys/kern/stack_protector.c
    M sys/kern/subr_acl_nfs4.c
    M sys/kern/subr_acl_posix1e.c
    M sys/kern/subr_autoconf.c
    M sys/kern/subr_blist.c
    M sys/kern/subr_boot.c
    M sys/kern/subr_bufring.c
    M sys/kern/subr_bus.c
    M sys/kern/subr_bus_dma.c
    M sys/kern/subr_busdma_bufalloc.c
    M sys/kern/subr_capability.c
    M sys/kern/subr_clock.c
    M sys/kern/subr_counter.c
    M sys/kern/subr_devmap.c
    M sys/kern/subr_devstat.c
    M sys/kern/subr_disk.c
    M sys/kern/subr_dummy_vdso_tc.c
    M sys/kern/subr_eventhandler.c
    M sys/kern/subr_fattime.c
    M sys/kern/subr_firmware.c
    M sys/kern/subr_gtaskqueue.c
    M sys/kern/subr_hash.c
    M sys/kern/subr_hints.c
    M sys/kern/subr_intr.c
    M sys/kern/subr_kdb.c
    M sys/kern/subr_kobj.c
    M sys/kern/subr_lock.c
    M sys/kern/subr_log.c
    M sys/kern/subr_mchain.c
    M sys/kern/subr_module.c
    M sys/kern/subr_msgbuf.c
    M sys/kern/subr_param.c
    M sys/kern/subr_pcpu.c
    M sys/kern/subr_pctrie.c
    M sys/kern/subr_power.c
    M sys/kern/subr_prf.c
    M sys/kern/subr_prof.c
    M sys/kern/subr_rman.c
    M sys/kern/subr_rtc.c
    M sys/kern/subr_sbuf.c
    M sys/kern/subr_scanf.c
    M sys/kern/subr_sfbuf.c
    M sys/kern/subr_sglist.c
    M sys/kern/subr_sleepqueue.c
    M sys/kern/subr_smp.c
    M sys/kern/subr_stack.c
    M sys/kern/subr_syscall.c
    M sys/kern/subr_taskqueue.c
    M sys/kern/subr_terminal.c
    M sys/kern/subr_trap.c
    M sys/kern/subr_turnstile.c
    M sys/kern/subr_uio.c
    M sys/kern/subr_unit.c
    M sys/kern/subr_vmem.c
    M sys/kern/subr_witness.c
    M sys/kern/sys_capability.c
    M sys/kern/sys_generic.c
    M sys/kern/sys_pipe.c
    M sys/kern/sys_procdesc.c
    M sys/kern/sys_process.c
    M sys/kern/sys_socket.c
    M sys/kern/syscalls.c
    M sys/kern/syscalls.master
    M sys/kern/systrace_args.c
    M sys/kern/sysv_ipc.c
    M sys/kern/sysv_msg.c
    M sys/kern/sysv_sem.c
    M sys/kern/sysv_shm.c
    M sys/kern/tty.c
    M sys/kern/tty_compat.c
    M sys/kern/tty_info.c
    M sys/kern/tty_inq.c
    M sys/kern/tty_outq.c
    M sys/kern/tty_pts.c
    M sys/kern/tty_tty.c
    M sys/kern/tty_ttydisc.c
    M sys/kern/uipc_accf.c
    M sys/kern/uipc_debug.c
    M sys/kern/uipc_domain.c
    M sys/kern/uipc_mbuf.c
    M sys/kern/uipc_mbuf2.c
    M sys/kern/uipc_mbufhash.c
    M sys/kern/uipc_mqueue.c
    M sys/kern/uipc_sem.c
    M sys/kern/uipc_shm.c
    M sys/kern/uipc_sockbuf.c
    M sys/kern/uipc_socket.c
    M sys/kern/uipc_syscalls.c
    M sys/kern/uipc_usrreq.c
    M sys/kern/vfs_acl.c
    M sys/kern/vfs_aio.c
    M sys/kern/vfs_bio.c
    M sys/kern/vfs_cache.c
    M sys/kern/vfs_cluster.c
    M sys/kern/vfs_default.c
    M sys/kern/vfs_export.c
    M sys/kern/vfs_extattr.c
    M sys/kern/vfs_hash.c
    M sys/kern/vfs_init.c

  Log Message:
  -----------
  kern


  Commit: c622679655066c72de494309e7379103e59162e1
      https://github.com/MidnightBSD/src/commit/c622679655066c72de494309e7379103e59162e1
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/i386/ibcs2/ibcs2_dirent.h
    M sys/i386/ibcs2/ibcs2_errno.c
    M sys/i386/ibcs2/ibcs2_errno.h
    M sys/i386/ibcs2/ibcs2_fcntl.c
    M sys/i386/ibcs2/ibcs2_fcntl.h
    M sys/i386/ibcs2/ibcs2_ioctl.c
    M sys/i386/ibcs2/ibcs2_ipc.c
    M sys/i386/ibcs2/ibcs2_ipc.h
    M sys/i386/ibcs2/ibcs2_isc.c
    M sys/i386/ibcs2/ibcs2_isc_syscall.h
    M sys/kern/vfs_lookup.c
    M sys/kern/vfs_mount.c
    M sys/kern/vfs_mountroot.c
    M sys/kern/vfs_subr.c
    M sys/kern/vfs_syscalls.c
    M sys/kern/vfs_vnops.c
    M sys/kern/vnode_if.src
    M sys/kgssapi/gss_accept_sec_context.c
    M sys/kgssapi/gss_acquire_cred.c
    M sys/kgssapi/gss_add_oid_set_member.c
    M sys/kgssapi/gss_canonicalize_name.c
    M sys/kgssapi/gss_create_empty_oid_set.c
    M sys/kgssapi/gss_delete_sec_context.c
    M sys/kgssapi/gss_display_status.c
    M sys/kgssapi/gss_export_name.c
    M sys/kgssapi/gss_get_mic.c
    M sys/kgssapi/gss_impl.c
    M sys/kgssapi/gss_import_name.c
    M sys/kgssapi/gss_init_sec_context.c
    M sys/kgssapi/gss_names.c
    M sys/kgssapi/gss_pname_to_uid.c
    M sys/kgssapi/gss_release_buffer.c
    M sys/kgssapi/gss_release_cred.c
    M sys/kgssapi/gss_release_name.c
    M sys/kgssapi/gss_release_oid_set.c
    M sys/kgssapi/gss_set_cred_option.c
    M sys/kgssapi/gss_test_oid_set_member.c
    M sys/kgssapi/gss_unwrap.c
    M sys/kgssapi/gss_verify_mic.c
    M sys/kgssapi/gss_wrap.c
    M sys/kgssapi/gss_wrap_size_limit.c
    M sys/kgssapi/gssapi.h
    M sys/kgssapi/gssapi_impl.h
    M sys/kgssapi/gssd.x
    M sys/kgssapi/gssd_prot.c
    M sys/kgssapi/gsstest.c
    M sys/kgssapi/kgss_if.m
    M sys/kgssapi/krb5/kcrypto.c
    M sys/kgssapi/krb5/kcrypto.h
    M sys/kgssapi/krb5/kcrypto_aes.c
    M sys/kgssapi/krb5/kcrypto_arcfour.c
    M sys/kgssapi/krb5/kcrypto_des.c
    M sys/kgssapi/krb5/kcrypto_des3.c
    M sys/kgssapi/krb5/krb5_mech.c
    M sys/libkern/arc4random.c
    M sys/libkern/arm64/crc32c_armv8.S
    M sys/libkern/ashldi3.c
    M sys/libkern/ashrdi3.c
    M sys/libkern/asprintf.c
    M sys/libkern/bcd.c
    M sys/libkern/bcmp.c
    M sys/libkern/bsearch.c
    M sys/libkern/cmpdi2.c
    M sys/libkern/divdi3.c
    M sys/libkern/explicit_bzero.c
    M sys/libkern/ffs.c
    M sys/libkern/ffsl.c
    M sys/libkern/ffsll.c
    M sys/libkern/fls.c
    M sys/libkern/flsl.c
    M sys/libkern/flsll.c
    M sys/libkern/fnmatch.c
    M sys/libkern/iconv.c
    M sys/libkern/iconv_converter_if.m
    M sys/libkern/iconv_ucs.c
    M sys/libkern/iconv_xlat.c
    M sys/libkern/iconv_xlat16.c
    M sys/libkern/inet_aton.c
    M sys/libkern/inet_ntoa.c
    M sys/libkern/inet_ntop.c
    M sys/libkern/inet_pton.c
    M sys/libkern/jenkins_hash.c
    M sys/libkern/lshrdi3.c
    M sys/libkern/mcount.c
    M sys/libkern/memcchr.c
    M sys/libkern/memchr.c
    M sys/libkern/memcmp.c
    M sys/libkern/memmem.c
    M sys/libkern/memset.c
    M sys/libkern/moddi3.c
    M sys/libkern/murmur3_32.c
    M sys/libkern/qdivrem.c
    M sys/libkern/qsort.c
    M sys/libkern/qsort_r.c
    M sys/libkern/quad.h
    M sys/libkern/random.c
    M sys/libkern/scanc.c
    M sys/libkern/strcasecmp.c
    M sys/libkern/strcat.c
    M sys/libkern/strchr.c
    M sys/libkern/strcmp.c
    M sys/libkern/strcpy.c
    M sys/libkern/strcspn.c
    M sys/libkern/strdup.c
    M sys/libkern/strlcat.c
    M sys/libkern/strlcpy.c
    M sys/libkern/strlen.c
    M sys/libkern/strncat.c
    M sys/libkern/strncmp.c
    M sys/libkern/strncpy.c
    M sys/libkern/strndup.c
    M sys/libkern/strnlen.c
    M sys/libkern/strrchr.c
    M sys/libkern/strsep.c
    M sys/libkern/strspn.c
    M sys/libkern/strstr.c
    M sys/libkern/strtol.c
    M sys/libkern/strtoq.c
    M sys/libkern/strtoul.c
    M sys/libkern/strtouq.c
    M sys/libkern/strvalid.c
    M sys/libkern/timingsafe_bcmp.c
    M sys/libkern/ucmpdi2.c
    M sys/libkern/udivdi3.c
    M sys/libkern/umoddi3.c
    M sys/libkern/x86/crc32_sse42.c
    M sys/net/altq/altq_cbq.c
    M sys/net/if_spppsubr.c
    M sys/net/if_stf.c
    M sys/net/if_tap.h
    M sys/net/if_tun.h
    M sys/net/if_types.h
    M sys/net/if_var.h
    M sys/net/if_vlan.c
    M sys/net/if_vlan_var.h
    M sys/net/if_vxlan.h
    M sys/net/ifdi_if.m
    M sys/net/iflib.c
    M sys/net/iflib.h
    M sys/net/ifq.h
    M sys/net/mp_ring.c
    M sys/net/mp_ring.h
    M sys/net/mppc.h
    M sys/net/mppcc.c
    M sys/net/mppcd.c
    M sys/net/netisr.c
    M sys/net/netisr.h
    M sys/net/netisr_internal.h
    M sys/net/netmap.h
    M sys/net/netmap_legacy.h
    M sys/net/netmap_user.h
    M sys/net/netmap_virt.h
    M sys/net/paravirt.h
    M sys/net/pfil.c
    M sys/net/pfil.h
    M sys/net/pfkeyv2.h
    M sys/net/pfvar.h
    M sys/net/ppp_defs.h
    M sys/net/radix.c
    M sys/net/radix.h
    M sys/net/radix_mpath.c
    M sys/net/radix_mpath.h
    M sys/net/raw_cb.c
    M sys/net/raw_cb.h
    M sys/net/raw_usrreq.c
    M sys/net/rndis.h
    M sys/net/route.c
    M sys/net/route.h
    M sys/net/rss_config.c
    M sys/net/rss_config.h
    M sys/net/rtsock.c
    M sys/net/sff8436.h

  Log Message:
  -----------
  kern


  Commit: 2f71ce0171c2f78066ea64851081722e453f8aa8
      https://github.com/MidnightBSD/src/commit/2f71ce0171c2f78066ea64851081722e453f8aa8
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M share/i18n/esdb/Makefile.inc
    M share/i18n/esdb/Makefile.part
    M share/man/man1/Makefile
    M share/man/man3/assert.3
    M share/man/man3/bitstring.3
    M share/man/man3/intro.3
    M share/man/man3/pthread_affinity_np.3
    M share/man/man3/pthread_attr_affinity_np.3
    M share/man/man3/pthread_barrierattr.3
    M share/man/man3/pthread_condattr.3
    M share/man/man3/pthread_getcpuclockid.3
    M share/man/man3/pthread_join.3
    M share/man/man3/pthread_mutexattr.3
    M share/man/man3/pthread_rwlockattr_getpshared.3
    M share/man/man3/pthread_set_name_np.3
    M share/man/man3/queue.3
    M share/man/man3/sigevent.3
    M share/man/man3/siginfo.3
    M share/man/man3/stdarg.3
    M share/man/man3/timeradd.3
    M share/man/man3/tree.3
    M share/man/man4/Makefile
    M share/man/man4/acpi_ibm.4
    M share/man/man4/ada.4
    M share/man/man4/adv.4
    M share/man/man4/ae.4
    M share/man/man4/aesni.4
    M share/man/man4/aha.4
    M share/man/man4/ahc.4
    M share/man/man4/ahci.4
    M share/man/man4/altq.4
    M share/man/man4/amr.4
    M share/man/man4/an.4
    M share/man/man4/apic.4
    M share/man/man4/asmc.4
    M share/man/man4/ata.4
    M share/man/man4/ath.4
    M share/man/man4/atrtc.4
    M share/man/man4/audit.4
    M share/man/man4/auditpipe.4
    M share/man/man4/bcma.4
    M share/man/man4/bhnd.4
    M share/man/man4/bhndb.4
    M share/man/man4/bktr.4
    M share/man/man4/bnxt.4
    M share/man/man4/bpf.4
    M share/man/man4/bt.4
    M share/man/man4/bwn.4
    M share/man/man4/capsicum.4
    M share/man/man4/carp.4
    M share/man/man4/cc_dctcp.4
    M share/man/man4/cc_newreno.4
    M share/man/man4/ccr.4
    M share/man/man4/cd.4
    M share/man/man4/cdce.4
    M share/man/man4/cfumass.4
    M share/man/man4/cloudabi.4
    M share/man/man4/cmx.4
    M share/man/man4/crypto.4
    M share/man/man4/cxgbe.4
    M share/man/man4/da.4
    M share/man/man4/ddb.4
    M share/man/man4/dpt.4
    M share/man/man4/dtrace_lockstat.4
    M share/man/man4/dtrace_tcp.4
    M share/man/man4/dtrace_udp.4
    M share/man/man4/ed.4
    M share/man/man4/ehci.4
    M share/man/man4/em.4
    M share/man/man4/ena.4
    M share/man/man4/esp.4
    M share/man/man4/etherswitch.4
    M share/man/man4/fdc.4
    M share/man/man4/fdt.4
    M share/man/man4/full.4
    M share/man/man4/fxp.4
    M share/man/man4/geom.4
    M share/man/man4/gif.4
    M share/man/man4/gpioiic.4
    M share/man/man4/gpioled.4
    M share/man/man4/gre.4
    M share/man/man4/hme.4
    M share/man/man4/hv_vss.4
    M share/man/man4/ichsmb.4
    M share/man/man4/ida.4
    M share/man/man4/iic.4
    M share/man/man4/iicbus.4
    M share/man/man4/iir.4
    M share/man/man4/intro.4
    M share/man/man4/ip.4
    M share/man/man4/ip6.4
    M share/man/man4/ipheth.4
    M share/man/man4/ipmi.4
    M share/man/man4/iscsi_initiator.4
    M share/man/man4/isp.4
    M share/man/man4/iwm.4
    M share/man/man4/iwmfw.4
    M share/man/man4/iwn.4
    M share/man/man4/iwnfw.4
    M share/man/man4/ixgbe.4
    M share/man/man4/ixl.4
    M share/man/man4/jedec_dimm.4
    M share/man/man4/lagg.4
    M share/man/man4/le.4
    M share/man/man4/linux.4
    M share/man/man4/liquidio.4
    M share/man/man4/mac.4
    M share/man/man4/man4.arm/Makefile
    M share/man/man4/man4.i386/Makefile
    M share/man/man4/man4.i386/aic.4
    M share/man/man4/man4.i386/apm.4
    M share/man/man4/man4.i386/ep.4
    M share/man/man4/man4.i386/mse.4
    M share/man/man4/man4.i386/vx.4
    M share/man/man4/man4.powerpc/Makefile
    M share/man/man4/man4.powerpc/dtsec.4
    M share/man/man4/mem.4
    M share/man/man4/mfi.4
    M share/man/man4/mlx.4
    M share/man/man4/mlx5en.4
    M share/man/man4/mly.4
    M share/man/man4/mn.4
    M share/man/man4/mod_cc.4
    M share/man/man4/mouse.4
    M share/man/man4/mpr.4
    M share/man/man4/mps.4
    M share/man/man4/mrsas.4
    M share/man/man4/mxge.4
    M share/man/man4/ncr.4
    M share/man/man4/ncv.4
    M share/man/man4/ndis.4
    M share/man/man4/net80211.4
    M share/man/man4/netintro.4
    M share/man/man4/netmap.4
    M share/man/man4/ng_bpf.4
    M share/man/man4/ng_bridge.4
    M share/man/man4/ng_bt3c.4
    M share/man/man4/ng_car.4
    M share/man/man4/ng_eiface.4
    M share/man/man4/ng_h4.4
    M share/man/man4/ng_iface.4
    M share/man/man4/ng_nat.4
    M share/man/man4/ng_pppoe.4
    M share/man/man4/ng_source.4
    M share/man/man4/ntb.4
    M share/man/man4/ntb_hw_intel.4
    M share/man/man4/ntb_transport.4

  Log Message:
  -----------
  man4


  Commit: ed963d84214516a9e1f66c9e505727aa5c60ffa0
      https://github.com/MidnightBSD/src/commit/ed963d84214516a9e1f66c9e505727aa5c60ffa0
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M share/man/man4/numa.4
    M share/man/man4/nvd.4
    M share/man/man4/nvme.4
    M share/man/man4/ocs_fc.4
    M share/man/man4/ohci.4
    M share/man/man4/pccard.4
    M share/man/man4/pci.4
    M share/man/man4/pf.4
    M share/man/man4/pflog.4
    M share/man/man4/polling.4
    M share/man/man4/procdesc.4
    M share/man/man4/psm.4
    M share/man/man4/pty.4
    M share/man/man4/puc.4
    M share/man/man4/ral.4
    M share/man/man4/random.4
    M share/man/man4/rights.4
    M share/man/man4/rsu.4
    M share/man/man4/rtwn.4
    M share/man/man4/rtwnfw.4
    M share/man/man4/run.4
    M share/man/man4/sa.4
    M share/man/man4/scsi.4
    M share/man/man4/sctp.4
    M share/man/man4/sdhci.4
    M share/man/man4/siba.4
    M share/man/man4/siftr.4
    M share/man/man4/smp.4
    M share/man/man4/sn.4
    M share/man/man4/snd_ad1816.4
    M share/man/man4/snd_ds1.4
    M share/man/man4/snd_envy24ht.4
    M share/man/man4/snd_ess.4
    M share/man/man4/snd_gusc.4
    M share/man/man4/snd_hda.4
    M share/man/man4/snd_maestro.4
    M share/man/man4/snd_mss.4
    M share/man/man4/snd_sbc.4
    M share/man/man4/spigen.4
    M share/man/man4/sym.4
    M share/man/man4/syscons.4
    M share/man/man4/tap.4
    M share/man/man4/tcp.4
    M share/man/man4/termios.4
    M share/man/man4/textdump.4
    M share/man/man4/trm.4
    M share/man/man4/tty.4
    M share/man/man4/tun.4
    M share/man/man4/twa.4
    M share/man/man4/u3g.4
    M share/man/man4/uart.4
    M share/man/man4/ubsec.4
    M share/man/man4/ucom.4
    M share/man/man4/uep.4
    M share/man/man4/ugen.4
    M share/man/man4/uhci.4
    M share/man/man4/uhid.4
    M share/man/man4/ukbd.4
    M share/man/man4/uled.4
    M share/man/man4/umass.4
    M share/man/man4/umodem.4
    M share/man/man4/ums.4
    M share/man/man4/unix.4
    M share/man/man4/uplcom.4
    M share/man/man4/ure.4
    M share/man/man4/urndis.4
    M share/man/man4/usb.4
    M share/man/man4/usb_template.4
    M share/man/man4/usfs.4
    M share/man/man4/uslcom.4
    M share/man/man4/vale.4
    M share/man/man4/vlan.4
    M share/man/man4/vmx.4
    M share/man/man4/vpo.4
    M share/man/man4/vt.4
    M share/man/man4/vtnet.4
    M share/man/man4/wbwd.4
    M share/man/man4/wi.4
    M share/man/man4/witness.4
    M share/man/man4/wlan.4
    M share/man/man4/xhci.4
    M share/man/man5/Makefile
    M share/man/man5/acct.5
    M share/man/man5/cd9660.5
    M share/man/man5/core.5
    M share/man/man5/dir.5
    M share/man/man5/elf.5
    M share/man/man5/ext2fs.5
    M share/man/man5/forward.5
    M share/man/man5/fs.5
    M share/man/man5/fstab.5
    M share/man/man5/hosts.equiv.5
    M share/man/man5/linprocfs.5
    M share/man/man5/linsysfs.5
    M share/man/man5/make.conf.5
    M share/man/man5/msdosfs.5
    M share/man/man5/nsmb.conf.5
    M share/man/man5/nsswitch.conf.5
    M share/man/man5/nullfs.5
    M share/man/man5/periodic.conf.5
    M share/man/man5/pf.conf.5
    M share/man/man5/procfs.5
    M share/man/man5/rc.conf.5
    M share/man/man5/src.conf.5
    M share/man/man7/Makefile
    M share/man/man7/release.7
    M share/man/man7/security.7
    M share/man/man8/Makefile
    M share/man/man8/Makefile.depend
    M share/man/man8/crash.8
    M share/man/man8/diskless.8
    M share/man/man8/rc.8
    M share/man/man8/rc.subr.8
    M share/man/man8/uefi.8
    M share/man/man9/BUS_CONFIG_INTR.9
    M share/man/man9/BUS_RESCAN.9
    M share/man/man9/DECLARE_MODULE.9
    M share/man/man9/DEVICE_ATTACH.9
    M share/man/man9/DEVICE_DETACH.9
    M share/man/man9/DEVICE_IDENTIFY.9
    M share/man/man9/DRIVER_MODULE.9
    M share/man/man9/EVENTHANDLER.9
    M share/man/man9/Makefile
    M share/man/man9/VFS_QUOTACTL.9
    M share/man/man9/VFS_SET.9
    M share/man/man9/VOP_FSYNC.9
    M share/man/man9/VOP_GETPAGES.9
    M share/man/man9/VOP_INACTIVE.9
    M share/man/man9/VOP_PATHCONF.9
    M share/man/man9/VOP_RDWR.9
    M share/man/man9/VOP_READDIR.9
    M share/man/man9/VOP_READLINK.9
    M share/man/man9/VOP_REALLOCBLKS.9
    M share/man/man9/VOP_REVOKE.9
    M share/man/man9/VOP_SETACL.9
    M share/man/man9/VOP_SETEXTATTR.9
    M share/man/man9/VOP_STRATEGY.9
    M share/man/man9/VOP_VPTOCNP.9
    M share/man/man9/VOP_VPTOFH.9
    M share/man/man9/accept_filter.9
    M share/man/man9/accf_data.9
    M share/man/man9/accf_dns.9
    M share/man/man9/accf_http.9
    M share/man/man9/acl.9
    M share/man/man9/alq.9
    M share/man/man9/altq.9
    M share/man/man9/atomic.9
    M share/man/man9/bios.9
    M share/man/man9/bitset.9
    M share/man/man9/bpf.9
    M share/man/man9/buf.9
    M share/man/man9/buf_ring.9

  Log Message:
  -----------
  man


  Commit: 5ed4f00998f0447757af478026589a6827403fc9
      https://github.com/MidnightBSD/src/commit/5ed4f00998f0447757af478026589a6827403fc9
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M share/man/man9/bus_dma.9
    M share/man/man9/bus_generic_attach.9
    M share/man/man9/bus_generic_detach.9
    M share/man/man9/bus_generic_new_pass.9
    M share/man/man9/bus_generic_print_child.9
    M share/man/man9/bus_generic_read_ivar.9
    M share/man/man9/bus_generic_shutdown.9
    M share/man/man9/bus_get_resource.9
    M share/man/man9/bus_map_resource.9
    M share/man/man9/bus_release_resource.9
    M share/man/man9/bus_set_pass.9
    M share/man/man9/bus_set_resource.9
    M share/man/man9/bus_space.9
    M share/man/man9/byteorder.9
    M share/man/man9/casuword.9
    M share/man/man9/cd.9
    M share/man/man9/cnv.9
    M share/man/man9/condvar.9
    M share/man/man9/config_intrhook.9
    M share/man/man9/contigmalloc.9
    M share/man/man9/copy.9
    M share/man/man9/counter.9
    M share/man/man9/cpuset.9
    M share/man/man9/cr_cansee.9
    M share/man/man9/cr_seeothergids.9
    M share/man/man9/cr_seeotheruids.9
    M share/man/man9/critical_enter.9
    M share/man/man9/crypto.9
    M share/man/man9/dev_clone.9
    M share/man/man9/devclass.9
    M share/man/man9/devclass_find.9
    M share/man/man9/devclass_get_count.9
    M share/man/man9/devclass_get_device.9
    M share/man/man9/devclass_get_devices.9
    M share/man/man9/devclass_get_drivers.9
    M share/man/man9/devclass_get_maxunit.9
    M share/man/man9/devclass_get_name.9
    M share/man/man9/devclass_get_softc.9
    M share/man/man9/devfs_set_cdevpriv.9
    M share/man/man9/device.9
    M share/man/man9/device_add_child.9
    M share/man/man9/device_delete_child.9
    M share/man/man9/device_enable.9
    M share/man/man9/device_find_child.9
    M share/man/man9/device_get_children.9
    M share/man/man9/device_get_devclass.9
    M share/man/man9/device_get_driver.9
    M share/man/man9/device_get_ivars.9
    M share/man/man9/device_get_name.9
    M share/man/man9/device_get_parent.9
    M share/man/man9/device_get_softc.9
    M share/man/man9/device_get_state.9
    M share/man/man9/device_get_sysctl.9
    M share/man/man9/device_get_unit.9
    M share/man/man9/device_printf.9
    M share/man/man9/device_probe_and_attach.9
    M share/man/man9/device_quiet.9
    M share/man/man9/device_set_desc.9
    M share/man/man9/device_set_driver.9
    M share/man/man9/device_set_flags.9
    M share/man/man9/devstat.9
    M share/man/man9/devtoname.9
    M share/man/man9/disk.9
    M share/man/man9/domain.9
    M share/man/man9/drbr.9
    M share/man/man9/driver.9
    M share/man/man9/eventtimers.9
    M share/man/man9/extattr.9
    M share/man/man9/fail.9
    M share/man/man9/fdt_pinctrl.9
    M share/man/man9/fetch.9
    M share/man/man9/firmware.9
    M share/man/man9/fpu_kern.9
    M share/man/man9/g_access.9
    M share/man/man9/g_attach.9
    M share/man/man9/g_bio.9
    M share/man/man9/g_consumer.9
    M share/man/man9/g_data.9
    M share/man/man9/g_event.9
    M share/man/man9/g_geom.9
    M share/man/man9/g_provider.9
    M share/man/man9/g_provider_by_name.9
    M share/man/man9/g_wither_geom.9
    M share/man/man9/get_cyclecount.9
    M share/man/man9/getenv.9
    M share/man/man9/getnewvnode.9
    M share/man/man9/groupmember.9
    M share/man/man9/hash.9
    M share/man/man9/hashinit.9
    M share/man/man9/hexdump.9
    M share/man/man9/hhook.9
    M share/man/man9/ieee80211.9
    M share/man/man9/ieee80211_amrr.9
    M share/man/man9/ieee80211_beacon.9
    M share/man/man9/ieee80211_bmiss.9
    M share/man/man9/ieee80211_crypto.9
    M share/man/man9/ieee80211_ddb.9
    M share/man/man9/ieee80211_input.9
    M share/man/man9/ieee80211_node.9
    M share/man/man9/ieee80211_output.9
    M share/man/man9/ieee80211_proto.9
    M share/man/man9/ieee80211_radiotap.9
    M share/man/man9/ieee80211_regdomain.9
    M share/man/man9/ieee80211_scan.9
    M share/man/man9/ieee80211_vap.9
    M share/man/man9/ifnet.9
    M share/man/man9/inittodr.9
    M share/man/man9/insmntque.9
    M share/man/man9/intro.9
    M share/man/man9/ithread.9
    M share/man/man9/kern_testfrwk.9
    M share/man/man9/kernacc.9
    M share/man/man9/kernel_mount.9
    M share/man/man9/khelp.9
    M share/man/man9/kobj.9
    M share/man/man9/kproc.9
    M share/man/man9/kqueue.9
    M share/man/man9/kthread.9
    M share/man/man9/ktr.9
    M share/man/man9/lock.9
    M share/man/man9/locking.9
    M share/man/man9/mac.9
    M share/man/man9/make_dev.9
    M share/man/man9/malloc.9
    M share/man/man9/mbchain.9
    M share/man/man9/mbuf.9
    M share/man/man9/mbuf_tags.9
    M share/man/man9/mdchain.9
    M share/man/man9/memcchr.9
    M share/man/man9/memguard.9
    M share/man/man9/mi_switch.9
    M share/man/man9/microseq.9
    M share/man/man9/microtime.9
    M share/man/man9/microuptime.9
    M share/man/man9/mod_cc.9
    M share/man/man9/module.9
    M share/man/man9/mtx_pool.9
    M share/man/man9/mutex.9
    M share/man/man9/namei.9
    M share/man/man9/netisr.9
    M share/man/man9/nv.9
    M share/man/man9/osd.9
    M share/man/man9/owll.9
    M share/man/man9/own.9
    M share/man/man9/p_candebug.9
    M share/man/man9/p_cansee.9
    M share/man/man9/panic.9
    M share/man/man9/pbuf.9
    M share/man/man9/pci.9
    M share/man/man9/pfil.9
    M share/man/man9/pfind.9
    M share/man/man9/pget.9
    M share/man/man9/pgfind.9
    M share/man/man9/physio.9
    M share/man/man9/pmap.9
    M share/man/man9/pmap_activate.9
    M share/man/man9/pmap_clear_modify.9
    M share/man/man9/pmap_copy.9
    M share/man/man9/pmap_enter.9
    M share/man/man9/pmap_extract.9
    M share/man/man9/pmap_growkernel.9
    M share/man/man9/pmap_init.9
    M share/man/man9/pmap_is_modified.9
    M share/man/man9/pmap_is_prefaultable.9
    M share/man/man9/pmap_map.9
    M share/man/man9/pmap_mincore.9
    M share/man/man9/pmap_object_init_pt.9
    M share/man/man9/pmap_page_exists_quick.9
    M share/man/man9/pmap_page_init.9
    M share/man/man9/pmap_pinit.9
    M share/man/man9/pmap_protect.9
    M share/man/man9/pmap_qenter.9
    M share/man/man9/pmap_quick_enter_page.9
    M share/man/man9/pmap_release.9
    M share/man/man9/pmap_remove.9
    M share/man/man9/pmap_resident_count.9
    M share/man/man9/pmap_unwire.9
    M share/man/man9/pmap_zero_page.9
    M share/man/man9/printf.9
    M share/man/man9/prison_check.9
    M share/man/man9/priv.9
    M share/man/man9/proc_rwmem.9
    M share/man/man9/pseudofs.9
    M share/man/man9/psignal.9
    M share/man/man9/random.9
    M share/man/man9/random_harvest.9
    M share/man/man9/redzone.9
    M share/man/man9/refcount.9
    M share/man/man9/resettodr.9
    M share/man/man9/resource_int_value.9
    M share/man/man9/rijndael.9
    M share/man/man9/rman.9
    M share/man/man9/rmlock.9
    M share/man/man9/rtalloc.9
    M share/man/man9/rtentry.9
    M share/man/man9/runqueue.9
    M share/man/man9/rwlock.9
    M share/man/man9/sbuf.9
    M share/man/man9/scheduler.9
    M share/man/man9/securelevel_gt.9
    M share/man/man9/selrecord.9
    M share/man/man9/sema.9
    M share/man/man9/sf_buf.9
    M share/man/man9/sglist.9
    M share/man/man9/shm_map.9
    M share/man/man9/signal.9
    M share/man/man9/sleep.9
    M share/man/man9/sleepqueue.9
    M share/man/man9/socket.9
    M share/man/man9/stack.9
    M share/man/man9/store.9
    M share/man/man9/style.9
    M share/man/man9/style.lua.9
    M share/man/man9/swi.9
    M share/man/man9/sx.9
    M share/man/man9/sysctl.9
    M share/man/man9/sysctl_add_oid.9
    M share/man/man9/sysctl_ctx_init.9
    M share/man/man9/taskqueue.9
    M share/man/man9/tcp_functions.9
    M share/man/man9/thread_exit.9
    M share/man/man9/time.9
    M share/man/man9/timeout.9
    M share/man/man9/tvtohz.9
    M share/man/man9/ucred.9
    M share/man/man9/uidinfo.9
    M share/man/man9/uio.9
    M share/man/man9/unr.9
    M share/man/man9/usbdi.9
    M share/man/man9/vaccess.9
    M share/man/man9/vaccess_acl_nfs4.9
    M share/man/man9/vaccess_acl_posix1e.9
    M share/man/man9/vcount.9
    M share/man/man9/vflush.9
    M share/man/man9/vfs_busy.9
    M share/man/man9/vfs_getnewfsid.9
    M share/man/man9/vfs_getopt.9
    M share/man/man9/vfs_getvfs.9
    M share/man/man9/vfs_mountedfrom.9
    M share/man/man9/vfs_rootmountalloc.9
    M share/man/man9/vfs_suser.9
    M share/man/man9/vfs_timestamp.9
    M share/man/man9/vfs_unbusy.9
    M share/man/man9/vfs_unmountall.9
    M share/man/man9/vfsconf.9
    M share/man/man9/vget.9
    M share/man/man9/vgone.9
    M share/man/man9/vhold.9
    M share/man/man9/vinvalbuf.9
    M share/man/man9/vm_fault_prefault.9
    M share/man/man9/vm_map.9
    M share/man/man9/vm_map_check_protection.9
    M share/man/man9/vm_map_create.9
    M share/man/man9/vm_map_delete.9
    M share/man/man9/vm_map_entry_resize_free.9
    M share/man/man9/vm_map_find.9
    M share/man/man9/vm_map_findspace.9
    M share/man/man9/vm_map_inherit.9
    M share/man/man9/vm_map_init.9
    M share/man/man9/vm_map_insert.9
    M share/man/man9/vm_map_lock.9
    M share/man/man9/vm_map_lookup.9
    M share/man/man9/vm_map_madvise.9
    M share/man/man9/vm_map_max.9
    M share/man/man9/vm_map_protect.9
    M share/man/man9/vm_map_remove.9
    M share/man/man9/vm_map_simplify_entry.9
    M share/man/man9/vm_map_stack.9
    M share/man/man9/vm_map_submap.9
    M share/man/man9/vm_map_sync.9
    M share/man/man9/vm_map_wire.9
    M share/man/man9/vm_page_aflag.9
    M share/man/man9/vm_page_alloc.9
    M share/man/man9/vm_page_bits.9
    M share/man/man9/vm_page_busy.9
    M share/man/man9/vm_page_deactivate.9
    M share/man/man9/vm_page_dontneed.9

  Log Message:
  -----------
  man9


  Commit: ab10880e288d487a0f15b55d443bc7fae7af91d4
      https://github.com/MidnightBSD/src/commit/ab10880e288d487a0f15b55d443bc7fae7af91d4
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M share/man/man9/vm_page_free.9
    M share/man/man9/vm_page_grab.9
    M share/man/man9/vm_page_hold.9
    M share/man/man9/vm_page_insert.9
    M share/man/man9/vm_page_lookup.9
    M share/man/man9/vm_page_rename.9
    M share/man/man9/vm_page_wire.9
    M share/man/man9/vm_set_page_size.9
    M share/man/man9/vmem.9
    M share/man/man9/vn_fullpath.9
    M share/man/man9/vn_isdisk.9
    M share/man/man9/vnet.9
    M share/man/man9/vnode.9
    M share/man/man9/vref.9
    M share/man/man9/vrefcnt.9
    M share/man/man9/vrele.9
    M share/man/man9/vslock.9
    M share/man/man9/watchdog.9
    M share/man/man9/zone.9
    M share/syscons/fonts/INDEX.fonts
    M share/syscons/fonts/Makefile
    M share/syscons/fonts/Makefile.depend
    M share/syscons/fonts/armscii8-8x14.fnt
    M share/syscons/fonts/armscii8-8x16.fnt
    M share/syscons/fonts/armscii8-8x8.fnt
    M share/syscons/fonts/cp1251-8x14.fnt
    M share/syscons/fonts/cp1251-8x16.fnt
    M share/syscons/fonts/cp1251-8x8.fnt
    M share/syscons/fonts/cp866u-8x14.fnt
    M share/syscons/fonts/cp866u-8x16.fnt
    M share/syscons/fonts/cp866u-8x8.fnt
    M share/syscons/fonts/haik8-8x14.fnt
    M share/syscons/fonts/haik8-8x16.fnt
    M share/syscons/fonts/haik8-8x8.fnt
    M share/syscons/fonts/iso-8x14.fnt
    M share/syscons/fonts/iso-8x16.fnt
    M share/syscons/fonts/iso-8x8.fnt
    M share/syscons/fonts/iso-thin-8x16.fnt
    M share/syscons/fonts/iso02-8x14.fnt
    M share/syscons/fonts/iso02-8x16.fnt
    M share/syscons/fonts/iso02-8x8.fnt
    M share/syscons/fonts/iso04-8x14.fnt
    M share/syscons/fonts/iso04-8x16.fnt
    M share/syscons/fonts/iso04-8x8.fnt
    M share/syscons/fonts/iso04-vga9-8x14.fnt
    M share/syscons/fonts/iso04-vga9-8x16.fnt
    M share/syscons/fonts/iso04-vga9-8x8.fnt
    M share/syscons/fonts/iso04-vga9-wide-8x16.fnt
    M share/syscons/fonts/iso04-wide-8x16.fnt
    M share/syscons/fonts/iso05-8x14.fnt
    M share/syscons/fonts/iso05-8x16.fnt
    M share/syscons/fonts/iso05-8x8.fnt
    M share/syscons/fonts/iso07-8x14.fnt
    M share/syscons/fonts/iso07-8x16.fnt
    M share/syscons/fonts/iso07-8x8.fnt
    M share/syscons/fonts/iso08-8x14.fnt
    M share/syscons/fonts/iso08-8x16.fnt
    M share/syscons/fonts/iso08-8x8.fnt
    M share/syscons/fonts/iso09-8x16.fnt
    M share/syscons/fonts/iso15-8x14.fnt
    M share/syscons/fonts/iso15-8x16.fnt
    M share/syscons/fonts/iso15-8x8.fnt
    M share/syscons/fonts/iso15-thin-8x16.fnt
    M share/syscons/fonts/koi8-r-8x14.fnt
    M share/syscons/fonts/koi8-r-8x16.fnt
    M share/syscons/fonts/koi8-r-8x8.fnt
    M share/syscons/fonts/koi8-rb-8x16.fnt
    M share/syscons/fonts/koi8-rc-8x16.fnt
    M share/syscons/fonts/koi8-u-8x14.fnt
    M share/syscons/fonts/koi8-u-8x16.fnt
    M share/syscons/fonts/koi8-u-8x8.fnt
    M share/syscons/fonts/swiss-1131-8x16.fnt
    M share/syscons/fonts/swiss-1251-8x16.fnt
    M share/syscons/fonts/swiss-8x14.fnt
    M share/syscons/keymaps/INDEX.keymaps
    M share/syscons/keymaps/Makefile
    M share/syscons/keymaps/Makefile.depend
    M share/syscons/keymaps/be.iso.acc.kbd
    M share/syscons/keymaps/be.iso.kbd
    M share/syscons/keymaps/bg.bds.ctrlcaps.kbd
    M share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
    M share/syscons/keymaps/br275.cp850.kbd
    M share/syscons/keymaps/br275.iso.acc.kbd
    M share/syscons/keymaps/br275.iso.kbd
    M share/syscons/keymaps/by.cp1131.kbd
    M share/syscons/keymaps/by.cp1251.kbd
    M share/syscons/keymaps/by.iso5.kbd
    M share/syscons/keymaps/ce.iso2.kbd
    M share/syscons/keymaps/colemak.iso15.acc.kbd
    M share/syscons/keymaps/cs.latin2.qwertz.kbd
    M share/syscons/keymaps/cz.iso2.kbd
    M share/syscons/keymaps/danish.cp865.kbd
    M share/syscons/keymaps/danish.iso.acc.kbd
    M share/syscons/keymaps/danish.iso.kbd
    M share/syscons/keymaps/danish.iso.macbook.kbd
    M share/syscons/keymaps/dutch.iso.acc.kbd
    M share/syscons/keymaps/eee_nordic.kbd
    M share/syscons/keymaps/el.iso07.kbd
    M share/syscons/keymaps/estonian.cp850.kbd
    M share/syscons/keymaps/estonian.iso.kbd
    M share/syscons/keymaps/estonian.iso15.kbd
    M share/syscons/keymaps/finnish.cp850.kbd
    M share/syscons/keymaps/finnish.iso.kbd
    M share/syscons/keymaps/fr.dvorak.acc.kbd
    M share/syscons/keymaps/fr.dvorak.kbd
    M share/syscons/keymaps/fr.iso.acc.kbd
    M share/syscons/keymaps/fr.iso.kbd
    M share/syscons/keymaps/fr.macbook.acc.kbd
    M share/syscons/keymaps/fr_CA.iso.acc.kbd
    M share/syscons/keymaps/german.cp850.kbd
    M share/syscons/keymaps/german.iso.acc.kbd
    M share/syscons/keymaps/german.iso.kbd
    M share/syscons/keymaps/gr.elot.acc.kbd
    M share/syscons/keymaps/gr.us101.acc.kbd
    M share/syscons/keymaps/hr.iso.kbd
    M share/syscons/keymaps/hu.iso2.101keys.kbd
    M share/syscons/keymaps/hu.iso2.102keys.kbd
    M share/syscons/keymaps/hy.armscii-8.kbd
    M share/syscons/keymaps/icelandic.iso.acc.kbd
    M share/syscons/keymaps/icelandic.iso.kbd
    M share/syscons/keymaps/it.iso.kbd
    M share/syscons/keymaps/iw.iso8.kbd
    M share/syscons/keymaps/jp.106.kbd
    M share/syscons/keymaps/jp.106x.kbd
    M share/syscons/keymaps/kk.pt154.io.kbd
    M share/syscons/keymaps/kk.pt154.kst.kbd
    M share/syscons/keymaps/latinamerican.iso.acc.kbd
    M share/syscons/keymaps/latinamerican.kbd
    M share/syscons/keymaps/lt.iso4.kbd
    M share/syscons/keymaps/norwegian.dvorak.kbd
    M share/syscons/keymaps/norwegian.iso.kbd
    M share/syscons/keymaps/pl_PL.ISO8859-2.kbd
    M share/syscons/keymaps/pl_PL.dvorak.kbd
    M share/syscons/keymaps/pt.iso.acc.kbd
    M share/syscons/keymaps/pt.iso.kbd
    M share/syscons/keymaps/ru.cp866.kbd
    M share/syscons/keymaps/ru.iso5.kbd
    M share/syscons/keymaps/ru.koi8-r.kbd
    M share/syscons/keymaps/ru.koi8-r.shift.kbd
    M share/syscons/keymaps/ru.koi8-r.win.kbd
    M share/syscons/keymaps/si.iso.kbd
    M share/syscons/keymaps/sk.iso2.kbd
    M share/syscons/keymaps/spanish.dvorak.kbd
    M share/syscons/keymaps/spanish.iso.acc.kbd
    M share/syscons/keymaps/spanish.iso.kbd
    M share/syscons/keymaps/spanish.iso15.acc.kbd
    M share/syscons/keymaps/swedish.cp850.kbd
    M share/syscons/keymaps/swedish.iso.kbd
    M share/syscons/keymaps/swissfrench.cp850.kbd
    M share/syscons/keymaps/swissfrench.iso.acc.kbd
    M share/syscons/keymaps/swissfrench.iso.kbd
    M share/syscons/keymaps/swissgerman.cp850.kbd
    M share/syscons/keymaps/swissgerman.iso.acc.kbd
    M share/syscons/keymaps/swissgerman.iso.kbd
    M share/syscons/keymaps/swissgerman.macbook.acc.kbd
    M share/syscons/keymaps/tr.iso9.q.kbd
    M share/syscons/keymaps/ua.iso5.kbd
    M share/syscons/keymaps/ua.koi8-u.kbd
    M share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
    M share/syscons/keymaps/uk.cp850-ctrl.kbd
    M share/syscons/keymaps/uk.cp850.kbd
    M share/syscons/keymaps/uk.dvorak.kbd
    M share/syscons/keymaps/uk.iso-ctrl.kbd
    M share/syscons/keymaps/uk.iso.kbd
    M share/syscons/keymaps/us.dvorak.kbd
    M share/syscons/keymaps/us.dvorakl.kbd
    M share/syscons/keymaps/us.dvorakp.kbd
    M share/syscons/keymaps/us.dvorakr.kbd
    M share/syscons/keymaps/us.dvorakx.kbd
    M share/syscons/keymaps/us.emacs.kbd
    M share/syscons/keymaps/us.iso.acc.kbd
    M share/syscons/keymaps/us.iso.kbd
    M share/syscons/keymaps/us.pc-ctrl.kbd
    M share/syscons/keymaps/us.unix.kbd
    M share/syscons/scrnmaps/Makefile.depend
    M share/syscons/scrnmaps/armscii8-2haik8
    M share/syscons/scrnmaps/iso-8859-1_to_cp437
    M share/syscons/scrnmaps/iso-8859-4_for_vga9
    M share/syscons/scrnmaps/iso-8859-7_to_cp437
    M share/syscons/scrnmaps/koi8-r2cp866
    M share/syscons/scrnmaps/koi8-u2cp866u
    M share/syscons/scrnmaps/mkscrfil.c
    M share/syscons/scrnmaps/us-ascii_to_cp437
    M share/tabset/Makefile
    M share/termcap/Makefile
    M share/termcap/README
    M share/termcap/termcap
    M share/termcap/termcap.5
    M share/tests/Makefile
    M share/timedef/Makefile
    M share/timedef/ca_IT.ISO8859-15.src

  Log Message:
  -----------
  keymaps, etc


  Commit: 189e93ae0749c0d09ffdeecb0c431e2289b86a1a
      https://github.com/MidnightBSD/src/commit/189e93ae0749c0d09ffdeecb0c431e2289b86a1a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M share/timedef/cs_CZ.ISO8859-2.src
    M share/timedef/de_AT.ISO8859-15.src
    M share/timedef/de_AT.UTF-8.src
    M share/timedef/de_DE.ISO8859-15.src
    M share/timedef/de_DE.UTF-8.src
    M share/timedef/ko_KR.UTF-8.src
    M share/timedef/ko_KR.eucKR.src
    M share/vt/Makefile
    M share/vt/fonts/INDEX.fonts
    M share/vt/fonts/Makefile
    M share/vt/fonts/Makefile.depend
    M share/vt/fonts/gallant.hex
    M share/vt/fonts/terminus-b32.hex
    M share/vt/fonts/vgarom-16x32.hex
    M share/vt/fonts/vgarom-8x14.hex
    M share/vt/fonts/vgarom-8x16.hex
    M share/vt/fonts/vgarom-8x8.hex
    M share/vt/fonts/vgarom-thin-8x16.hex
    M share/vt/fonts/vgarom-thin-8x8.hex
    M share/vt/keymaps/INDEX.keymaps
    M share/vt/keymaps/Makefile
    M share/vt/keymaps/Makefile.depend
    M share/vt/keymaps/am.kbd
    M share/vt/keymaps/be.acc.kbd
    M share/vt/keymaps/be.kbd
    M share/vt/keymaps/bg.bds.kbd
    M share/vt/keymaps/bg.phonetic.kbd
    M share/vt/keymaps/br.kbd
    M share/vt/keymaps/br.noacc.kbd
    M share/vt/keymaps/by.kbd
    M share/vt/keymaps/ca-fr.kbd
    M share/vt/keymaps/ca.kbd
    M share/vt/keymaps/centraleuropean.kbd
    M share/vt/keymaps/centraleuropean.qwerty.kbd
    M share/vt/keymaps/ch-fr.acc.kbd
    M share/vt/keymaps/ch-fr.kbd
    M share/vt/keymaps/ch.acc.kbd
    M share/vt/keymaps/ch.kbd
    M share/vt/keymaps/ch.macbook.acc.kbd
    M share/vt/keymaps/colemak.acc.kbd
    M share/vt/keymaps/cz.kbd
    M share/vt/keymaps/de.acc.kbd
    M share/vt/keymaps/de.kbd
    M share/vt/keymaps/de.noacc.kbd
    M share/vt/keymaps/dk.acc.kbd
    M share/vt/keymaps/dk.kbd
    M share/vt/keymaps/dk.macbook.kbd
    M share/vt/keymaps/ee.kbd
    M share/vt/keymaps/es.acc.kbd
    M share/vt/keymaps/es.dvorak.kbd
    M share/vt/keymaps/es.kbd
    M share/vt/keymaps/fi.kbd
    M share/vt/keymaps/fr.acc.kbd
    M share/vt/keymaps/fr.dvorak.acc.kbd
    M share/vt/keymaps/fr.dvorak.kbd
    M share/vt/keymaps/fr.kbd
    M share/vt/keymaps/fr.macbook.kbd
    M share/vt/keymaps/gr.101.acc.kbd
    M share/vt/keymaps/gr.elot.acc.kbd
    M share/vt/keymaps/gr.kbd
    M share/vt/keymaps/hr.kbd
    M share/vt/keymaps/hu.101.kbd
    M share/vt/keymaps/hu.102.kbd
    M share/vt/keymaps/il.kbd
    M share/vt/keymaps/is.acc.kbd
    M share/vt/keymaps/is.kbd
    M share/vt/keymaps/it.kbd
    M share/vt/keymaps/jp.capsctrl.kbd
    M share/vt/keymaps/jp.kbd
    M share/vt/keymaps/kz.io.kbd
    M share/vt/keymaps/kz.kst.kbd
    M share/vt/keymaps/latinamerican.acc.kbd
    M share/vt/keymaps/latinamerican.kbd
    M share/vt/keymaps/lt.kbd
    M share/vt/keymaps/nl.kbd
    M share/vt/keymaps/no.dvorak.kbd
    M share/vt/keymaps/no.kbd
    M share/vt/keymaps/nordic.asus-eee.kbd
    M share/vt/keymaps/pl.dvorak.kbd
    M share/vt/keymaps/pl.kbd
    M share/vt/keymaps/pt.acc.kbd
    M share/vt/keymaps/pt.kbd
    M share/vt/keymaps/ru.kbd
    M share/vt/keymaps/ru.shift.kbd
    M share/vt/keymaps/ru.win.kbd
    M share/vt/keymaps/se.kbd
    M share/vt/keymaps/si.kbd
    M share/vt/keymaps/sk.kbd
    M share/vt/keymaps/tr.f.kbd
    M share/vt/keymaps/tr.kbd
    M share/vt/keymaps/ua.kbd
    M share/vt/keymaps/ua.shift.alt.kbd
    M share/vt/keymaps/uk.capsctrl.kbd
    M share/vt/keymaps/uk.dvorak.kbd
    M share/vt/keymaps/uk.kbd
    M share/vt/keymaps/uk.macbook.kbd
    M share/vt/keymaps/us.acc.kbd
    M share/vt/keymaps/us.ctrl.kbd
    M share/vt/keymaps/us.dvorak.kbd
    M share/vt/keymaps/us.dvorakl.kbd
    M share/vt/keymaps/us.dvorakp.kbd
    M share/vt/keymaps/us.dvorakr.kbd
    M share/vt/keymaps/us.dvorakx.kbd
    M share/vt/keymaps/us.emacs.kbd
    M share/vt/keymaps/us.kbd
    M share/vt/keymaps/us.unix.kbd
    M tests/sys/geom/class/eli/Makefile.depend
    M tests/sys/geom/class/eli/attach_test.sh
    M tests/sys/geom/class/eli/conf.sh
    M tests/sys/geom/class/eli/configure_test.sh
    M tests/sys/geom/class/eli/delkey_test.sh
    M tests/sys/geom/class/eli/detach_test.sh
    M tests/sys/geom/class/eli/gentestvect.py
    M tests/sys/geom/class/eli/hmac_test.c
    M tests/sys/geom/class/eli/init_test.sh
    M tests/sys/geom/class/eli/integrity_test.sh
    M tests/sys/geom/class/eli/kill_test.sh
    M tests/sys/geom/class/eli/misc_test.sh
    M tests/sys/geom/class/eli/onetime_test.sh
    M tests/sys/geom/class/eli/resize_test.sh
    M tests/sys/geom/class/eli/setkey_test.sh
    M tests/sys/geom/class/eli/testvect.h
    M tests/sys/geom/class/gate/Makefile
    M tests/sys/geom/class/gate/Makefile.depend
    M tests/sys/geom/class/gate/ggate_test.sh
    M tests/sys/geom/class/geom_subr.sh
    M tests/sys/geom/class/mirror/10_test.sh
    M tests/sys/geom/class/mirror/11_test.sh
    M tests/sys/geom/class/mirror/12_test.sh
    M tests/sys/geom/class/mirror/13_test.sh
    M tests/sys/geom/class/mirror/1_test.sh
    M tests/sys/geom/class/mirror/2_test.sh
    M tests/sys/geom/class/mirror/3_test.sh
    M tests/sys/geom/class/mirror/4_test.sh
    M tests/sys/geom/class/mirror/5_test.sh
    M tests/sys/geom/class/mirror/6_test.sh
    M tests/sys/geom/class/mirror/7_test.sh
    M tests/sys/geom/class/mirror/8_test.sh
    M tests/sys/geom/class/mirror/9_test.sh
    M tests/sys/geom/class/mirror/Makefile
    M tests/sys/geom/class/mirror/Makefile.depend
    M tests/sys/geom/class/mirror/conf.sh
    M tests/sys/geom/class/mirror/sync_error.sh
    M tests/sys/geom/class/nop/Makefile
    M tests/sys/geom/class/nop/Makefile.depend
    M tests/sys/geom/class/nop/nop_test.sh
    M tests/sys/geom/class/part/Makefile
    M tests/sys/geom/class/part/misc.sh
    M tests/sys/geom/class/raid3/10_test.sh
    M tests/sys/geom/class/raid3/11_test.sh
    M tests/sys/geom/class/raid3/12_test.sh
    M tests/sys/geom/class/raid3/1_test.sh
    M tests/sys/geom/class/raid3/2_test.sh
    M tests/sys/geom/class/raid3/3_test.sh
    M tests/sys/geom/class/raid3/4_test.sh
    M tests/sys/geom/class/raid3/5_test.sh
    M tests/sys/geom/class/raid3/6_test.sh
    M tests/sys/geom/class/raid3/7_test.sh
    M tests/sys/geom/class/raid3/8_test.sh
    M tests/sys/geom/class/raid3/9_test.sh
    M tests/sys/geom/class/raid3/Makefile
    M tests/sys/geom/class/raid3/Makefile.depend
    M tests/sys/geom/class/raid3/conf.sh
    M tests/sys/geom/class/shsec/1_test.sh
    M tests/sys/geom/class/shsec/2_test.sh
    M tests/sys/geom/class/shsec/Makefile
    M tests/sys/geom/class/shsec/Makefile.depend
    M tests/sys/geom/class/shsec/conf.sh
    M tests/sys/geom/class/stripe/1_test.sh
    M tests/sys/geom/class/stripe/2_test.sh
    M tests/sys/geom/class/stripe/Makefile
    M tests/sys/geom/class/stripe/Makefile.depend
    M tests/sys/geom/class/stripe/conf.sh
    M tests/sys/geom/class/uzip/1_test.sh
    M tests/sys/geom/class/uzip/Makefile
    M tests/sys/geom/class/uzip/Makefile.depend
    M tests/sys/geom/class/uzip/conf.sh
    M tests/sys/geom/class/uzip/etalon/etalon.txt
    M tests/sys/kern/Makefile
    M tests/sys/kern/Makefile.depend
    M tests/sys/kern/acct/Makefile
    M tests/sys/kern/acct/Makefile.depend
    M tests/sys/kern/acct/acct_test.c
    M tests/sys/kern/execve/Makefile
    M tests/sys/kern/execve/Makefile.depend
    M tests/sys/kern/execve/bad_interp_len
    M tests/sys/kern/execve/execve_helper.c
    M tests/sys/kern/execve/execve_test.sh
    M tests/sys/kern/execve/good_aout.c
    M tests/sys/kern/execve/good_script
    M tests/sys/kern/execve/non_exist_shell
    M tests/sys/kern/kern_copyin.c
    M tests/sys/kern/kern_descrip_test.c
    M tests/sys/kern/libkern_crc32.c
    M tests/sys/kern/pdeathsig.c
    M tests/sys/kern/pdeathsig_helper.c
    M tests/sys/kern/pipe/Makefile
    M tests/sys/kern/pipe/Makefile.depend
    M tests/sys/kern/pipe/big_pipe_test.c

  Log Message:
  -----------
  tests


  Commit: 5f354596d1d04b6f3826dcd943601d8b112f6fa9
      https://github.com/MidnightBSD/src/commit/5f354596d1d04b6f3826dcd943601d8b112f6fa9
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M tests/sys/kern/pipe/pipe_fstat_bug_test.c
    M tests/sys/kern/pipe/pipe_ino_test.c
    M tests/sys/kern/pipe/pipe_overcommit1_test.c
    M tests/sys/kern/pipe/pipe_overcommit2_test.c
    M tests/sys/kern/pipe/pipe_reverse2_test.c
    M tests/sys/kern/pipe/pipe_reverse_test.c
    M tests/sys/kern/pipe/pipe_wraparound_test.c
    M tests/sys/kern/ptrace_test.c
    M tests/sys/kern/reaper.c
    M tests/sys/kern/unix_passfd_test.c
    M tests/sys/kern/unix_seqpacket_test.c
    M tests/sys/kern/unix_socketpair_test.c
    M tests/sys/kern/waitpid_nohang.c
    M tests/sys/kqueue/Makefile
    M tests/sys/kqueue/libkqueue/Makefile
    M tests/sys/kqueue/libkqueue/Makefile.depend
    M tests/sys/kqueue/libkqueue/common.h
    M tests/sys/kqueue/libkqueue/config.h
    M tests/sys/kqueue/libkqueue/kqueue_test.sh
    M tests/sys/kqueue/libkqueue/main.c
    M tests/sys/kqueue/libkqueue/proc.c
    M tests/sys/kqueue/libkqueue/read.c
    M tests/sys/kqueue/libkqueue/signal.c
    M tests/sys/kqueue/libkqueue/timer.c
    M tests/sys/kqueue/libkqueue/user.c
    M tests/sys/kqueue/libkqueue/vnode.c
    M tests/sys/mac/Makefile
    M tests/sys/mac/Makefile.depend
    M tests/sys/mac/bsdextended/Makefile
    M tests/sys/mac/bsdextended/Makefile.depend
    M tests/sys/mac/bsdextended/matches_test.sh
    M tests/sys/mac/bsdextended/ugidfw_test.c
    M tests/sys/mac/portacl/LICENSE
    M tests/sys/mac/portacl/Makefile
    M tests/sys/mac/portacl/Makefile.depend
    M tests/sys/mac/portacl/misc.sh
    M tests/sys/mac/portacl/nobody_test.sh
    M tests/sys/mac/portacl/root_test.sh
    M tests/sys/pjdfstest/tests/chflags/Makefile
    M tests/sys/pjdfstest/tests/chflags/Makefile.depend
    M tests/sys/pjdfstest/tests/chmod/Makefile
    M tests/sys/pjdfstest/tests/chmod/Makefile.depend
    M tests/sys/pjdfstest/tests/chown/Makefile
    M tests/sys/pjdfstest/tests/chown/Makefile.depend
    M tests/sys/pjdfstest/tests/conf
    M tests/sys/pjdfstest/tests/ftruncate/Makefile
    M tests/sys/pjdfstest/tests/ftruncate/Makefile.depend
    M tests/sys/pjdfstest/tests/granular/Makefile
    M tests/sys/pjdfstest/tests/granular/Makefile.depend
    M tests/sys/pjdfstest/tests/link/Makefile
    M tests/sys/pjdfstest/tests/link/Makefile.depend
    M tools/KSE/ksetest/kse_threads_test.c
    M tools/KSE/ksetest/simplelock.h
    M tools/KSE/rr/Makefile
    M tools/KSE/rr/kse_asm.S
    M tools/KSE/rr/rr.c
    M tools/KSE/rr/simplelock.h
    M tools/LibraryReport/LibraryReport.tcl
    M tools/README
    M tools/boot/rootgen.sh
    M tools/boot/universe.sh
    M tools/bsdbox/Makefile
    M tools/bsdbox/Makefile.base
    M tools/bsdbox/Makefile.fs
    M tools/bsdbox/Makefile.hostapd
    M tools/bsdbox/Makefile.kld
    M tools/bsdbox/Makefile.login
    M tools/bsdbox/Makefile.net
    M tools/bsdbox/Makefile.telnetd
    M tools/bsdbox/Makefile.textproc
    M tools/bsdbox/README
    M tools/build/Makefile
    M tools/build/check-links.sh
    M tools/build/cross-build/Makefile
    M tools/build/cross-build/date.sh
    M tools/build/cross-build/hostname.sh
    M tools/build/dummy.c
    M tools/build/futimens.c
    M tools/build/make_check/Makefile
    M tools/build/make_check/check.mk
    M tools/build/make_check/regress.t
    M tools/build/make_check/shell_test.sh
    M tools/build/mk/Makefile.boot
    M tools/build/options/WITHOUT_ACCT
    M tools/build/options/WITHOUT_ACPI
    M tools/build/options/WITHOUT_AMD
    M tools/build/options/WITHOUT_APM
    M tools/build/options/WITHOUT_ASSERT_DEBUG
    M tools/build/options/WITHOUT_AT
    M tools/build/options/WITHOUT_ATM
    M tools/build/options/WITHOUT_AUDIT
    M tools/build/options/WITHOUT_AUTHPF
    M tools/build/options/WITHOUT_AUTOFS
    M tools/build/options/WITHOUT_BHYVE
    M tools/build/options/WITHOUT_BINUTILS
    M tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
    M tools/build/options/WITHOUT_BLACKLIST
    M tools/build/options/WITHOUT_BLACKLIST_SUPPORT
    M tools/build/options/WITHOUT_BLUETOOTH
    M tools/build/options/WITHOUT_BMAKE
    M tools/build/options/WITHOUT_BOOT
    M tools/build/options/WITHOUT_BOOTPARAMD
    M tools/build/options/WITHOUT_BOOTPD
    M tools/build/options/WITHOUT_BSDINSTALL
    M tools/build/options/WITHOUT_BSD_CPIO
    M tools/build/options/WITHOUT_BSNMP
    M tools/build/options/WITHOUT_BZIP2
    M tools/build/options/WITHOUT_BZIP2_SUPPORT
    M tools/build/options/WITHOUT_CALENDAR
    M tools/build/options/WITHOUT_CAPSICUM
    M tools/build/options/WITHOUT_CASPER
    M tools/build/options/WITHOUT_CCD
    M tools/build/options/WITHOUT_CDDL
    M tools/build/options/WITHOUT_CLANG
    M tools/build/options/WITHOUT_CLANG_BOOTSTRAP
    M tools/build/options/WITHOUT_CLANG_FULL
    M tools/build/options/WITHOUT_CLANG_IS_CC
    M tools/build/options/WITHOUT_CPP
    M tools/build/options/WITHOUT_CROSS_COMPILER
    M tools/build/options/WITHOUT_CRYPT
    M tools/build/options/WITHOUT_CTM
    M tools/build/options/WITHOUT_CUSE
    M tools/build/options/WITHOUT_CVS
    M tools/build/options/WITHOUT_CXGBETOOL
    M tools/build/options/WITHOUT_CXX
    M tools/build/options/WITHOUT_DEBUG_FILES
    M tools/build/options/WITHOUT_DIALOG
    M tools/build/options/WITHOUT_DICT
    M tools/build/options/WITHOUT_DMAGENT
    M tools/build/options/WITHOUT_DOCCOMPRESS
    M tools/build/options/WITHOUT_DYNAMICROOT
    M tools/build/options/WITHOUT_ED_CRYPTO
    M tools/build/options/WITHOUT_EE
    M tools/build/options/WITHOUT_EFI
    M tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
    M tools/build/options/WITHOUT_EXAMPLES
    M tools/build/options/WITHOUT_FDT
    M tools/build/options/WITHOUT_FILE
    M tools/build/options/WITHOUT_FINGER
    M tools/build/options/WITHOUT_FLOPPY
    M tools/build/options/WITHOUT_FMTREE
    M tools/build/options/WITHOUT_FORMAT_EXTENSIONS
    M tools/build/options/WITHOUT_FORTH
    M tools/build/options/WITHOUT_FP_LIBC
    M tools/build/options/WITHOUT_FTP
    M tools/build/options/WITHOUT_GAMES
    M tools/build/options/WITHOUT_GCC
    M tools/build/options/WITHOUT_GCC_BOOTSTRAP
    M tools/build/options/WITHOUT_GCOV
    M tools/build/options/WITHOUT_GDB
    M tools/build/options/WITHOUT_GNUCXX
    M tools/build/options/WITHOUT_GNU_DIFF
    M tools/build/options/WITHOUT_GNU_GREP
    M tools/build/options/WITHOUT_GNU_GREP_COMPAT
    M tools/build/options/WITHOUT_GPIO
    M tools/build/options/WITHOUT_GPL_DTC
    M tools/build/options/WITHOUT_GSSAPI
    M tools/build/options/WITHOUT_HAST
    M tools/build/options/WITHOUT_HTML
    M tools/build/options/WITHOUT_HYPERV
    M tools/build/options/WITHOUT_ICONV
    M tools/build/options/WITHOUT_INCLUDES
    M tools/build/options/WITHOUT_INET
    M tools/build/options/WITHOUT_INET6
    M tools/build/options/WITHOUT_INET6_SUPPORT
    M tools/build/options/WITHOUT_INETD
    M tools/build/options/WITHOUT_INET_SUPPORT
    M tools/build/options/WITHOUT_INFO
    M tools/build/options/WITHOUT_INSTALLLIB
    M tools/build/options/WITHOUT_IPFILTER
    M tools/build/options/WITHOUT_IPFW
    M tools/build/options/WITHOUT_IPSEC_SUPPORT
    M tools/build/options/WITHOUT_ISCSI
    M tools/build/options/WITHOUT_JAIL
    M tools/build/options/WITHOUT_KDUMP
    M tools/build/options/WITHOUT_KERBEROS
    M tools/build/options/WITHOUT_KERBEROS_SUPPORT
    M tools/build/options/WITHOUT_KERNEL_RETPOLINE
    M tools/build/options/WITHOUT_KERNEL_SYMBOLS
    M tools/build/options/WITHOUT_KVM
    M tools/build/options/WITHOUT_KVM_SUPPORT
    M tools/build/options/WITHOUT_LDNS
    M tools/build/options/WITHOUT_LDNS_UTILS
    M tools/build/options/WITHOUT_LEGACY_CONSOLE
    M tools/build/options/WITHOUT_LIB32
    M tools/build/options/WITHOUT_LIBCPLUSPLUS
    M tools/build/options/WITHOUT_LIBPTHREAD
    M tools/build/options/WITHOUT_LIBTHR
    M tools/build/options/WITHOUT_LLD
    M tools/build/options/WITHOUT_LLDB
    M tools/build/options/WITHOUT_LLD_BOOTSTRAP
    M tools/build/options/WITHOUT_LLD_IS_LD
    M tools/build/options/WITHOUT_LLVM_COV
    M tools/build/options/WITHOUT_LLVM_LIBUNWIND
    M tools/build/options/WITHOUT_LLVM_TARGET_AARCH64
    M tools/build/options/WITHOUT_LLVM_TARGET_ARM
    M tools/build/options/WITHOUT_LLVM_TARGET_MIPS
    M tools/build/options/WITHOUT_LLVM_TARGET_POWERPC
    M tools/build/options/WITHOUT_LLVM_TARGET_RISCV
    M tools/build/options/WITHOUT_LLVM_TARGET_SPARC
    M tools/build/options/WITHOUT_LLVM_TARGET_X86
    M tools/build/options/WITHOUT_LOADER_GELI
    M tools/build/options/WITHOUT_LOADER_LUA
    M tools/build/options/WITHOUT_LOADER_OFW
    M tools/build/options/WITHOUT_LOADER_UBOOT
    M tools/build/options/WITHOUT_LOADER_ZFS
    M tools/build/options/WITHOUT_LOCALES
    M tools/build/options/WITHOUT_LOCATE
    M tools/build/options/WITHOUT_LPR
    M tools/build/options/WITHOUT_LS_COLORS
    M tools/build/options/WITHOUT_LZMA_SUPPORT
    M tools/build/options/WITHOUT_MAIL
    M tools/build/options/WITHOUT_MAILWRAPPER
    M tools/build/options/WITHOUT_MAKE
    M tools/build/options/WITHOUT_MAN
    M tools/build/options/WITHOUT_MANCOMPRESS
    M tools/build/options/WITHOUT_MAN_UTILS
    M tools/build/options/WITHOUT_MLX5TOOL
    M tools/build/options/WITHOUT_NAND
    M tools/build/options/WITHOUT_NCP
    M tools/build/options/WITHOUT_NDIS
    M tools/build/options/WITHOUT_NETCAT
    M tools/build/options/WITHOUT_NETGRAPH
    M tools/build/options/WITHOUT_NETGRAPH_SUPPORT
    M tools/build/options/WITHOUT_NIS
    M tools/build/options/WITHOUT_NLS
    M tools/build/options/WITHOUT_NLS_CATALOGS
    M tools/build/options/WITHOUT_NS_CACHING
    M tools/build/options/WITHOUT_NTP
    M tools/build/options/WITHOUT_OPENMP
    M tools/build/options/WITHOUT_OPENSSH
    M tools/build/options/WITHOUT_OPENSSL
    M tools/build/options/WITHOUT_PAM
    M tools/build/options/WITHOUT_PAM_SUPPORT
    M tools/build/options/WITHOUT_PC_SYSINSTALL
    M tools/build/options/WITHOUT_PF
    M tools/build/options/WITHOUT_PKGBOOTSTRAP
    M tools/build/options/WITHOUT_PMC
    M tools/build/options/WITHOUT_PORTSNAP
    M tools/build/options/WITHOUT_PPP
    M tools/build/options/WITHOUT_PROFILE
    M tools/build/options/WITHOUT_QUOTAS
    M tools/build/options/WITHOUT_RADIUS_SUPPORT
    M tools/build/options/WITHOUT_RBOOTD
    M tools/build/options/WITHOUT_RESCUE
    M tools/build/options/WITHOUT_ROUTED
    M tools/build/options/WITHOUT_SENDMAIL
    M tools/build/options/WITHOUT_SETUID_LOGIN
    M tools/build/options/WITHOUT_SHAREDOCS
    M tools/build/options/WITHOUT_SHARED_TOOLCHAIN
    M tools/build/options/WITHOUT_SOURCELESS
    M tools/build/options/WITHOUT_SOURCELESS_HOST
    M tools/build/options/WITHOUT_SOURCELESS_UCODE
    M tools/build/options/WITHOUT_SSP

  Log Message:
  -----------
  tools


  Commit: 51a032dbfd5117a73b257ce537a574248bc6f411
      https://github.com/MidnightBSD/src/commit/51a032dbfd5117a73b257ce537a574248bc6f411
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M tests/sys/acl/00.sh
    M tests/sys/acl/01.sh
    M tests/sys/acl/02.sh
    M tests/sys/acl/03.sh
    M tests/sys/acl/04.sh
    M tests/sys/acl/Makefile
    M tests/sys/acl/Makefile.depend
    M tests/sys/acl/aclfuzzer.sh
    M tests/sys/acl/mktrivial.sh
    M tests/sys/acl/run
    M tests/sys/acl/tools-crossfs.test
    M tests/sys/acl/tools-nfs4-psarc.test
    M tests/sys/acl/tools-nfs4-trivial.test
    M tests/sys/acl/tools-nfs4.test
    M tests/sys/acl/tools-posix.test
    M tests/sys/aio/Makefile
    M tests/sys/aio/Makefile.depend
    M tests/sys/aio/aio_kqueue_test.c
    M tests/sys/aio/aio_test.c
    M tests/sys/aio/lio_kqueue_test.c
    M tests/sys/aio/lio_test.c
    M tests/sys/aio/local.h
    M tests/sys/audit/Makefile
    M tests/sys/audit/administrative.c
    M tests/sys/audit/file-attribute-access.c
    M tests/sys/audit/file-attribute-modify.c
    M tests/sys/audit/file-close.c
    M tests/sys/audit/file-create.c
    M tests/sys/audit/file-delete.c
    M tests/sys/audit/file-read.c
    M tests/sys/audit/file-write.c
    M tests/sys/audit/ioctl.c
    M tests/sys/audit/miscellaneous.c
    M tests/sys/audit/network.c
    M tests/sys/audit/open.c
    M tests/sys/audit/utils.c
    M tests/sys/audit/utils.h
    M tests/sys/auditpipe/Makefile
    M tests/sys/auditpipe/auditpipe_test.c
    M tests/sys/capsicum/Makefile
    M tests/sys/capsicum/ioctls_test.c
    M tests/sys/fifo/Makefile
    M tests/sys/fifo/Makefile.depend
    M tests/sys/fifo/fifo_create.c
    M tests/sys/fifo/fifo_io.c
    M tests/sys/fifo/fifo_misc.c
    M tests/sys/fifo/fifo_open.c
    M tests/sys/file/Makefile
    M tests/sys/file/Makefile.depend
    M tests/sys/file/closefrom_test.c
    M tests/sys/file/dup_test.c
    M tests/sys/file/fcntlflags_test.c
    M tests/sys/file/flock_helper.c
    M tests/sys/file/flock_test.sh
    M tests/sys/file/ftruncate_test.c
    M tests/sys/file/newfileops_on_fork_test.c
    M tests/sys/fs/Makefile
    M tests/sys/fs/tmpfs/Makefile
    M tools/build/options/WITHOUT_SVNLITE
    M tools/build/options/WITHOUT_SYMVER
    M tools/build/options/WITHOUT_SYSCONS
    M tools/build/options/WITHOUT_SYSTEM_COMPILER
    M tools/build/options/WITHOUT_TALK
    M tools/build/options/WITHOUT_TCP_WRAPPERS
    M tools/build/options/WITHOUT_TCSH
    M tools/build/options/WITHOUT_TELNET
    M tools/build/options/WITHOUT_TESTS
    M tools/build/options/WITHOUT_TESTS_SUPPORT
    M tools/build/options/WITHOUT_TEXTPROC
    M tools/build/options/WITHOUT_TFTP
    M tools/build/options/WITHOUT_TIMED
    M tools/build/options/WITHOUT_TOOLCHAIN
    M tools/build/options/WITHOUT_UNBOUND
    M tools/build/options/WITHOUT_USB
    M tools/build/options/WITHOUT_USB_GADGET_EXAMPLES
    M tools/build/options/WITHOUT_UTMPX
    M tools/build/options/WITHOUT_VI
    M tools/build/options/WITHOUT_VT
    M tools/build/options/WITHOUT_WARNS
    M tools/build/options/WITHOUT_WIRELESS
    M tools/build/options/WITHOUT_WIRELESS_SUPPORT
    M tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL
    M tools/build/options/WITHOUT_ZFS
    M tools/build/options/WITHOUT_ZONEINFO
    M tools/build/options/WITH_AUTO_OBJ
    M tools/build/options/WITH_BINUTILS
    M tools/build/options/WITH_BINUTILS_BOOTSTRAP
    M tools/build/options/WITH_BSD_GREP
    M tools/build/options/WITH_CCACHE_BUILD
    M tools/build/options/WITH_CLANG
    M tools/build/options/WITH_CLANG_BOOTSTRAP
    M tools/build/options/WITH_CLANG_EXTRAS
    M tools/build/options/WITH_CLANG_FULL
    M tools/build/options/WITH_CLANG_IS_CC
    M tools/build/options/WITH_CTF
    M tools/build/options/WITH_CXGBETOOL
    M tools/build/options/WITH_DEBUG_FILES
    M tools/build/options/WITH_DIRDEPS_BUILD
    M tools/build/options/WITH_DIRDEPS_CACHE
    M tools/build/options/WITH_DTRACE_TESTS
    M tools/build/options/WITH_EFI
    M tools/build/options/WITH_EXTRA_TCP_STACKS
    M tools/build/options/WITH_FDT
    M tools/build/options/WITH_GCC
    M tools/build/options/WITH_GCC_BOOTSTRAP
    M tools/build/options/WITH_GDB
    M tools/build/options/WITH_GNUCXX
    M tools/build/options/WITH_GPL_DTC
    M tools/build/options/WITH_HESIOD
    M tools/build/options/WITH_INSTALL_AS_USER
    M tools/build/options/WITH_KERNEL_RETPOLINE
    M tools/build/options/WITH_LIBCPLUSPLUS
    M tools/build/options/WITH_LIBSOFT
    M tools/build/options/WITH_LLD
    M tools/build/options/WITH_LLDB
    M tools/build/options/WITH_LLD_BOOTSTRAP
    M tools/build/options/WITH_LLD_IS_LD
    M tools/build/options/WITH_LLVM_COV
    M tools/build/options/WITH_LLVM_LIBUNWIND
    M tools/build/options/WITH_LLVM_TARGET_AARCH64
    M tools/build/options/WITH_LLVM_TARGET_ARM
    M tools/build/options/WITH_LLVM_TARGET_BPF
    M tools/build/options/WITH_LLVM_TARGET_MIPS
    M tools/build/options/WITH_LLVM_TARGET_POWERPC
    M tools/build/options/WITH_LLVM_TARGET_RISCV
    M tools/build/options/WITH_LLVM_TARGET_SPARC
    M tools/build/options/WITH_LLVM_TARGET_X86
    M tools/build/options/WITH_LOADER_FIREWIRE
    M tools/build/options/WITH_LOADER_FORCE_LE
    M tools/build/options/WITH_LOADER_GELI
    M tools/build/options/WITH_LOADER_LUA
    M tools/build/options/WITH_LOADER_OFW
    M tools/build/options/WITH_LOADER_UBOOT
    M tools/build/options/WITH_META_MODE
    M tools/build/options/WITH_MLX5TOOL
    M tools/build/options/WITH_NAND
    M tools/build/options/WITH_OFED_EXTRA
    M tools/build/options/WITH_OPENLDAP
    M tools/build/options/WITH_OPENMP
    M tools/build/options/WITH_PROFILE
    M tools/build/options/WITH_REPRODUCIBLE_BUILD
    M tools/build/options/WITH_RPCBIND_WARMSTART_SUPPORT
    M tools/build/options/WITH_SHARED_TOOLCHAIN
    M tools/build/options/WITH_SORT_THREADS
    M tools/build/options/WITH_SSP
    M tools/build/options/WITH_STAGING
    M tools/build/options/WITH_STAGING_MAN
    M tools/build/options/WITH_STAGING_PROG
    M tools/build/options/WITH_STALE_STAGED
    M tools/build/options/WITH_SVN
    M tools/build/options/WITH_SYSROOT
    M tools/build/options/WITH_SYSTEM_COMPILER
    M tools/build/options/WITH_USB_GADGET_EXAMPLES
    M tools/build/options/WITH_ZONEINFO_LEAPSECONDS_SUPPORT
    M tools/build/options/WITH_ZONEINFO_OLD_TIMEZONES_SUPPORT
    M tools/build/options/makeman
    M tools/build/stat.h
    M tools/build/stdlib.h
    M tools/build/utimensat.c
    M tools/bus_space/C/Makefile
    M tools/bus_space/C/lang.c
    M tools/bus_space/C/libbus.h
    M tools/bus_space/Makefile
    M tools/bus_space/Makefile.inc
    M tools/bus_space/Python/Makefile
    M tools/bus_space/Python/lang.c
    M tools/bus_space/bus.c
    M tools/bus_space/bus.h
    M tools/bus_space/busdma.c
    M tools/bus_space/busdma.h
    M tools/bus_space/examples/am79c900_diag.py
    M tools/debugscripts/README
    M tools/debugscripts/dot.gdbinit
    M tools/debugscripts/gdbinit.i386
    M tools/debugscripts/gdbinit.kernel
    M tools/debugscripts/kgdb
    M tools/debugscripts/kld_deb.py
    M tools/debugscripts/netstat-anr.gdb
    M tools/diag/README
    M tools/diag/dumpvfscache/Makefile
    M tools/diag/dumpvfscache/dumpvfscache.c
    M tools/diag/localeck/Makefile
    M tools/diag/localeck/docheck.sh
    M tools/diag/localeck/localeck.c
    M tools/ifnet/convert_drvapi.sh

  Log Message:
  -----------
  tests / tools


  Commit: a375142de70fcb402d32c2ffd3f3f963cb350da6
      https://github.com/MidnightBSD/src/commit/a375142de70fcb402d32c2ffd3f3f963cb350da6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M targets/pseudo/userland/gnu/Makefile.depend
    M tests/README
    M tests/etc/Makefile
    M tests/etc/rc.d/Makefile
    M tests/etc/rc.d/Makefile.depend
    M tests/etc/rc.d/routing_test.sh
    M tests/freebsd_test_suite/macros.h
    M tests/sys/geom/Makefile
    M tests/sys/geom/Makefile.depend
    M tests/sys/geom/class/Makefile
    M tests/sys/geom/class/Makefile.depend
    M tests/sys/geom/class/concat/1_test.sh
    M tests/sys/geom/class/concat/2_test.sh
    M tests/sys/geom/class/concat/Makefile
    M tests/sys/geom/class/concat/Makefile.depend
    M tests/sys/geom/class/concat/conf.sh
    M tests/sys/geom/class/eli/Makefile

  Log Message:
  -----------
  tools


  Commit: c8edcae1fbbb3be993e66f099c37a20e125a518a
      https://github.com/MidnightBSD/src/commit/c8edcae1fbbb3be993e66f099c37a20e125a518a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M tools/sched/schedgraph.py
    M tools/test/README
    M tools/test/hwpmc/pmctest.py
    M tools/test/iconv/Makefile
    M tools/test/iconv/const-gnuism.c
    M tools/test/iconv/gnu/Makefile
    M tools/test/iconv/gnu/gnu.c
    M tools/test/iconv/posix/Makefile
    M tools/test/iconv/posix/posix.c
    M tools/test/iconv/ref/ARMSCII-8
    M tools/test/iconv/ref/ARMSCII-8-rev
    M tools/test/iconv/ref/ASCII
    M tools/test/iconv/ref/ASCII-rev
    M tools/test/iconv/ref/ATARIST
    M tools/test/iconv/ref/ATARIST-rev
    M tools/test/iconv/ref/BIG5
    M tools/test/iconv/ref/BIG5-2003
    M tools/test/iconv/ref/BIG5-2003-rev
    M tools/test/iconv/ref/BIG5-HKSCS
    M tools/test/iconv/ref/BIG5-HKSCS-rev
    M tools/test/iconv/ref/BIG5-rev
    M tools/test/iconv/ref/BIG5HKSCS
    M tools/test/iconv/ref/BIG5HKSCS-rev
    M tools/test/iconv/ref/C99
    M tools/test/iconv/ref/C99-rev
    M tools/test/iconv/ref/CP1046
    M tools/test/iconv/ref/CP1046-rev
    M tools/test/iconv/ref/CP1124
    M tools/test/iconv/ref/CP1124-rev
    M tools/test/iconv/ref/CP1125
    M tools/test/iconv/ref/CP1125-rev
    M tools/test/iconv/ref/CP1129
    M tools/test/iconv/ref/CP1129-rev
    M tools/test/iconv/ref/CP1131
    M tools/test/iconv/ref/CP1131-rev
    M tools/test/iconv/ref/CP1133
    M tools/test/iconv/ref/CP1133-rev
    M tools/test/iconv/ref/CP1161
    M tools/test/iconv/ref/CP1161-rev
    M tools/test/iconv/ref/CP1162
    M tools/test/iconv/ref/CP1162-rev
    M tools/test/iconv/ref/CP1163
    M tools/test/iconv/ref/CP1163-rev
    M tools/test/iconv/ref/CP1250
    M tools/test/iconv/ref/CP1250-rev
    M tools/test/iconv/ref/CP1251
    M tools/test/iconv/ref/CP1251-rev
    M tools/test/iconv/ref/CP1252
    M tools/test/iconv/ref/CP1252-rev
    M tools/test/iconv/ref/CP1253
    M tools/test/iconv/ref/CP1253-rev
    M tools/test/iconv/ref/CP1254
    M tools/test/iconv/ref/CP1254-rev
    M tools/test/iconv/ref/CP1255
    M tools/test/iconv/ref/CP1255-rev
    M tools/test/iconv/ref/CP1256
    M tools/test/iconv/ref/CP1256-rev
    M tools/test/iconv/ref/CP1257
    M tools/test/iconv/ref/CP1257-rev
    M tools/test/iconv/ref/CP1258
    M tools/test/iconv/ref/CP1258-rev
    M tools/test/iconv/ref/CP437
    M tools/test/iconv/ref/CP437-rev
    M tools/test/iconv/ref/CP737
    M tools/test/iconv/ref/CP737-rev
    M tools/test/iconv/ref/CP775
    M tools/test/iconv/ref/CP775-rev
    M tools/test/iconv/ref/CP850
    M tools/test/iconv/ref/CP850-rev
    M tools/test/iconv/ref/CP852
    M tools/test/iconv/ref/CP852-rev
    M tools/test/iconv/ref/CP853
    M tools/test/iconv/ref/CP853-rev
    M tools/test/iconv/ref/CP855
    M tools/test/iconv/ref/CP855-rev
    M tools/test/iconv/ref/CP856
    M tools/test/iconv/ref/CP856-rev
    M tools/test/iconv/ref/CP857
    M tools/test/iconv/ref/CP857-rev
    M tools/test/iconv/ref/CP858
    M tools/test/iconv/ref/CP858-rev
    M tools/test/iconv/ref/CP860
    M tools/test/iconv/ref/CP860-rev
    M tools/test/iconv/ref/CP861
    M tools/test/iconv/ref/CP861-rev
    M tools/test/iconv/ref/CP862
    M tools/test/iconv/ref/CP862-rev
    M tools/test/iconv/ref/CP863
    M tools/test/iconv/ref/CP863-rev
    M tools/test/iconv/ref/CP864
    M tools/test/iconv/ref/CP864-rev
    M tools/test/iconv/ref/CP865
    M tools/test/iconv/ref/CP865-rev
    M tools/test/iconv/ref/CP866
    M tools/test/iconv/ref/CP866-rev
    M tools/test/iconv/ref/CP869
    M tools/test/iconv/ref/CP869-rev
    M tools/test/iconv/ref/CP874
    M tools/test/iconv/ref/CP874-rev
    M tools/test/iconv/ref/CP922
    M tools/test/iconv/ref/CP922-rev
    M tools/test/iconv/ref/CP932
    M tools/test/iconv/ref/CP932-rev
    M tools/test/iconv/ref/CP936
    M tools/test/iconv/ref/CP936-rev
    M tools/test/iconv/ref/CP943
    M tools/test/iconv/ref/CP943-rev
    M tools/test/iconv/ref/CP949
    M tools/test/iconv/ref/CP949-rev
    M tools/test/iconv/ref/CP950
    M tools/test/iconv/ref/CP950-rev
    M tools/test/iconv/ref/DEC-HANYU
    M tools/test/iconv/ref/DEC-HANYU-rev
    M tools/test/iconv/ref/EUC-CN
    M tools/test/iconv/ref/EUC-CN-rev
    M tools/test/iconv/ref/EUC-JIS-2004
    M tools/test/iconv/ref/EUC-JIS-2004-rev
    M tools/test/iconv/ref/EUC-JP
    M tools/test/iconv/ref/EUC-JP-rev
    M tools/test/iconv/ref/EUC-KR
    M tools/test/iconv/ref/EUC-KR-rev
    M tools/test/iconv/ref/EUC-TW
    M tools/test/iconv/ref/EUC-TW-rev
    M tools/test/iconv/ref/GB18030
    M tools/test/iconv/ref/GB18030-rev
    M tools/test/iconv/ref/GB2312
    M tools/test/iconv/ref/GB2312-rev
    M tools/test/iconv/ref/GBK
    M tools/test/iconv/ref/GBK-rev
    M tools/test/iconv/ref/GEORGIAN-ACADEMY
    M tools/test/iconv/ref/GEORGIAN-ACADEMY-rev
    M tools/test/iconv/ref/GEORGIAN-PS
    M tools/test/iconv/ref/GEORGIAN-PS-rev
    M tools/test/iconv/ref/HP-ROMAN8
    M tools/test/iconv/ref/HP-ROMAN8-rev
    M tools/test/iconv/ref/HZ
    M tools/test/iconv/ref/HZ-rev
    M tools/test/iconv/ref/ISO-2022-CN
    M tools/test/iconv/ref/ISO-2022-CN-EXT
    M tools/test/iconv/ref/ISO-2022-CN-EXT-rev
    M tools/test/iconv/ref/ISO-2022-CN-rev
    M tools/test/iconv/ref/ISO-2022-JP
    M tools/test/iconv/ref/ISO-2022-JP-1
    M tools/test/iconv/ref/ISO-2022-JP-1-rev
    M tools/test/iconv/ref/ISO-2022-JP-2
    M tools/test/iconv/ref/ISO-2022-JP-2-rev
    M tools/test/iconv/ref/ISO-2022-JP-2004
    M tools/test/iconv/ref/ISO-2022-JP-2004-rev
    M tools/test/iconv/ref/ISO-2022-JP-rev
    M tools/test/iconv/ref/ISO-2022-KR
    M tools/test/iconv/ref/ISO-2022-KR-rev
    M tools/test/iconv/ref/ISO-IR-14
    M tools/test/iconv/ref/ISO-IR-14-rev
    M tools/test/iconv/ref/ISO-IR-165
    M tools/test/iconv/ref/ISO-IR-165-rev
    M tools/test/iconv/ref/ISO-IR-57
    M tools/test/iconv/ref/ISO-IR-57-rev
    M tools/test/iconv/ref/ISO8859-1
    M tools/test/iconv/ref/ISO8859-1-rev
    M tools/test/iconv/ref/ISO8859-10
    M tools/test/iconv/ref/ISO8859-10-rev
    M tools/test/iconv/ref/ISO8859-11
    M tools/test/iconv/ref/ISO8859-11-rev
    M tools/test/iconv/ref/ISO8859-13
    M tools/test/iconv/ref/ISO8859-13-rev
    M tools/test/iconv/ref/ISO8859-14
    M tools/test/iconv/ref/ISO8859-14-rev
    M tools/test/iconv/ref/ISO8859-15
    M tools/test/iconv/ref/ISO8859-15-rev
    M tools/test/iconv/ref/ISO8859-16
    M tools/test/iconv/ref/ISO8859-16-rev
    M tools/test/iconv/ref/ISO8859-2
    M tools/test/iconv/ref/ISO8859-2-rev
    M tools/test/iconv/ref/ISO8859-3
    M tools/test/iconv/ref/ISO8859-3-rev
    M tools/test/iconv/ref/ISO8859-4
    M tools/test/iconv/ref/ISO8859-4-rev
    M tools/test/iconv/ref/ISO8859-5
    M tools/test/iconv/ref/ISO8859-5-rev
    M tools/test/iconv/ref/ISO8859-6
    M tools/test/iconv/ref/ISO8859-6-rev
    M tools/test/iconv/ref/ISO8859-7
    M tools/test/iconv/ref/ISO8859-7-rev
    M tools/test/iconv/ref/ISO8859-8
    M tools/test/iconv/ref/ISO8859-8-rev
    M tools/test/iconv/ref/ISO8859-9
    M tools/test/iconv/ref/ISO8859-9-rev
    M tools/test/iconv/ref/JAVA
    M tools/test/iconv/ref/JAVA-rev
    M tools/test/iconv/ref/JIS_X0201
    M tools/test/iconv/ref/JIS_X0201-rev
    M tools/test/iconv/ref/JIS_X0208-1990
    M tools/test/iconv/ref/JIS_X0208-1990-rev
    M tools/test/iconv/ref/JOHAB
    M tools/test/iconv/ref/JOHAB-rev
    M tools/test/iconv/ref/KOI8-R
    M tools/test/iconv/ref/KOI8-R-rev
    M tools/test/iconv/ref/KOI8-RU
    M tools/test/iconv/ref/KOI8-RU-rev
    M tools/test/iconv/ref/KOI8-T
    M tools/test/iconv/ref/KOI8-T-rev
    M tools/test/iconv/ref/KOI8-U
    M tools/test/iconv/ref/KOI8-U-rev
    M tools/test/iconv/ref/KZ-1048
    M tools/test/iconv/ref/KZ-1048-rev
    M tools/test/iconv/ref/MACARABIC
    M tools/test/iconv/ref/MACARABIC-rev
    M tools/test/iconv/ref/MACCENTRALEUROPE
    M tools/test/iconv/ref/MACCENTRALEUROPE-rev
    M tools/test/iconv/ref/MACCROATIAN
    M tools/test/iconv/ref/MACCROATIAN-rev
    M tools/test/iconv/ref/MACCYRILLIC
    M tools/test/iconv/ref/MACCYRILLIC-rev
    M tools/test/iconv/ref/MACGREEK
    M tools/test/iconv/ref/MACGREEK-rev
    M tools/test/iconv/ref/MACHEBREW

  Log Message:
  -----------
  test files


  Commit: 9a8045a19378aa3ae7a2961a12bdc0f8d78ef463
      https://github.com/MidnightBSD/src/commit/9a8045a19378aa3ae7a2961a12bdc0f8d78ef463
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M tools/test/iconv/ref/MACHEBREW-rev
    M tools/test/iconv/ref/MACICELAND
    M tools/test/iconv/ref/MACICELAND-rev
    M tools/test/iconv/ref/MACROMAN
    M tools/test/iconv/ref/MACROMAN-rev
    M tools/test/iconv/ref/MACROMANIA
    M tools/test/iconv/ref/MACROMANIA-rev
    M tools/test/iconv/ref/MACTHAI
    M tools/test/iconv/ref/MACTHAI-rev
    M tools/test/iconv/ref/MACTURKISH
    M tools/test/iconv/ref/MACTURKISH-rev
    M tools/test/iconv/ref/MACUKRAINE
    M tools/test/iconv/ref/MACUKRAINE-rev
    M tools/test/iconv/ref/MULELAO-1
    M tools/test/iconv/ref/MULELAO-1-rev
    M tools/test/iconv/ref/NEXTSTEP
    M tools/test/iconv/ref/NEXTSTEP-rev
    M tools/test/iconv/ref/PT154
    M tools/test/iconv/ref/PT154-rev
    M tools/test/iconv/ref/RISCOS-LATIN1
    M tools/test/iconv/ref/RISCOS-LATIN1-rev
    M tools/test/iconv/ref/SHIFT_JIS
    M tools/test/iconv/ref/SHIFT_JIS-rev
    M tools/test/iconv/ref/TCVN5712-1
    M tools/test/iconv/ref/TCVN5712-1-rev
    M tools/test/iconv/ref/TDS565
    M tools/test/iconv/ref/TDS565-rev
    M tools/test/iconv/ref/UTF-16BE
    M tools/test/iconv/ref/UTF-16BE-rev
    M tools/test/iconv/ref/UTF-16LE
    M tools/test/iconv/ref/UTF-16LE-rev
    M tools/test/iconv/ref/UTF-32BE
    M tools/test/iconv/ref/UTF-32BE-rev
    M tools/test/iconv/ref/UTF-32LE
    M tools/test/iconv/ref/UTF-32LE-rev
    M tools/test/iconv/ref/UTF-7
    M tools/test/iconv/ref/UTF-7-rev
    M tools/test/iconv/ref/UTF-8
    M tools/test/iconv/ref/UTF-8-rev
    M tools/test/iconv/ref/VISCII
    M tools/test/iconv/ref/VISCII-rev
    M tools/test/iconv/refgen/Makefile
    M tools/test/iconv/tablegen/Makefile
    M tools/test/iconv/tablegen/cmp.sh
    M tools/test/iconv/tablegen/tablegen.c
    M tools/test/malloc/Makefile
    M tools/test/malloc/main.c
    M tools/test/net/Makefile
    M tools/test/net/connect.c
    M tools/test/net/listen.c
    M tools/test/netfibs/Makefile
    M tools/test/netfibs/README
    M tools/test/netfibs/forwarding.sh
    M tools/test/netfibs/initiator.sh
    M tools/test/netfibs/reflect.c
    M tools/test/netfibs/reflector.sh
    M tools/test/popss/popss.c
    M tools/test/ppsapi/Makefile
    M tools/test/ppsapi/README
    M tools/test/ppsapi/ppsapitest.c
    M tools/test/pthread_vfork/pthread_vfork_test.c
    M tools/test/ptrace/Makefile
    M tools/test/ptrace/scescx.c
    M tools/test/sort/bigtest/kcmd
    M tools/test/sort/regression/Makefile
    M tools/test/sort/regression/cmp.sh
    M tools/test/testfloat/random.c
    R tools/test/testfloat/sparc64/Makefile
    R tools/test/testfloat/sparc64/fpu_emul.S
    R tools/test/testfloat/sparc64/fpu_reg.h
    R tools/test/testfloat/sparc64/fpu_util.c
    R tools/test/testfloat/sparc64/libc_private.h
    R tools/test/testfloat/sparc64/softfloat.h
    R tools/test/testfloat/sparc64/sparc64.h
    R tools/test/testfloat/sparc64/systflags.c
    R tools/test/testfloat/sparc64/systfloat.S
    R tools/test/testfloat/sparc64/systfloat.h
    R tools/test/testfloat/sparc64/un-namespace.h
    M tools/test/testfloat/testCases.c
    M tools/test/testfloat/testfloat.c
    M tools/test/testfloat/testsoftfloat.c
    M tools/test/upsdl/Makefile
    M tools/test/upsdl/upsdl.c
    M tools/test/vm86/Makefile
    M tools/test/vm86/vm86_test.c
    M tools/test/vm86/vm86_test_asm.s
    M tools/tools/aac/Makefile
    M tools/tools/ansify/Makefile
    M tools/tools/ansify/ansify.pl
    M tools/tools/ath/Makefile
    M tools/tools/ath/athctrl.sh
    M tools/tools/ath/athdebug/Makefile
    M tools/tools/ath/athdebug/athdebug.c
    M tools/tools/ath/athstats/Makefile
    M tools/tools/ath/athstats/athstats.c
    M tools/tools/ath/athstats/athstats.h
    M tools/tools/ath/athstats/main.c
    M tools/tools/bootparttest/Makefile
    M tools/tools/bootparttest/bootparttest.c
    M tools/tools/commitsdb/make_commit_db
    M tools/tools/commitsdb/query_commit_db
    M tools/tools/find-sb/Makefile
    M tools/tools/locale/etc/charmaps/ARMSCII-8.TXT
    M tools/tools/locale/etc/charmaps/Big5.TXT
    M tools/tools/locale/etc/charmaps/CP1131.TXT
    M tools/tools/locale/etc/charmaps/CP1251.TXT
    M tools/tools/locale/etc/charmaps/CP866.TXT
    M tools/tools/locale/etc/charmaps/GB18030.TXT
    M tools/tools/locale/etc/charmaps/GB2312.TXT
    M tools/tools/locale/etc/charmaps/GBK.TXT
    M tools/tools/locale/etc/charmaps/ISCII-DEV.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-1.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-13.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-15.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-2.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-4.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-5.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-7.TXT
    M tools/tools/locale/etc/charmaps/ISO8859-9.TXT
    M tools/tools/locale/etc/charmaps/KOI8-R.TXT
    M tools/tools/locale/etc/charmaps/KOI8-U.TXT
    M tools/tools/locale/etc/charmaps/PT154.TXT
    M tools/tools/locale/etc/charmaps/SJIS.TXT
    M tools/tools/locale/etc/charmaps/US-ASCII.TXT
    M tools/tools/locale/etc/charmaps/charmaps.txt
    M tools/tools/locale/etc/charmaps/eucCN.TXT
    M tools/tools/locale/etc/charmaps/eucJP.TXT
    M tools/tools/locale/etc/charmaps/eucKR.TXT
    M tools/tools/locale/etc/final-maps/map.Big5
    M tools/tools/locale/etc/final-maps/map.UTF-8
    M tools/tools/locale/etc/final-maps/widths.txt
    M tools/tools/locale/tools/charmaps.pm
    M tools/tools/locale/tools/cldr2def.pl
    M tools/tools/locale/tools/convert_map.pl
    M tools/tools/locale/tools/extract-colldef.awk
    M tools/tools/locale/tools/finalize
    M tools/tools/locale/tools/utf8-rollup.pl
    M tools/tools/mid/mid-build
    M tools/tools/mid/mid-index
    M tools/tools/mtxstat/mtxratio.sh
    M tools/tools/mtxstat/mtxstat.pl
    M tools/tools/nanobsd/Files/root/change_password
    M tools/tools/nanobsd/Files/root/save_sshkeys
    M tools/tools/nanobsd/Files/root/updatep1
    M tools/tools/nanobsd/Files/root/updatep2
    M tools/tools/nanobsd/FlashDevice.sub
    M tools/tools/nanobsd/nanobsd.sh
    M tools/tools/ncpus/Makefile
    M tools/tools/ncpus/acpi.c
    M tools/tools/ncpus/acpidump.h
    M tools/tools/ncpus/biosmptable.c
    M tools/tools/ncpus/ncpus.c
    M tools/tools/net80211/Makefile
    M tools/tools/net80211/wlanstats/Makefile
    M tools/tools/net80211/wlanstats/wlanstats.c
    M tools/tools/net80211/wlanwatch/Makefile
    M tools/tools/net80211/wlanwatch/wlanwatch.c
    M tools/tools/netmap/Makefile
    M tools/tools/netmap/README
    M tools/tools/netmap/bridge.c
    M tools/tools/netmap/pkt-gen.c
    M tools/tools/netrate/Makefile
    M tools/tools/netrate/Makefile.inc
    M tools/tools/netrate/README
    M tools/tools/netrate/http/Makefile
    M tools/tools/netrate/http/http.c
    M tools/tools/netrate/httpd/Makefile
    M tools/tools/netrate/httpd/httpd.c
    M tools/tools/netrate/juggle/Makefile
    M tools/tools/netrate/juggle/juggle.c
    M tools/tools/netrate/netblast/Makefile
    M tools/tools/netrate/netblast/netblast.c
    M tools/tools/netrate/netreceive/Makefile
    M tools/tools/netrate/netreceive/netreceive.c
    M tools/tools/netrate/netsend/Makefile
    M tools/tools/netrate/netsend/netsend.c
    M tools/tools/netrate/tcpconnect/Makefile
    M tools/tools/netrate/tcpconnect/tcpconnect.c
    M tools/tools/netrate/tcpp/Makefile
    M tools/tools/netrate/tcpp/README
    M tools/tools/netrate/tcpp/parallelism.csh
    M tools/tools/netrate/tcpp/runit.pl
    M tools/tools/netrate/tcpp/tcpp.c
    M tools/tools/netrate/tcpp/tcpp.h
    M tools/tools/netrate/tcpp/tcpp_client.c
    M tools/tools/netrate/tcpp/tcpp_server.c
    M tools/tools/netrate/tcpp/tcpp_util.c
    M tools/tools/netrate/tcpreceive/Makefile
    M tools/tools/netrate/tcpreceive/tcpreceive.c

  Log Message:
  -----------
  tools


  Commit: 10227ba73a556912297bada4beebc639fa7c046c
      https://github.com/MidnightBSD/src/commit/10227ba73a556912297bada4beebc639fa7c046c
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M tools/tools/locale/Makefile
    M tools/tools/locale/README
    M tools/tools/locale/etc/charmaps.xml
    M tools/tools/npe/Makefile
    M tools/tools/npe/npestats/Makefile
    M tools/tools/npe/npestats/main.c
    M tools/tools/npe/npestats/npestats.c
    M tools/tools/npe/npestats/npestats.h
    M tools/tools/pirtool/Makefile
    M tools/tools/pirtool/pirtable.h
    M tools/tools/pirtool/pirtool.c
    M tools/tools/vhba/README
    M tools/tools/vhba/faulty/Makefile
    M tools/tools/vhba/faulty/vhba_faulty.c
    M tools/tools/vhba/lots/Makefile
    M tools/tools/vhba/lots/vhba_lots.c
    M tools/tools/vimage/Makefile
    M tools/tools/vimage/vimage.8
    M tools/tools/vimage/vimage.c
    M tools/tools/vop_table/vop_table.pl
    M tools/tools/vop_table/vop_table.tcl
    M tools/tools/vt/fontcvt/terminus.sh
    M tools/tools/vt/keymaps/KBDFILES.map
    M tools/tools/vt/keymaps/LANG.map
    M tools/tools/vt/keymaps/convert-INDEX.pl
    M tools/tools/vt/keymaps/convert-keymap.pl
    M tools/tools/vt/keymaps/convert-keymaps.pl
    M tools/tools/vt/mkkfont/Makefile
    M tools/tools/vt/mkkfont/mkkfont.c
    M tools/tools/whereintheworld/Makefile
    M tools/tools/whereintheworld/whereintheworld.pl
    M tools/tools/wtap/Makefile
    M tools/tools/wtap/vis_map/Makefile
    M tools/tools/wtap/vis_map/vis_map.c
    M tools/tools/wtap/wtap/Makefile
    M tools/tools/wtap/wtap/wtap.c
    M tools/tools/zfsboottest/Makefile
    M tools/tools/zfsboottest/zfsboottest.c
    M tools/tools/zfsboottest/zfsboottest.sh
    M usr.bin/apply/Makefile
    M usr.bin/apply/apply.1
    M usr.bin/apply/apply.c
    M usr.bin/asa/asa.c
    M usr.bin/at/Makefile
    M usr.bin/at/Makefile.inc
    M usr.bin/at/at.c
    M usr.bin/at/at.h
    M usr.bin/at/at.man
    M usr.bin/at/panic.c
    M usr.bin/at/panic.h
    M usr.bin/at/parsetime.c
    M usr.bin/at/parsetime.h
    M usr.bin/at/perm.c
    M usr.bin/at/perm.h
    M usr.bin/at/privs.h
    M usr.bin/atm/sscop/Makefile.depend
    M usr.bin/awk/Makefile
    M usr.bin/awk/awk.1
    M usr.bin/banner/Makefile
    M usr.bin/banner/banner.6
    M usr.bin/banner/banner.c
    M usr.bin/basename/Makefile
    M usr.bin/basename/basename.1
    M usr.bin/basename/basename.c
    M usr.bin/basename/tests/Makefile
    M usr.bin/basename/tests/Makefile.depend
    M usr.bin/bc/Makefile
    M usr.bin/bc/bc.1
    M usr.bin/bc/bc.library
    M usr.bin/bc/bc.y
    M usr.bin/bc/extern.h
    M usr.bin/bc/pathnames.h
    M usr.bin/bc/scan.l
    M usr.bin/bc/tty.c
    M usr.bin/bluetooth/Makefile
    M usr.bin/bluetooth/Makefile.inc
    M usr.bin/bluetooth/bthost/Makefile
    M usr.bin/bluetooth/bthost/Makefile.depend
    M usr.bin/bluetooth/bthost/bthost.1
    M usr.bin/bluetooth/bthost/bthost.c
    M usr.bin/bluetooth/btsockstat/Makefile
    M usr.bin/bluetooth/btsockstat/Makefile.depend
    M usr.bin/bluetooth/btsockstat/btsockstat.1
    M usr.bin/bluetooth/btsockstat/btsockstat.c
    M usr.bin/bluetooth/rfcomm_sppd/Makefile
    M usr.bin/bluetooth/rfcomm_sppd/Makefile.depend
    M usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
    M usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1
    M usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c

  Log Message:
  -----------
  tool


  Commit: 542ddae195d3cad275da13c98d86aa7066e7931b
      https://github.com/MidnightBSD/src/commit/542ddae195d3cad275da13c98d86aa7066e7931b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M sys/conf/kern.mk
    M sys/conf/kern.opts.mk
    M sys/conf/kern.post.mk
    M sys/geom/geom_fox.c
    M sys/geom/geom_int.h
    M sys/geom/geom_io.c
    M sys/geom/geom_kern.c
    M sys/geom/geom_map.c
    M sys/geom/geom_mbr.c
    M sys/geom/geom_mbr_enc.c
    M sys/geom/geom_redboot.c
    M sys/geom/geom_slice.c
    M sys/geom/geom_slice.h
    M sys/geom/geom_subr.c
    M sys/geom/geom_sunlabel.c
    M sys/geom/geom_sunlabel_enc.c
    M sys/geom/geom_vfs.c
    M sys/geom/geom_vfs.h
    M sys/geom/geom_vol_ffs.c
    M sys/geom/journal/g_journal.c
    M sys/geom/journal/g_journal.h
    M sys/geom/journal/g_journal_ufs.c
    M sys/geom/label/g_label.c
    M sys/geom/label/g_label.h
    M sys/geom/label/g_label_disk_ident.c
    M sys/geom/label/g_label_ext2fs.c
    M sys/geom/label/g_label_flashmap.c
    M sys/geom/label/g_label_gpt.c
    M sys/geom/label/g_label_iso9660.c
    M sys/geom/label/g_label_msdosfs.c
    M sys/geom/label/g_label_msdosfs.h
    M sys/geom/label/g_label_ntfs.c
    M sys/geom/label/g_label_reiserfs.c
    M sys/geom/label/g_label_ufs.c
    M sys/geom/linux_lvm/g_linux_lvm.c
    M sys/geom/linux_lvm/g_linux_lvm.h
    M sys/geom/mirror/g_mirror.c
    M sys/geom/mirror/g_mirror.h
    M sys/geom/mirror/g_mirror_ctl.c
    M sys/geom/mountver/g_mountver.c
    M sys/geom/mountver/g_mountver.h
    M sys/geom/multipath/g_multipath.c
    M sys/geom/multipath/g_multipath.h
    M sys/geom/nop/g_nop.c
    M sys/geom/nop/g_nop.h
    M sys/geom/notes
    M sys/geom/part/g_part.c
    M sys/geom/part/g_part.h
    M sys/geom/part/g_part_apm.c
    M sys/geom/part/g_part_bsd.c
    M sys/geom/part/g_part_bsd64.c
    M sys/geom/part/g_part_ebr.c
    M sys/geom/part/g_part_if.m
    M sys/geom/part/g_part_ldm.c
    M sys/geom/part/g_part_mbr.c
    M sys/geom/part/g_part_vtoc8.c
    M sys/geom/raid/g_raid.c
    M sys/geom/raid/g_raid.h
    M sys/geom/raid/g_raid_ctl.c
    M sys/geom/raid/g_raid_md_if.m
    M sys/geom/raid/g_raid_tr_if.m
    M sys/geom/raid/md_ddf.c
    M sys/geom/raid/md_ddf.h
    M sys/geom/raid/md_intel.c
    M sys/geom/raid/md_jmicron.c
    M sys/geom/raid/md_nvidia.c
    M sys/geom/raid/md_promise.c
    M sys/geom/raid/md_sii.c
    M sys/geom/raid/tr_concat.c
    M sys/geom/raid/tr_raid0.c
    M sys/geom/raid/tr_raid1.c
    M sys/geom/raid/tr_raid1e.c
    M sys/geom/raid/tr_raid5.c
    M sys/geom/raid3/g_raid3.c
    M sys/geom/raid3/g_raid3.h
    M sys/geom/raid3/g_raid3_ctl.c
    M sys/geom/sched/README
    M sys/geom/sched/g_sched.c
    M sys/geom/sched/g_sched.h
    M sys/geom/sched/gs_delay.c
    M sys/geom/sched/gs_rr.c
    M sys/geom/sched/gs_scheduler.h
    M sys/geom/shsec/g_shsec.c
    M sys/geom/shsec/g_shsec.h
    M sys/geom/stripe/g_stripe.c
    M sys/geom/stripe/g_stripe.h
    M sys/geom/uzip/g_uzip.c
    M sys/geom/uzip/g_uzip.h
    M sys/geom/uzip/g_uzip_cloop.h
    M sys/geom/uzip/g_uzip_dapi.h
    M sys/geom/uzip/g_uzip_lzma.c
    M sys/geom/uzip/g_uzip_lzma.h
    M sys/geom/uzip/g_uzip_softc.h
    M sys/geom/uzip/g_uzip_wrkthr.c
    M sys/geom/uzip/g_uzip_wrkthr.h
    M sys/geom/uzip/g_uzip_zlib.c
    M sys/geom/uzip/g_uzip_zlib.h
    M sys/geom/vinum/geom_vinum.c
    M sys/geom/vinum/geom_vinum.h
    M sys/geom/vinum/geom_vinum_create.c
    M sys/geom/vinum/geom_vinum_drive.c
    M sys/geom/vinum/geom_vinum_events.c
    M sys/geom/vinum/geom_vinum_init.c
    M sys/geom/vinum/geom_vinum_list.c
    M sys/geom/vinum/geom_vinum_move.c
    M sys/geom/vinum/geom_vinum_plex.c
    M sys/geom/vinum/geom_vinum_raid5.c
    M sys/geom/vinum/geom_vinum_raid5.h
    M sys/geom/vinum/geom_vinum_rename.c
    M sys/geom/vinum/geom_vinum_rm.c
    M sys/geom/vinum/geom_vinum_share.c
    M sys/geom/vinum/geom_vinum_share.h
    M sys/geom/vinum/geom_vinum_state.c
    M sys/geom/vinum/geom_vinum_subr.c
    M sys/geom/vinum/geom_vinum_var.h
    M sys/geom/vinum/geom_vinum_volume.c
    M sys/geom/virstor/binstream.c
    M sys/geom/virstor/binstream.h
    M sys/geom/virstor/g_virstor.c
    M sys/geom/virstor/g_virstor.h
    M sys/geom/virstor/g_virstor_md.c
    M sys/geom/virstor/g_virstor_md.h
    M sys/geom/zero/g_zero.c
    M sys/i386/Makefile
    M sys/i386/acpica/acpi_machdep.c
    M sys/i386/acpica/acpi_wakecode.S
    M sys/i386/bios/apm.c
    M sys/i386/bios/apm.h
    M sys/i386/bios/smapi.c
    M sys/i386/bios/smapi_bios.S
    M sys/i386/cloudabi32/cloudabi32_sysvec.c
    M sys/i386/conf/DEFAULTS
    M sys/i386/conf/GENERIC
    M sys/i386/conf/NOTES
    M sys/i386/i386/apic_vector.s
    M sys/i386/i386/atpic_vector.s
    M sys/i386/i386/bios.c
    M sys/i386/i386/bioscall.s
    M sys/i386/i386/bpf_jit_machdep.c
    M sys/i386/i386/bpf_jit_machdep.h
    M sys/i386/i386/db_disasm.c
    M sys/i386/i386/db_interface.c
    M sys/i386/i386/db_trace.c
    M sys/i386/i386/elan-mmcr.c
    M sys/i386/i386/elf_machdep.c
    M sys/i386/i386/exception.s
    M sys/i386/i386/gdb_machdep.c
    M sys/i386/i386/genassym.c
    M sys/i386/i386/geode.c
    M sys/i386/i386/in_cksum.c
    M sys/i386/i386/initcpu.c
    M sys/i386/i386/io.c
    M sys/i386/i386/k6_mem.c
    M sys/i386/i386/locore.s
    M sys/i386/i386/longrun.c
    M sys/i386/i386/machdep.c
    M sys/i386/i386/mem.c
    M sys/i386/i386/minidump_machdep.c
    M sys/i386/i386/mp_clock.c
    M sys/i386/i386/mp_machdep.c
    M sys/i386/i386/mpboot.s
    M sys/i386/i386/perfmon.c
    M sys/i386/i386/pmap.c
    M sys/i386/i386/ptrace_machdep.c
    M sys/i386/i386/sigtramp.s
    M sys/i386/i386/support.s
    M sys/i386/i386/swtch.s
    M sys/i386/i386/sys_machdep.c
    M sys/i386/i386/trap.c
    M sys/i386/i386/uio_machdep.c
    M sys/i386/i386/vm86.c
    M sys/i386/i386/vm86bios.s
    M sys/i386/i386/vm_machdep.c
    M sys/i386/ibcs2/Makefile
    M sys/i386/ibcs2/coff.h
    M targets/pseudo/userland/Makefile.depend
    M targets/pseudo/userland/games/Makefile
    M targets/pseudo/userland/games/Makefile.depend
    M targets/pseudo/userland/gnu/Makefile

  Log Message:
  -----------
  sys (geom)


Compare: https://github.com/MidnightBSD/src/compare/8eb121d1c3e2...542ddae195d3


More information about the Midnightbsd-cvs mailing list