Re: git: da81cc6035f8 - main - dtrace: conditionally load the systrace_linux klds when loading dtrace.

2023-01-23 Thread Kristof Provost
On 24 Jan 2023, at 14:38, Andrew Gallatin wrote: > The branch main has been updated by gallatin: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=da81cc6035f8283b6adda1ef466977e8c1c5389e > > commit da81cc6035f8283b6adda1ef466977e8c1c5389e > Author: Andrew Gallatin > AuthorDate: 2023-01-24 0

git: da81cc6035f8 - main - dtrace: conditionally load the systrace_linux klds when loading dtrace.

2023-01-23 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=da81cc6035f8283b6adda1ef466977e8c1c5389e commit da81cc6035f8283b6adda1ef466977e8c1c5389e Author: Andrew Gallatin AuthorDate: 2023-01-24 01:27:17 + Commit: Andrew Gallatin CommitDate: 2023-01-

git: 9c996882b0ed - main - libcxx: Implement atomic::wait/notify using _umtx_op(2) for 64bit arches

2023-01-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9c996882b0ed279ca314d995f2eb1d538b94e3f8 commit 9c996882b0ed279ca314d995f2eb1d538b94e3f8 Author: Konstantin Belousov AuthorDate: 2023-01-20 02:57:26 + Commit: Konstantin Belousov CommitDate: 2023-

git: 62adb1e95352 - main - UPDATING: fix typo

2023-01-23 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=62adb1e95352c52b709344452e96b5eae8eb426b commit 62adb1e95352c52b709344452e96b5eae8eb426b Author: Warner Losh AuthorDate: 2023-01-24 00:08:12 + Commit: Warner Losh CommitDate: 2023-01-24 00:09:08 +

git: 247e03ed8b83 - main - Add git-blame ignore file

2023-01-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=247e03ed8b8341cf25dc3d9ecb846612d984f424 commit 247e03ed8b8341cf25dc3d9ecb846612d984f424 Author: Ed Maste AuthorDate: 2023-01-23 20:27:25 + Commit: Ed Maste CommitDate: 2023-01-23 20:27:25 +000

git: df40e30c9786 - main - netmap: Try to count packet drops in emulated mode

2023-01-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=df40e30c9786ccbf51e3acdf936d5c0e20815652 commit df40e30c9786ccbf51e3acdf936d5c0e20815652 Author: Mark Johnston AuthorDate: 2023-01-23 19:42:41 + Commit: Mark Johnston CommitDate: 2023-01-23 19:4

git: 854b2f302dcc - main - netmap: Correct a comment

2023-01-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=854b2f302dcc73dfef2e4458d382f8149ce9167c commit 854b2f302dcc73dfef2e4458d382f8149ce9167c Author: Mark Johnston AuthorDate: 2023-01-23 19:42:19 + Commit: Mark Johnston CommitDate: 2023-01-23 19:4

git: 539437c8281d - main - netmap: Fix a queue length check in the generic port rx path

2023-01-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=539437c8281d24450bacded3734276acd9983e90 commit 539437c8281d24450bacded3734276acd9983e90 Author: Mark Johnston AuthorDate: 2023-01-23 19:41:55 + Commit: Mark Johnston CommitDate: 2023-01-23 19:4

git: 56c438fcd4a7 - main - netmap: Tell the compiler to avoid reloading ring indices

2023-01-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=56c438fcd4a755f0abe8254779c39a0c4b530c75 commit 56c438fcd4a755f0abe8254779c39a0c4b530c75 Author: Mark Johnston AuthorDate: 2023-01-23 19:41:05 + Commit: Mark Johnston CommitDate: 2023-01-23 19:4

git: 6f5141456ed0 - main - vtblk: secondary fix for dumping

2023-01-23 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=6f5141456ed07a24097c2cf3d6c389bf971d78d2 commit 6f5141456ed07a24097c2cf3d6c389bf971d78d2 Author: Mitchell Horne AuthorDate: 2023-01-09 17:14:19 + Commit: Mitchell Horne CommitDate: 2023-01-23 1

git: 627ca221c311 - main - kern_reboot: unconditionally call shutdown_reset()

2023-01-23 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=627ca221c311b5d9c4132e03664a96f390ff5c0d commit 627ca221c311b5d9c4132e03664a96f390ff5c0d Author: Mitchell Horne AuthorDate: 2023-01-23 18:47:11 + Commit: Mitchell Horne CommitDate: 2023-01-23 1

git: 5644850620ae - main - ddb: have 'reset' command use normal reboot path

2023-01-23 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=5644850620aead7c257a4e3040e20201b510f499 commit 5644850620aead7c257a4e3040e20201b510f499 Author: Mitchell Horne AuthorDate: 2023-01-07 18:09:28 + Commit: Mitchell Horne CommitDate: 2023-01-23 1

git: dec7db49602d - main - Add kf_file_nlink field to kf_file and populate it

2023-01-23 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=dec7db49602df75119f6b57d32f1eb58e0040abc commit dec7db49602df75119f6b57d32f1eb58e0040abc Author: Jiajie Chen AuthorDate: 2023-01-23 16:36:59 + Commit: Mateusz Guzik CommitDate: 2023-01-23 17:09:52

git: 8089749d3878 - main - blacklistd: diff reduction against upstream

2023-01-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8089749d38781946c008372f4016d69eee549f1c commit 8089749d38781946c008372f4016d69eee549f1c Author: Ed Maste AuthorDate: 2023-01-23 16:19:46 + Commit: Ed Maste CommitDate: 2023-01-23 16:22:10 +000

git: 7d189f669836 - main - growfs(7): conditionalize mention of adding dump device

2023-01-23 Thread Mike Karels
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/src/commit/?id=7d189f669836b81dbdeb7bc7178040a43ab9d1fe commit 7d189f669836b81dbdeb7bc7178040a43ab9d1fe Author: Mike Karels AuthorDate: 2023-01-23 14:37:07 + Commit: Mike Karels CommitDate: 2023-01-23 14:37:0