Re: git: d63ffdd1ef63 - main - tzcode: Fix time zone change detection.

2025-07-18 Thread Warner Losh
On Fri, Jul 18, 2025 at 1:43 PM Shawn Webb wrote: > > On Fri, Jul 18, 2025 at 05:50:21PM +, Dag-Erling Smørgrav wrote: > > The branch main has been updated by des: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=d63ffdd1ef6368407b35d415237b95cc739d8073 > > > > commit d63ffdd1ef636840

git: d350c18f98fd - stable/14 - deprecate RIP

2025-07-18 Thread Lexi Winter
The branch stable/14 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d350c18f98fd41e773a4856bff268f4f8060b21e commit d350c18f98fd41e773a4856bff268f4f8060b21e Author: Lexi Winter AuthorDate: 2025-07-06 23:22:42 + Commit: Lexi Winter CommitDate: 2025-07-19 01:03

git: ecf88947ef74 - stable/14 - nlmsg_report_err_msg: add __printflike annotation

2025-07-18 Thread Lexi Winter
The branch stable/14 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=ecf88947ef74607c9885b7d01b6bb2cfdf959b02 commit ecf88947ef74607c9885b7d01b6bb2cfdf959b02 Author: Lexi Winter AuthorDate: 2025-07-10 21:02:21 + Commit: Lexi Winter CommitDate: 2025-07-19 01:04

git: a6693b09e297 - stable/14 - inetd.conf: remove -[46] from the ssh entry

2025-07-18 Thread Lexi Winter
The branch stable/14 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=a6693b09e297a08c4fc2ba73620e9438a9ff0847 commit a6693b09e297a08c4fc2ba73620e9438a9ff0847 Author: Lexi Winter AuthorDate: 2025-07-15 04:44:38 + Commit: Lexi Winter CommitDate: 2025-07-19 01:05

git: ae3b38b834c6 - stable/13 - deprecate RIP

2025-07-18 Thread Lexi Winter
The branch stable/13 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=ae3b38b834c6342e2e0514867688361c3e93ede5 commit ae3b38b834c6342e2e0514867688361c3e93ede5 Author: Lexi Winter AuthorDate: 2025-07-06 23:22:42 + Commit: Lexi Winter CommitDate: 2025-07-19 01:12

git: 2c8c8fe02a87 - stable/13 - nlmsg_report_err_msg: add __printflike annotation

2025-07-18 Thread Lexi Winter
The branch stable/13 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=2c8c8fe02a8789f9716212c45ced15f75173b50b commit 2c8c8fe02a8789f9716212c45ced15f75173b50b Author: Lexi Winter AuthorDate: 2025-07-10 21:02:21 + Commit: Lexi Winter CommitDate: 2025-07-19 01:12

git: 42dd8f4add1f - stable/13 - inetd.conf: remove -[46] from the ssh entry

2025-07-18 Thread Lexi Winter
The branch stable/13 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=42dd8f4add1f2b485f2f9b44685af34a1ef235a5 commit 42dd8f4add1f2b485f2f9b44685af34a1ef235a5 Author: Lexi Winter AuthorDate: 2025-07-15 04:44:38 + Commit: Lexi Winter CommitDate: 2025-07-19 01:13

Re: git: 29af6d2e2ec9 - main - msdosfs: replace '/' in direntries with '?'

2025-07-18 Thread Alan Somers
On Fri, Jul 18, 2025 at 4:42 PM Konstantin Belousov wrote: > On Fri, Jul 18, 2025 at 10:06:56AM -0600, Alan Somers wrote: > > Should we move this logic up into kern_getdirentries? msdosfs is not the > > only file system vulnerable to this problem. > It is relatively hard to do in kern_getdirentr

Re: git: 29af6d2e2ec9 - main - msdosfs: replace '/' in direntries with '?'

2025-07-18 Thread Konstantin Belousov
On Fri, Jul 18, 2025 at 10:06:56AM -0600, Alan Somers wrote: > Should we move this logic up into kern_getdirentries? msdosfs is not the > only file system vulnerable to this problem. It is relatively hard to do in kern_getdirentries(), and perhaps would cause a severe performance hit for filesyste

git: 4be9c6f38e78 - main - clnt_rc.c: Fix the case where a TLS handshake fails

2025-07-18 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=4be9c6f38e7859b8c913a75f7d900cd79ef6692a commit 4be9c6f38e7859b8c913a75f7d900cd79ef6692a Author: Rick Macklem AuthorDate: 2025-07-19 00:39:08 + Commit: Rick Macklem CommitDate: 2025-07-19 00:

git: 0bf113e9041f - main - tzcode: Add an explicit "the timezone file has changed" case

2025-07-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0bf113e9041fe20e8c671fe6b2cca8612dc77b77 commit 0bf113e9041fe20e8c671fe6b2cca8612dc77b77 Author: Mark Johnston AuthorDate: 2025-07-18 20:39:52 + Commit: Mark Johnston CommitDate: 2025-07-18 20:4

git: f92ff79720fb - main - random: Add NIST SP 800-90B entropy source health test implementations

2025-07-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f92ff79720fb60ac5ea2488dfb3f1818361a1544 commit f92ff79720fb60ac5ea2488dfb3f1818361a1544 Author: Mark Johnston AuthorDate: 2025-07-18 20:19:45 + Commit: Mark Johnston CommitDate: 2025-07-18 20:3

git: fa8db724ae6e - main - random: Treat writes to /dev/random as separate from /entropy

2025-07-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=fa8db724ae6ea301830ceaea9f37c28016c2d14a commit fa8db724ae6ea301830ceaea9f37c28016c2d14a Author: Mark Johnston AuthorDate: 2025-07-18 20:23:09 + Commit: Mark Johnston CommitDate: 2025-07-18 20:3

Re: git: d63ffdd1ef63 - main - tzcode: Fix time zone change detection.

2025-07-18 Thread Shawn Webb
On Fri, Jul 18, 2025 at 05:50:21PM +, Dag-Erling Smørgrav wrote: > The branch main has been updated by des: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=d63ffdd1ef6368407b35d415237b95cc739d8073 > > commit d63ffdd1ef6368407b35d415237b95cc739d8073 > Author: Dag-Erling Smørgrav > Aut

git: 31938394def0 - main - stress2/fullpath2: Clean up the vn_fullpath DTrace one-liner

2025-07-18 Thread Mateusz Piotrowski
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=31938394def0b96d1c5ca25d3329da146ad019a3 commit 31938394def0b96d1c5ca25d3329da146ad019a3 Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2025-07-16 11:23:38 + Commit: Mateusz Piotrowski <0

git: ec281d797c4f - main - pf: fix zero division found by syzkaller

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=ec281d797c4f0b4848c519fae97b5c2c6f368ec5 commit ec281d797c4f0b4848c519fae97b5c2c6f368ec5 Author: Kristof Provost AuthorDate: 2025-07-09 13:14:50 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: c3cc26afc922 - main - pf: stricter af checks for af-to rules

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=c3cc26afc9226d808389bca8e939f408415b72ad commit c3cc26afc9226d808389bca8e939f408415b72ad Author: Kristof Provost AuthorDate: 2025-07-09 14:48:06 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: 912333007432 - main - pf.conf.5: Avoid gendered language in man pages when not referring to a specific person.

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=9123330074321d4a8687ff9feee30098efe4e693 commit 9123330074321d4a8687ff9feee30098efe4e693 Author: Kristof Provost AuthorDate: 2025-07-09 15:09:18 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: 879f6c26b405 - main - pf: Use goto fail consistently to leave the giant switch in pfioctl().

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=879f6c26b40554d1e398a7452e0866fba8706138 commit 879f6c26b40554d1e398a7452e0866fba8706138 Author: Kristof Provost AuthorDate: 2025-07-09 15:21:33 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: a86b5a2cba3c - main - pf.conf.5: add missing commas between subordinate and main clauses

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a86b5a2cba3c205e1d96a9dff0c150e1815306f3 commit a86b5a2cba3c205e1d96a9dff0c150e1815306f3 Author: Kristof Provost AuthorDate: 2025-07-09 15:31:03 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: da319c4d8c20 - main - pf.conf.5: update syncookie example

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=da319c4d8c20e9a99d36865e1529e84b47b53289 commit da319c4d8c20e9a99d36865e1529e84b47b53289 Author: Kristof Provost AuthorDate: 2025-07-09 13:16:42 + Commit: Kristof Provost CommitDate: 2025-07-18 07:

git: af0ec3fa29ca - main - inotify: Fix a couple of locking bugs

2025-07-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=af0ec3fa29cad823d0196538381f1e832f5974a7 commit af0ec3fa29cad823d0196538381f1e832f5974a7 Author: Mark Johnston AuthorDate: 2025-07-18 14:25:28 + Commit: Mark Johnston CommitDate: 2025-07-18 14:2

git: bab21ae7629c - main - kldstat: Memory zeroing using memset()

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bab21ae7629cb564664063de81d6ec729182b735 commit bab21ae7629cb564664063de81d6ec729182b735 Author: Nazarenko Nikita Vladimirovich AuthorDate: 2025-07-17 22:34:46 + Commit: Warner Losh CommitDate: 20

git: 655fcdde1aff - main - release: Install wireless firmware to bootonly media

2025-07-18 Thread Joseph Mingrone
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=655fcdde1aff164a3a02ad07333467e20d4c commit 655fcdde1aff164a3a02ad07333467e20d4c Author: Joseph Mingrone AuthorDate: 2025-07-16 13:46:34 + Commit: Joseph Mingrone CommitDate: 2025-07-18 16

Re: git: 29af6d2e2ec9 - main - msdosfs: replace '/' in direntries with '?'

2025-07-18 Thread Alan Somers
Should we move this logic up into kern_getdirentries? msdosfs is not the only file system vulnerable to this problem. On Thu, Jul 17, 2025 at 3:54 PM Konstantin Belousov wrote: > The branch main has been updated by kib: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=29af6d2e2ec9fe8df7cf1e1a

git: d63ffdd1ef63 - main - tzcode: Fix time zone change detection.

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

git: 57ee56578cc5 - main - libc: Test time zone change detection.

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

git: 2420e64c463a - main - rpctls_impl.c: Fix handling of hung rpc tls daemon

2025-07-18 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2420e64c463a4873a7f0cb86837148bc66a6474a commit 2420e64c463a4873a7f0cb86837148bc66a6474a Author: Rick Macklem AuthorDate: 2025-07-18 18:27:50 + Commit: Rick Macklem CommitDate: 2025-07-18 18:

git: cf2ff49e6e5e - main - nfs_nfsdserv.c: Fix nfsrvd_openattr() for vnode locking

2025-07-18 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=cf2ff49e6e5e3b9ac28e4f853a6ec9d9599d69b1 commit cf2ff49e6e5e3b9ac28e4f853a6ec9d9599d69b1 Author: Rick Macklem AuthorDate: 2025-07-18 18:47:59 + Commit: Rick Macklem CommitDate: 2025-07-18 18:

git: 798605131350 - main - pf tests: make mbuf:inet6_in_mbuf_len more robust

2025-07-18 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=7986051313507636e7bd971e9db03dce8d723e32 commit 7986051313507636e7bd971e9db03dce8d723e32 Author: Kristof Provost AuthorDate: 2025-07-18 09:54:25 + Commit: Kristof Provost CommitDate: 2025-07-18 19:

git: bc761988b724 - main - ice: Add host SR-IOV support

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bc761988b724587fe9ed5b99858b05ef842243ac commit bc761988b724587fe9ed5b99858b05ef842243ac Author: Krzysztof Galazka AuthorDate: 2025-01-15 23:21:04 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 925a15b969a5 - main - ice(4): Add basic VFLR handler

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=925a15b969a586bc9beec1afdc477f0d6e0aa625 commit 925a15b969a586bc9beec1afdc477f0d6e0aa625 Author: Krzysztof Galazka AuthorDate: 2025-02-12 16:17:53 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 21f339571328 - main - ice(4): Fix panic when VF uses less queues then available

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=21f33957132876c8a5815b793fd72e8310230caf commit 21f33957132876c8a5815b793fd72e8310230caf Author: Krzysztof Galazka AuthorDate: 2025-02-12 13:41:01 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 160becc7dc3d - main - ice: Add broadcast filter while creating VF

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=160becc7dc3db59b2f43eb8b6e02019c94821f40 commit 160becc7dc3db59b2f43eb8b6e02019c94821f40 Author: Krzysztof Galazka AuthorDate: 2025-01-15 23:43:43 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 046472590365 - main - ice(4): Fix setting VF MAC address

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=046472590365c3bf1e076efa49471d52a033da35 commit 046472590365c3bf1e076efa49471d52a033da35 Author: Krzysztof Galazka AuthorDate: 2025-06-17 15:01:34 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=430f1acc451c7084d1d5aa7df7e7ecccea1a8b51 commit 430f1acc451c7084d1d5aa7df7e7ecccea1a8b51 Author: Eric Joyner AuthorDate: 2024-10-17 22:19:09 + Commit: Warner Losh CommitDate: 2025-07-18 19:16:17 +

git: d6958f3faec0 - main - ice(4): Fix re-enabling VF queues

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d6958f3faec023dfb7be5c01133c1a70c779e7b5 commit d6958f3faec023dfb7be5c01133c1a70c779e7b5 Author: Krzysztof Galazka AuthorDate: 2025-03-06 21:47:31 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 69bb592fa3da - main - ice(4): Fix set RSS hena virtchnl op handler

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=69bb592fa3daed00982bbdf75c3b41898e476d9b commit 69bb592fa3daed00982bbdf75c3b41898e476d9b Author: Krzysztof Galazka AuthorDate: 2025-03-12 07:50:46 + Commit: Warner Losh CommitDate: 2025-07-18 19:1

git: 51ed28c12f30 - main - ice(4): Enable WB_ON_ITR capability for VFs (#76)

2025-07-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=51ed28c12f30519bd803fc367dd942398f0de6e3 commit 51ed28c12f30519bd803fc367dd942398f0de6e3 Author: Krzysztof Galazka AuthorDate: 2025-03-13 08:46:30 + Commit: Warner Losh CommitDate: 2025-07-18 19:1