git: f03a2e7b59d9 - main - macio: Set resource map size

2024-04-10 Thread Justin Hibbits
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=f03a2e7b59d98629bc9a81882ce7ca534bd4f224 commit f03a2e7b59d98629bc9a81882ce7ca534bd4f224 Author: Justin Hibbits AuthorDate: 2024-04-11 01:42:31 + Commit: Justin Hibbits CommitDate: 2024-04-11

git: 442d351bd242 - main - libllvm: add missed tlbgen headers and sources for BPF target

2024-04-10 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=442d351bd242d14b1c0bb67cd048ac022f2e82ad commit 442d351bd242d14b1c0bb67cd048ac022f2e82ad Author: Dimitry Andric AuthorDate: 2024-04-10 22:10:07 + Commit: Dimitry Andric CommitDate: 2024-04-10 22:1

git: f1e4c095777d - main - ahc/ahd: Fix target mode operation

2024-04-10 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=f1e4c095777db088645008848b3bfb87146c13ec commit f1e4c095777db088645008848b3bfb87146c13ec Author: Alexander Motin AuthorDate: 2024-04-10 20:44:00 + Commit: Alexander Motin CommitDate: 2024-04-10 20

Re: git: 5f757f3ff914 - main - Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb

2024-04-10 Thread Dimitry Andric
On 10 Apr 2024, at 22:23, Charlie Li wrote: > > Dimitry Andric wrote: >> The branch main has been updated by dim: >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=5f757f3ff9144b609b3c433dfd370cc6bdc191ad >> commit 5f757f3ff9144b609b3c433dfd370cc6bdc191ad >> Merge: 3e1c8a35f741 312c0ed19cc5 >>

Re: git: 5f757f3ff914 - main - Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb

2024-04-10 Thread Charlie Li
Dimitry Andric wrote: The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=5f757f3ff9144b609b3c433dfd370cc6bdc191ad commit 5f757f3ff9144b609b3c433dfd370cc6bdc191ad Merge: 3e1c8a35f741 312c0ed19cc5 Author: Dimitry Andric AuthorDate: 2023-12-18 20:30:12 +000

git: 0020e1b617dc - main - Revert "sendfile: mark it explicitly as a TCP only feature"

2024-04-10 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=0020e1b617dc71142a5d0c1738e72deaabdfe756 commit 0020e1b617dc71142a5d0c1738e72deaabdfe756 Author: Gleb Smirnoff AuthorDate: 2024-04-10 18:28:11 + Commit: Gleb Smirnoff CommitDate: 2024-04-10 18

Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel

2024-04-10 Thread John Baldwin
On 4/10/24 11:51 AM, Colin Percival wrote: On 4/10/24 08:29, John Baldwin wrote: On 4/9/24 11:29 PM, Colin Percival wrote: release: distributekernel before packagekernel With these as a single make command, `make -j` breaks when it tries to package up a kernel which hasn't bee

Re: git: a1bff97300ab - main - release: Don't reuse disc1/bootonly directories

2024-04-10 Thread Colin Percival
On 4/9/24 22:18, Jessica Clarke wrote: On 10 Apr 2024, at 04:29, Colin Percival wrote: +disc1-disc1 disc1-memstick: disc1 + mkdir ${.TARGET} + tar -cf- -C disc1 . | tar -xf- -C ${.TARGET} What’s wrong with cp -a? A couple decades of muscle memory using tar -c | tar -x. I would have used cp

Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel

2024-04-10 Thread Colin Percival
On 4/10/24 08:29, John Baldwin wrote: On 4/9/24 11:29 PM, Colin Percival wrote: release: distributekernel before packagekernel With these as a single make command, `make -j` breaks when it tries to package up a kernel which hasn't been distributed yet. MFC after:  1 week

git: 7a79d0669761 - main - vm: improve kstack_object pindex calculation to avoid pindex holes

2024-04-10 Thread Bojan Novković
The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=7a79d066976149349ecb90240d02eed0c4268737 commit 7a79d066976149349ecb90240d02eed0c4268737 Author: Bojan Novković AuthorDate: 2024-04-09 19:02:12 + Commit: Bojan Novković CommitDate: 2024-04-10

Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel

2024-04-10 Thread John Baldwin
On 4/9/24 11:29 PM, Colin Percival wrote: The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=65c603ed65c700d6eacdf9e1e94dc42fd70fb0b7 commit 65c603ed65c700d6eacdf9e1e94dc42fd70fb0b7 Author: Colin Percival AuthorDate: 2024-04-10 03:26:51 + Commit

git: 014d7082a239 - main - bhyve: Implement a PL031 RTC on arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=014d7082a2398ec39e76b5f7b1f842fc9be6c51e commit 014d7082a2398ec39e76b5f7b1f842fc9be6c51e Author: Jessica Clarke AuthorDate: 2024-02-21 22:57:04 + Commit: Mark Johnston CommitDate: 2024-04-10 15:

git: e3bd5730ca92 - main - bhyve: Extract uart-clock from fdt_add_uart as an apb-pclk

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e3bd5730ca925cd74dece9c52bcc10237b058546 commit e3bd5730ca925cd74dece9c52bcc10237b058546 Author: Jessica Clarke AuthorDate: 2024-02-21 22:44:57 + Commit: Mark Johnston CommitDate: 2024-04-10 15:

git: 4dfa329f4861 - main - bhyve: Extend mevent to support updating timers

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=4dfa329f48618d30e0c32529f874c1d0cc7beb00 commit 4dfa329f48618d30e0c32529f874c1d0cc7beb00 Author: Jessica Clarke AuthorDate: 2024-02-21 22:42:19 + Commit: Mark Johnston CommitDate: 2024-04-10 15:

git: 95b948c1d118 - main - bhyve: Fix arm64 PCI I/O range to match FDT

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=95b948c1d11831e4a47735371097a397bf0cf707 commit 95b948c1d11831e4a47735371097a397bf0cf707 Author: Jessica Clarke AuthorDate: 2024-02-19 22:40:24 + Commit: Mark Johnston CommitDate: 2024-04-10 15:

git: 0efad4aceb53 - main - bhyve: Support legacy PCI interrupts on arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0efad4aceb533ef32905de586ab0112b1c563996 commit 0efad4aceb533ef32905de586ab0112b1c563996 Author: Jessica Clarke AuthorDate: 2024-02-17 01:44:51 + Commit: Mark Johnston CommitDate: 2024-04-10 15:

git: 54416d2d786a - main - src.conf.5: Regenerate

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=54416d2d786ae364b918c9c5af2d8f1d1bb0a1c1 commit 54416d2d786ae364b918c9c5af2d8f1d1bb0a1c1 Author: Mark Johnston AuthorDate: 2024-04-03 17:45:25 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 56a26fc1af60 - main - libvmmapi: Conditionalize compilation of some functions

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=56a26fc1af60e31732f8913ebe4c058095b6c721 commit 56a26fc1af60e31732f8913ebe4c058095b6c721 Author: Mark Johnston AuthorDate: 2024-04-03 17:45:06 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 981f9f7495bb - main - bhyve: Push option parsing down into bhyverun_machdep.c

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=981f9f7495bb8247e0eba48e15dcc7f2e0b1b342 commit 981f9f7495bb8247e0eba48e15dcc7f2e0b1b342 Author: Mark Johnston AuthorDate: 2024-04-03 17:44:40 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 11c79f9e358d - main - arm64: Connect bhyve and libvmmapi to the build

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=11c79f9e358d725dd75d91d2ff2996fd77dc88e5 commit 11c79f9e358d725dd75d91d2ff2996fd77dc88e5 Author: Mark Johnston AuthorDate: 2024-04-03 17:44:29 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 4bb929cc6d60 - main - bhyve: Partially disable INT#x support in virtio for arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=4bb929cc6d60aed8910ab02c32a7e1bd3fdfa298 commit 4bb929cc6d60aed8910ab02c32a7e1bd3fdfa298 Author: Mark Johnston AuthorDate: 2024-04-03 17:43:48 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: dc6a00f2e424 - main - bhyve: Use vm_raise_msi() instead of vm_lapic_msi()

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=dc6a00f2e4242521cb7099f95f87686b35b98231 commit dc6a00f2e4242521cb7099f95f87686b35b98231 Author: Mark Johnston AuthorDate: 2024-04-03 17:43:35 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: f286f746f4ac - main - bhyve: Add PCI mappings for arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f286f746f4ac32c58969834aeb6f9b5076b52c86 commit f286f746f4ac32c58969834aeb6f9b5076b52c86 Author: Mark Johnston AuthorDate: 2024-04-03 17:11:37 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: ff50e9d53ff8 - main - bhyve: Add bhyverun and vmexit handlers for arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ff50e9d53ff836bd6276c9f5a355e0ab03a99c61 commit ff50e9d53ff836bd6276c9f5a355e0ab03a99c61 Author: Andrew Turner AuthorDate: 2024-04-03 17:10:41 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: fc98569fc370 - main - bhyve: Do not compile PCI passthrough support on arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=fc98569fc370c7f5a2039d472ee3b01f5a78b177 commit fc98569fc370c7f5a2039d472ee3b01f5a78b177 Author: Mark Johnston AuthorDate: 2024-04-03 17:11:24 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: e499fdcb66b9 - main - libvmmapi: Zero out the structure passed to VM_GET_MEMSEG

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e499fdcb66b9ef3d9fc3c626daaefe909c65a2ab commit e499fdcb66b9ef3d9fc3c626daaefe909c65a2ab Author: Mark Johnston AuthorDate: 2024-04-03 17:09:43 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 1855002ddf0b - main - libvmmapi: Make vm_raise_msi() a common function

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=1855002ddf0b226d92ce5d698bae06305d9a3a4e commit 1855002ddf0b226d92ce5d698bae06305d9a3a4e Author: Mark Johnston AuthorDate: 2024-04-03 17:09:32 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 5ec6c3007e36 - main - libvmmapi: Add arm64 support

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5ec6c3007e36736a979434d9bf5c9e22293970b3 commit 5ec6c3007e36736a979434d9bf5c9e22293970b3 Author: Mark Johnston AuthorDate: 2024-04-03 17:07:51 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 7e0fa794123e - main - libvmmapi: Make memory segment handling a bit more abstract

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7e0fa794123eb8395fffa976c47e8ba4f44f2df0 commit 7e0fa794123eb8395fffa976c47e8ba4f44f2df0 Author: Mark Johnston AuthorDate: 2024-04-03 17:01:31 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 8b06bdc91ddf - main - libvmmapi: Move PCI passthrough ioctl wrappers into a separate file

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8b06bdc91ddff995beed7bdcb6e5541c5ca227ef commit 8b06bdc91ddff995beed7bdcb6e5541c5ca227ef Author: Mark Johnston AuthorDate: 2024-04-03 16:56:22 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 7f00e46b85e8 - main - libvmmapi: Split the ioctl list into MI and MD lists

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7f00e46b85e8c60259ad0bdd53593ea246f3e549 commit 7f00e46b85e8c60259ad0bdd53593ea246f3e549 Author: Mark Johnston AuthorDate: 2024-04-03 16:55:54 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 3170dcaea96d - main - libvmmapi: Move more amd64-specific ioctl wrappers to vmmapi_machdep.c

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3170dcaea96debdd383d974f2b1582d2eb126f50 commit 3170dcaea96debdd383d974f2b1582d2eb126f50 Author: Mark Johnston AuthorDate: 2024-04-03 16:56:11 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 85efb31d50af - main - libvmmapi: Move VM capability names to vmmapi_machdep.c

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=85efb31d50af3cf6987d74f4abe9c54ae493f3a6 commit 85efb31d50af3cf6987d74f4abe9c54ae493f3a6 Author: Mark Johnston AuthorDate: 2024-04-03 16:55:36 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: e4656e10d131 - main - libvmmapi: Move some ioctl wrappers to vmmapi_machdep.c

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e4656e10d13190d3149e3bb60e01c50f1c210885 commit e4656e10d13190d3149e3bb60e01c50f1c210885 Author: Mark Johnston AuthorDate: 2024-04-03 16:52:25 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: 967264cfcd6d - main - libvmmapi: Add a subdirectory for amd64-specific code

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=967264cfcd6d1a42dc0c9f9916320afe90f1faa4 commit 967264cfcd6d1a42dc0c9f9916320afe90f1faa4 Author: Mark Johnston AuthorDate: 2024-04-03 16:52:00 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: e497fe865703 - main - bhyve: Use vm_get_highmem_base() instead of hard-coding the value

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e497fe8657031bf52a27d28943e6517922e330ba commit e497fe8657031bf52a27d28943e6517922e330ba Author: Mark Johnston AuthorDate: 2024-04-03 16:51:37 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: eaff4c4f92dc - main - bhyve: Add FDT building code for arm64

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=eaff4c4f92dc447cf5f0bbf80449cad7738fdf39 commit eaff4c4f92dc447cf5f0bbf80449cad7738fdf39 Author: Mark Johnston AuthorDate: 2024-04-03 16:50:21 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: d878f72a73e1 - main - bhyve: Provide optional libfdt linking

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d878f72a73e104b705d7ee07a3152ad841eadf05 commit d878f72a73e104b705d7ee07a3152ad841eadf05 Author: Mark Johnston AuthorDate: 2024-04-03 16:48:45 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: f3003a0dfb91 - main - bhyve: Add PL011 UART emulation

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f3003a0dfb91ce887587ff73ce758f31a921e5a3 commit f3003a0dfb91ce887587ff73ce758f31a921e5a3 Author: Andrew Turner AuthorDate: 2024-04-03 16:46:43 + Commit: Mark Johnston CommitDate: 2024-04-10 15:1

git: afc10f8bba3d - main - sys_procctl(): Make it clear that negative commands are invalid

2024-04-10 Thread Olivier Certner
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=afc10f8bba3dd293a66461aaca41237c986b6ca7 commit afc10f8bba3dd293a66461aaca41237c986b6ca7 Author: Olivier Certner AuthorDate: 2024-04-10 14:32:32 + Commit: Olivier Certner CommitDate: 2024-04-10 1

git: 1d14e88e5332 - main - tcp: Make tcp_var.h more self-contained

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=1d14e88e5332cfddbec1893f6b5332f81d378d61 commit 1d14e88e5332cfddbec1893f6b5332f81d378d61 Author: Mark Johnston AuthorDate: 2024-04-08 17:37:25 + Commit: Mark Johnston CommitDate: 2024-04-10 12:5

git: 989a2cf19d05 - main - vm_reserv_reclaim_contig: Return NULL not false

2024-04-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=989a2cf19d053954f0bad28790114a374b05c9c1 commit 989a2cf19d053954f0bad28790114a374b05c9c1 Author: Minsoo Choo AuthorDate: 2024-04-10 12:49:26 + Commit: Mark Johnston CommitDate: 2024-04-10 12:50: