git: b26f93a46503 - main - xargs: Convert tests to ATF

2025-07-26 Thread Dag-Erling Smørgrav
/ObsoleteFiles.inc index 00f889804013..8fbba3964832 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,8 +51,10 @@ # xargs -n1 | sort | uniq -d; # done -# 20250726: Test case renamed +# 20250726: xargs tests rewritten +OLD_FILES+=usr/tests/usr.bin/xargs/legacy_test OLD_FILES+=usr

git: a7fa987abe1f - main - xargs: Limit -n to {ARG_MAX}

2025-07-26 Thread Dag-Erling Smørgrav
@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20250726: Test case renamed +OLD_FILES+=usr/tests/usr.bin/xargs/regress.n2147483647.out + # 20250726: This file is now installed in /etc/dma OLD_FILES+=usr/share/examples/dma/auth.conf diff --git a/usr.bin/xargs/tests/Makefile b/usr.bi

git: a52d0d76fa3e - main - find: Document possible formats

2025-07-26 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a52d0d76fa3e47d5d64b4620280f26979afe15fc commit a52d0d76fa3e47d5d64b4620280f26979afe15fc Author: Warner Losh AuthorDate: 2025-07-26 17:11:10 + Commit: Warner Losh CommitDate: 2025-07-26 17:12:38 +

git: ea60d917e5b1 - main - linprocfs: Continue on error when reading process limits

2025-07-26 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=ea60d917e5b1943c8638af056dbcdbb3646207f1 commit ea60d917e5b1943c8638af056dbcdbb3646207f1 Author: Ricardo Branco AuthorDate: 2025-02-06 21:46:19 + Commit: Warner Losh CommitDate: 2025-07-26 17:12:3

git: 150834f8fa57 - main - sys/geom: use proper style for sizeof operator

2025-07-26 Thread Andriy Gapon
The branch main has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=150834f8fa57c1ee42e4dd5a42e7faf08ec5b2e5 commit 150834f8fa57c1ee42e4dd5a42e7faf08ec5b2e5 Author: Andriy Gapon AuthorDate: 2025-07-26 15:13:20 + Commit: Andriy Gapon CommitDate: 2025-07-26 15:13:20

git: a3d4ae7cf351 - main - dma: Don't install dma.conf world-readable

2025-07-26 Thread Dag-Erling Smørgrav
--- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20250726: This file is now installed in /etc/dma +OLD_FILES+=usr/share/examples/dma/auth.conf + # 20250725: libbsnmp bumped to version 7 OLD_LIBS+=usr/lib/libbsnmp.so.6 diff --git a/libexec/dma/dm

git: 23401aeb15ce - main - Replace last few remaining MAN[1-8] with MAN

2025-07-26 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=23401aeb15cec75fc215550b032aa898d2e62455 commit 23401aeb15cec75fc215550b032aa898d2e62455 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-26 10:00:02 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: ce51f79913aa - main - kern: abstract away the vnode coredumper to allow pluggable dumpers

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ce51f79913aa28a32217a424845a2649019535af commit ce51f79913aa28a32217a424845a2649019535af Author: Kyle Evans AuthorDate: 2025-07-15 21:38:30 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:41

git: 1b7f9c586d25 - main - UPDATING: Belatedly document commit fa02551dc8a0

2025-07-26 Thread Mark Johnston
WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250726: + amd64 kernel configurations must contain "options SMP". +

git: e4e44f69f963 - main - amdsmu: Expose sysctls for metrics about last sleep

2025-07-26 Thread Aymeric Wibo
The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=e4e44f69f963dad9e25d589c18b3e9a279e49249 commit e4e44f69f963dad9e25d589c18b3e9a279e49249 Author: Aymeric Wibo AuthorDate: 2025-06-14 15:33:05 + Commit: Aymeric Wibo CommitDate: 2025-07-26 22:26

git: 202f8bde836d - main - vm_page: Fix loading bad memory addresses from file

2025-07-26 Thread Romain Tartière
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/src/commit/?id=202f8bde836dc86627be2b5b98174d9a0fb2eaba commit 202f8bde836dc86627be2b5b98174d9a0fb2eaba Author: Romain Tartière AuthorDate: 2025-07-25 18:31:57 + Commit: Romain Tartière CommitDate: 2025-07-26

git: 7507d6ca0e75 - main - vmm: Clean up legacy create/destroy interface

2025-07-26 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7507d6ca0e754b2bb9354b54b3a20f73cfe1f06a commit 7507d6ca0e754b2bb9354b54b3a20f73cfe1f06a Author: Ed Maste AuthorDate: 2025-07-26 22:51:06 + Commit: Ed Maste CommitDate: 2025-07-26 22:51:37 +000

git: ad1f7c1288d1 - main - find: Remove duplicate case

2025-07-26 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ad1f7c1288d1c12e8e2199c9a0b20ad309768455 commit ad1f7c1288d1c12e8e2199c9a0b20ad309768455 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-26 18:41:23 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: d5bc81e6c76b - main - kern: move the vnode user coredumper out into its own file

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=d5bc81e6c76ba6fcf4c7a813e3b9731a7889d64e commit d5bc81e6c76ba6fcf4c7a813e3b9731a7889d64e Author: Kyle Evans AuthorDate: 2025-07-16 15:43:22 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:41

git: 6b49d1194899 - main - kern: allow kern_shm_open2 of an anonymous preconstructed shmfd

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6b49d119489944abbef87b5892c21f65e7a7055e commit 6b49d119489944abbef87b5892c21f65e7a7055e Author: Kyle Evans AuthorDate: 2025-07-14 23:28:35 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:40

git: 8eb37cd06b34 - main - kern: factor out the 'writing' bits of user process coredumping

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=8eb37cd06b345e7187e4b65484a1194ed7e300f8 commit 8eb37cd06b345e7187e4b65484a1194ed7e300f8 Author: Kyle Evans AuthorDate: 2025-07-15 20:14:55 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:41

git: 8df080625bd3 - main - unistd.h: Add new Solaris compatible pathconf names

2025-07-26 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=8df080625bd3aa573194a65a9167614ca83ba57e commit 8df080625bd3aa573194a65a9167614ca83ba57e Author: Rick Macklem AuthorDate: 2025-07-26 21:26:31 + Commit: Rick Macklem CommitDate: 2025-07-26 21:

git: 3ce3b342db7e - main - kern: add some better error messages for coredump() failures

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=3ce3b342db7e5c987e5eee039f7b290a3919ca37 commit 3ce3b342db7e5c987e5eee039f7b290a3919ca37 Author: Kyle Evans AuthorDate: 2025-07-22 16:49:52 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:42

git: 088fdf8fb8ab - main - kern: add a compressor_format() accessor to the compresssor API

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=088fdf8fb8abf9eff56a9eacc1c24011d47357c5 commit 088fdf8fb8abf9eff56a9eacc1c24011d47357c5 Author: Kyle Evans AuthorDate: 2025-07-26 14:18:36 + Commit: Kyle Evans CommitDate: 2025-07-26 21:31:42

git: 122b2a3530f8 - main - getsockopt.2: Add SO_SPLICE source socket read and socket close behavior

2025-07-26 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=122b2a3530f8baab56d196b51724cc3ddd38abd2 commit 122b2a3530f8baab56d196b51724cc3ddd38abd2 Author: Kevin Bowling AuthorDate: 2025-07-26 21:18:47 + Commit: Kevin Bowling CommitDate: 2025-07-26 2

git: 92dfc3fbcd79 - main - bhyve: Report SVM as disabled on AMD

2025-07-26 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=92dfc3fbcd79422a4586590edabe483f361b7e0e commit 92dfc3fbcd79422a4586590edabe483f361b7e0e Author: Chuck Tuffli AuthorDate: 2025-07-26 22:09:59 + Commit: Chuck Tuffli CommitDate: 2025-07-26 23:01:

git: f261b63307fc - main - amdsmu: Initial work on a driver for the AMD SMU

2025-07-26 Thread Aymeric Wibo
The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=f261b63307fca34f27e4d12384d19cb543b4867a commit f261b63307fca34f27e4d12384d19cb543b4867a Author: Aymeric Wibo AuthorDate: 2025-06-14 15:31:22 + Commit: Aymeric Wibo CommitDate: 2025-07-26 19:17

git: ebc6ff8db176 - main - bsdinstall: Improve message for existing FreeBSD EFI entry

2025-07-26 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ebc6ff8db17683b566d49fe89a43a668d3d67915 commit ebc6ff8db17683b566d49fe89a43a668d3d67915 Author: Ed Maste AuthorDate: 2025-07-25 14:25:18 + Commit: Ed Maste CommitDate: 2025-07-26 20:06:22 +000

git: de91e7f0c6cb - main - share: man: fix coredumper_register(9)'s init_fn

2025-07-26 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=de91e7f0c6cb576b4a2bda34d1e349ab621ad57d commit de91e7f0c6cb576b4a2bda34d1e349ab621ad57d Author: Kyle Evans AuthorDate: 2025-07-26 21:39:56 + Commit: Kyle Evans CommitDate: 2025-07-26 21:40:50