git: 6d86bdf1c423 - main - vm_pageout: shrink pageout array

2024-08-01 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=6d86bdf1c423e162cecd9b7c516b211461d1932b commit 6d86bdf1c423e162cecd9b7c516b211461d1932b Author: Doug Moore AuthorDate: 2024-08-02 02:36:44 + Commit: Doug Moore CommitDate: 2024-08-02 02:36:44 +

git: b77f618568f2 - main - Add examples to veriexec(8)

2024-08-01 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b77f618568f252da3a6c69e8aff25f6b1bada1fd commit b77f618568f252da3a6c69e8aff25f6b1bada1fd Author: Simon J. Gerraty AuthorDate: 2024-08-01 21:59:52 + Commit: Simon J. Gerraty CommitDate: 2024-08-01

Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK

2024-08-01 Thread Warner Losh
Hey John, On Thu, Aug 1, 2024 at 5:51 AM John Baldwin wrote: > On 7/31/24 17:16, Warner Losh wrote: > > Thanks! > > > > I'd thought about removing it, but didn't want to always remove CAM.4.gz > on > > a filesystem that's case insensitive, which will remove cam.4.gz... > > While true, I think th

git: 46ea2ffc3fbc - main - stand: Reduce limit to 500k for x86 loader

2024-08-01 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=46ea2ffc3fbc42089d8322a65fdee8476d2b00d6 commit 46ea2ffc3fbc42089d8322a65fdee8476d2b00d6 Author: Warner Losh AuthorDate: 2024-08-01 21:24:51 + Commit: Warner Losh CommitDate: 2024-08-01 21:30:26 +

git: de866aa35240 - main - ssp: switch to _limits.h for the upper bound of size_t

2024-08-01 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=de866aa35240856bf3b0d89f253b8dc2796b11f9 commit de866aa35240856bf3b0d89f253b8dc2796b11f9 Author: Kyle Evans AuthorDate: 2024-08-01 20:09:20 + Commit: Kyle Evans CommitDate: 2024-08-01 20:42:17

git: 28391f188ca1 - main - kern_malloc: Restore working KASAN runtime after free() and zfree() folding

2024-08-01 Thread Olivier Certner
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=28391f188ca18b6251ba46040adf81946b0ccb03 commit 28391f188ca18b6251ba46040adf81946b0ccb03 Author: Olivier Certner AuthorDate: 2024-08-01 19:22:56 + Commit: Olivier Certner CommitDate: 2024-08-01 2

git: a48f7a2eb90b - main - fibs: Suppress the WARNING message for setups with multiple fibs

2024-08-01 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=a48f7a2eb90b0812281e6d69bb05eb61433ea247 commit a48f7a2eb90b0812281e6d69bb05eb61433ea247 Author: Zhenlei Huang AuthorDate: 2024-08-01 17:48:58 + Commit: Zhenlei Huang CommitDate: 2024-08-01 17:48

Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK

2024-08-01 Thread John Baldwin
On 7/31/24 17:16, Warner Losh wrote: Thanks! I'd thought about removing it, but didn't want to always remove CAM.4.gz on a filesystem that's case insensitive, which will remove cam.4.gz... While true, I think that's the far less common case where 'make delete-old' is used. The only case I can