git: 07948e050808 - main - net80211: regdomain: ETSI: add missing 11a and 11na entries

2025-07-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=07948e050808158567c0ca7d345ad035115c0d88 commit 07948e050808158567c0ca7d345ad035115c0d88 Author: Bjoern A. Zeeb AuthorDate: 2025-07-05 01:47:13 + Commit: Bjoern A. Zeeb CommitDate: 2025-07-07 06:49

Re: git: 85dcdb7aad85 - main - amd64: allow the mapping of other regions for efirt

2025-07-06 Thread Ahmad Khalifa
On Sun Jul 6, 2025 at 10:43 PM +0300, Konstantin Belousov wrote: > On Sun, Jul 06, 2025 at 07:28:21PM +, Ahmad Khalifa wrote: >> The branch main has been updated by vexeduxr: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=85dcdb7aad85498b3f497b8752e69b8612b27cb7 >> >> commit 85dcdb7aad8

git: 2d6185cf87e8 - main - vm_fault: drop never-true busy_sleep test

2025-07-06 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=2d6185cf87e815d4951a9ddcf5c535ebd07a8815 commit 2d6185cf87e815d4951a9ddcf5c535ebd07a8815 Author: Doug Moore AuthorDate: 2025-07-06 20:46:00 + Commit: Doug Moore CommitDate: 2025-07-06 20:46:00 +

Re: git: 85dcdb7aad85 - main - amd64: allow the mapping of other regions for efirt

2025-07-06 Thread Konstantin Belousov
On Sun, Jul 06, 2025 at 01:22:12PM -0700, Ahmad Khalifa wrote: > On Sun Jul 6, 2025 at 11:02 PM +0300, Ahmad Khalifa wrote: > > On Sun Jul 6, 2025 at 10:43 PM +0300, Konstantin Belousov wrote: > >> On Sun, Jul 06, 2025 at 07:28:21PM +, Ahmad Khalifa wrote: > >>> The branch main has been updated

git: 21a0a2c04ca4 - main - exterrctl(2): mark as CAPENABLED

2025-07-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=21a0a2c04ca4084afb98d406e20407ec834e71aa commit 21a0a2c04ca4084afb98d406e20407ec834e71aa Author: Konstantin Belousov AuthorDate: 2025-07-06 12:13:04 + Commit: Konstantin Belousov CommitDate: 2025-

git: baa15beed7f1 - main - sys/sysent.h: use two nibbles for flags, and remove unused SY_THR_FLAGMASK

2025-07-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=baa15beed7f1f51c213ae434d3655c6664da8786 commit baa15beed7f1f51c213ae434d3655c6664da8786 Author: Konstantin Belousov AuthorDate: 2025-07-06 12:13:50 + Commit: Konstantin Belousov CommitDate: 2025-

git: 26061e4e542d - main - kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg

2025-07-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=26061e4e542d220c577fb3437a9a9f108dc27698 commit 26061e4e542d220c577fb3437a9a9f108dc27698 Author: Konstantin Belousov AuthorDate: 2025-07-06 12:18:11 + Commit: Konstantin Belousov CommitDate: 2025-

git: ac64cd191c3f - main - pathconf.2: Document the _PC_HAS_HIDDENSYSTEM name

2025-07-06 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=ac64cd191c3f49efe900b8e90657f51578503265 commit ac64cd191c3f49efe900b8e90657f51578503265 Author: Rick Macklem AuthorDate: 2025-07-06 19:23:05 + Commit: Rick Macklem CommitDate: 2025-07-06 19:

git: 85dcdb7aad85 - main - amd64: allow the mapping of other regions for efirt

2025-07-06 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=85dcdb7aad85498b3f497b8752e69b8612b27cb7 commit 85dcdb7aad85498b3f497b8752e69b8612b27cb7 Author: Ahmad Khalifa AuthorDate: 2025-07-06 19:10:25 + Commit: Ahmad Khalifa CommitDate: 2025-07-06 1

git: efe5907279e1 - main - amd64: fix physmap entry addition logic

2025-07-06 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=efe5907279e1aa1781fc4d5260204888cd235cc2 commit efe5907279e1aa1781fc4d5260204888cd235cc2 Author: Ahmad Khalifa AuthorDate: 2025-07-06 19:09:15 + Commit: Ahmad Khalifa CommitDate: 2025-07-06 1

git: 4add1a7a46b5 - main - amd64/efirt: always map the first page

2025-07-06 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=4add1a7a46b5cb261223d1c51c94fde417cc33c0 commit 4add1a7a46b5cb261223d1c51c94fde417cc33c0 Author: Ahmad Khalifa AuthorDate: 2025-07-06 19:10:58 + Commit: Ahmad Khalifa CommitDate: 2025-07-06 1

Re: git: 85dcdb7aad85 - main - amd64: allow the mapping of other regions for efirt

2025-07-06 Thread Ahmad Khalifa
On Sun Jul 6, 2025 at 11:02 PM +0300, Ahmad Khalifa wrote: > On Sun Jul 6, 2025 at 10:43 PM +0300, Konstantin Belousov wrote: >> On Sun, Jul 06, 2025 at 07:28:21PM +, Ahmad Khalifa wrote: >>> The branch main has been updated by vexeduxr: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id

git: 20ee243707ff - main - tests: Add Illumos oclo tests for O_CLOEXEC & O_CLOFORK

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=20ee243707ff826221cd588ad3c6b53ddea07415 commit 20ee243707ff826221cd588ad3c6b53ddea07415 Author: Ricardo Branco AuthorDate: 2025-06-17 06:05:27 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: efadb5c2a908 - main - Add manpages for O_CLOFORK flag and others

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=efadb5c2a908a08e98f917ef6e6e65c73e8d04af commit efadb5c2a908a08e98f917ef6e6e65c73e8d04af Author: Ricardo Branco AuthorDate: 2025-05-17 17:10:19 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 4140012f8369 - main - tests: Adapt oclo tests to FreeBSD

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=4140012f83690e9ed9b31d87c16e4f698332e24c commit 4140012f83690e9ed9b31d87c16e4f698332e24c Author: Ricardo Branco AuthorDate: 2025-06-16 17:45:54 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: ea4042246d61 - main - libsysdecode: Add O_CLOFORK flags to sysdecode

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ea4042246d618ed67275ed8fc0685c1dd6bcb8e5 commit ea4042246d618ed67275ed8fc0685c1dd6bcb8e5 Author: Ricardo Branco AuthorDate: 2025-05-17 18:27:37 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 71a0af25a535 - main - libopenbsd: Add recallocarray()

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=71a0af25a5353f929521cb04c73a7266ac5b7b61 commit 71a0af25a5353f929521cb04c73a7266ac5b7b61 Author: Ricardo Branco AuthorDate: 2025-06-16 21:41:48 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 02ffca404e65 - main - kern: Add support for POSIX O_CLOFORK flag

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=02ffca404e65b2058720e1e9d5a5bc8bb2867113 commit 02ffca404e65b2058720e1e9d5a5bc8bb2867113 Author: Ricardo Branco AuthorDate: 2025-06-20 12:06:48 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 63503cbe5a48 - main - tests: Adapt existing tests for O_CLOEXEC to O_CLOFORK

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=63503cbe5a480d1f55fc45ba7a2661ba41c2321f commit 63503cbe5a480d1f55fc45ba7a2661ba41c2321f Author: Ricardo Branco AuthorDate: 2025-06-03 23:07:17 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 04a481b743c5 - main - socket: Add SOCK_CLOFORK flag

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=04a481b743c56392c34d5250327895bdb84b1160 commit 04a481b743c56392c34d5250327895bdb84b1160 Author: Ricardo Branco AuthorDate: 2025-05-09 21:39:46 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: be6c405c4d34 - main - socket: Add MSG_CMSG_CLOFORK flag

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=be6c405c4d34366618ab55e3a730090f6c672968 commit be6c405c4d34366618ab55e3a730090f6c672968 Author: Ricardo Branco AuthorDate: 2025-05-09 21:43:51 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: e6b64eea5e77 - main - kern: Make close_range() support CLOSE_RANGE_CLOEXEC

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e6b64eea5e7751b92bbabcef8470ff75547f5d0f commit e6b64eea5e7751b92bbabcef8470ff75547f5d0f Author: Ricardo Branco AuthorDate: 2025-05-11 20:17:43 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 971f738679e2 - main - kern: Make dup3() support O_CLOFORK

2025-07-06 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=971f738679e2e57114366c0f69af99e07150f1ff commit 971f738679e2e57114366c0f69af99e07150f1ff Author: Ricardo Branco AuthorDate: 2025-05-17 09:53:10 + Commit: Mark Johnston CommitDate: 2025-07-06 23:

git: 4b7cdb5a420f - main - deprecate RIP

2025-07-06 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=4b7cdb5a420f518fbe1968a6916b6d017f54025d commit 4b7cdb5a420f518fbe1968a6916b6d017f54025d Author: Lexi Winter AuthorDate: 2025-07-06 23:22:42 + Commit: Lexi Winter CommitDate: 2025-07-06 23:23:41 +

git: be0b4916f193 - main - .cirrus.yml: Switch to manual mode for internal CI

2025-07-06 Thread Muhammad Moinur Rahman
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/src/commit/?id=be0b4916f1933665ec5fe6a726e70725d4393b10 commit be0b4916f1933665ec5fe6a726e70725d4393b10 Author: Muhammad Moinur Rahman AuthorDate: 2025-07-06 12:40:24 + Commit: Muhammad Moinur Rahman CommitDate

git: 79b968063998 - main - sound: Retire the MIDI sequencer

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=79b968063998e67a3c65b580908da640c4544a56 commit 79b968063998e67a3c65b580908da640c4544a56 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:10 + Commit: Christos Margiolis CommitDate: 20

git: 6cdd3226c718 - main - sound: Retire midisynth

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=6cdd3226c7186f91d3495aa5233ce559a880ad9d commit 6cdd3226c7186f91d3495aa5233ce559a880ad9d Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:18 + Commit: Christos Margiolis CommitDate: 20

git: 7f1426971e30 - main - sound: Retire /dev/midistat

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=7f1426971e302a50a6a992064b03a1951921b250 commit 7f1426971e302a50a6a992064b03a1951921b250 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:22 + Commit: Christos Margiolis CommitDate: 20

git: fa20737ed1b7 - main - sound: Remove unused mpu_if methods

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=fa20737ed1b7973062ec503b43857d7af0443070 commit fa20737ed1b7973062ec503b43857d7af0443070 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:30 + Commit: Christos Margiolis CommitDate: 20

git: 0ca9410eab24 - main - sound: Retire unused MIDI sysctls

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=0ca9410eab24f5905a235bf1e283f54a0d15 commit 0ca9410eab24f5905a235bf1e283f54a0d15 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:26 + Commit: Christos Margiolis CommitDate: 20

git: c566edbceb69 - main - sound: Remove unnecessary comments from midi/midi.c

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=c566edbceb6925a72c80c3d562e9f2c659449686 commit c566edbceb6925a72c80c3d562e9f2c659449686 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:37 + Commit: Christos Margiolis CommitDate: 20

git: 17b38023ea25 - main - sound: Remove duplicate mpu_if.h include

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=17b38023ea253c3a876284230521eff6ce2deadf commit 17b38023ea253c3a876284230521eff6ce2deadf Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:34 + Commit: Christos Margiolis CommitDate: 20

git: 92336491ccc2 - main - sound: Remove dead printfs from midi/mpu401.c

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=92336491ccc2115a3c81a2c6442ddb6c53c3e378 commit 92336491ccc2115a3c81a2c6442ddb6c53c3e378 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:46 + Commit: Christos Margiolis CommitDate: 20

git: 9a138abb21e1 - main - sound: Remove unused midi_cmdname()

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=9a138abb21e17cabb8823f2cefab983d2926d82b commit 9a138abb21e17cabb8823f2cefab983d2926d82b Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:42 + Commit: Christos Margiolis CommitDate: 20

git: 3ba480f41801 - main - sound: Retire SND_DEV_*

2025-07-06 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=3ba480f4180149da9ec7dc8869df2a51335b66d0 commit 3ba480f4180149da9ec7dc8869df2a51335b66d0 Author: Christos Margiolis AuthorDate: 2025-07-06 13:08:50 + Commit: Christos Margiolis CommitDate: 20

git: 842fde22b018 - main - src.conf.5: Add WITH_RUN_TESTS description

2025-07-06 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=842fde22b0185acb5b9b319b83d265994b2974e4 commit 842fde22b0185acb5b9b319b83d265994b2974e4 Author: Ed Maste AuthorDate: 2025-07-05 15:43:50 + Commit: Ed Maste CommitDate: 2025-07-06 01:57:48 +000

git: 88c8cba04395 - main - amd64 pmap: preallocate another page table page in pmap_demote_DMAP()

2025-07-06 Thread Alan Cox
The branch main has been updated by alc: URL: https://cgit.FreeBSD.org/src/commit/?id=88c8cba0439599c00d9d3d586a66a035004e6e84 commit 88c8cba0439599c00d9d3d586a66a035004e6e84 Author: Alan Cox AuthorDate: 2025-06-30 07:36:12 + Commit: Alan Cox CommitDate: 2025-07-06 17:08:37 +

git: 0d011ec65367 - main - Regen.

2025-07-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0d011ec65367fd84cea685d210bfbe4778a6fc9a commit 0d011ec65367fd84cea685d210bfbe4778a6fc9a Author: Konstantin Belousov AuthorDate: 2025-07-06 21:20:45 + Commit: Konstantin Belousov CommitDate: 2025-

git: d3c06bed2c16 - main - clang: install clang-scan-deps

2025-07-06 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d3c06bed2c16b434dd49958dee5de8c55ad00b85 commit d3c06bed2c16b434dd49958dee5de8c55ad00b85 Author: Lexi Winter AuthorDate: 2025-07-06 20:42:58 + Commit: Lexi Winter CommitDate: 2025-07-06 21:02:52 +

git: e05999a8c5a9 - main - amd64: move efi_map_regs definition

2025-07-06 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=e05999a8c5a9bfb2f5c91fbc1dc397d46eed5bbb commit e05999a8c5a9bfb2f5c91fbc1dc397d46eed5bbb Author: Ahmad Khalifa AuthorDate: 2025-07-07 04:07:15 + Commit: Ahmad Khalifa CommitDate: 2025-07-07 0

Re: git: 85dcdb7aad85 - main - amd64: allow the mapping of other regions for efirt

2025-07-06 Thread Konstantin Belousov
On Sun, Jul 06, 2025 at 07:28:21PM +, Ahmad Khalifa wrote: > The branch main has been updated by vexeduxr: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=85dcdb7aad85498b3f497b8752e69b8612b27cb7 > > commit 85dcdb7aad85498b3f497b8752e69b8612b27cb7 > Author: Ahmad Khalifa > AuthorDate

git: c5d72d29fe0e - main - nfsv4: Add support for the NFSv4 hidden and system attributes

2025-07-06 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c5d72d29fe0e1a6ac1aaf622d8c4a6ca9422517a commit c5d72d29fe0e1a6ac1aaf622d8c4a6ca9422517a Author: Rick Macklem AuthorDate: 2025-07-06 22:49:53 + Commit: Rick Macklem CommitDate: 2025-07-06 22:

git: 6a7761b4d27c - main - amd64 pmap: convert panics to KASSERTs

2025-07-06 Thread Alan Cox
The branch main has been updated by alc: URL: https://cgit.FreeBSD.org/src/commit/?id=6a7761b4d27c99b3b548f2d948b88bf1430ee636 commit 6a7761b4d27c99b3b548f2d948b88bf1430ee636 Author: Alan Cox AuthorDate: 2025-07-06 17:42:08 + Commit: Alan Cox CommitDate: 2025-07-07 00:03:28 +