git: d760d74dbed8 - main - ieee80211: Check for copyout() errors in the SIOCG80211STATS handler

2023-12-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d760d74dbed81638979e662130e24111b3a5db0d commit d760d74dbed81638979e662130e24111b3a5db0d Author: Mark Johnston AuthorDate: 2023-12-19 03:44:54 + Commit: Mark Johnston CommitDate: 2023-12-19 03:4

git: eac3646fcdd4 - main - LinuxKPI: 802.11: more TXQ implementation and locking

2023-12-18 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=eac3646fcdd445297cade756630335e23e92ea13 commit eac3646fcdd445297cade756630335e23e92ea13 Author: Bjoern A. Zeeb AuthorDate: 2023-12-12 01:59:17 + Commit: Bjoern A. Zeeb CommitDate: 2023-12-19 00:50

git: acd5638e268a - main - tty: delete knotes when TTY is revoked

2023-12-18 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=acd5638e268a6706f6b7ad84947a8425e8d51ef7 commit acd5638e268a6706f6b7ad84947a8425e8d51ef7 Author: Robert Wing AuthorDate: 2023-12-19 00:40:46 + Commit: Robert Wing CommitDate: 2023-12-19 00:40:46 +

git: a317a58658d4 - stable/13 - if_tun: check device name

2023-12-18 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a317a58658d4a529211c66b675ec7998032ecb4e commit a317a58658d4a529211c66b675ec7998032ecb4e Author: Konstantin Belousov AuthorDate: 2023-12-12 00:13:59 + Commit: Konstantin Belousov CommitDate:

git: 399961e0a413 - stable/14 - if_tun: check device name

2023-12-18 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=399961e0a4132fb14b9b975c937cbc46849f8b39 commit 399961e0a4132fb14b9b975c937cbc46849f8b39 Author: Konstantin Belousov AuthorDate: 2023-12-12 00:13:59 + Commit: Konstantin Belousov CommitDate:

git: d9b7301bb791 - main - nvme: Initialize HMB entries before loading them into the controller

2023-12-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d9b7301bb791faab48b6c7733c34078427b9a374 commit d9b7301bb791faab48b6c7733c34078427b9a374 Author: Mark Johnston AuthorDate: 2023-12-18 22:45:24 + Commit: Mark Johnston CommitDate: 2023-12-18 22:4

git: 8a1b84f861e8 - main - arm/SYS.h: align with other arches

2023-12-18 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=8a1b84f861e869a76b1902692dbb93c2a54081d5 commit 8a1b84f861e869a76b1902692dbb93c2a54081d5 Author: Brooks Davis AuthorDate: 2023-12-18 22:28:42 + Commit: Brooks Davis CommitDate: 2023-12-18 22:28

git: d444ef53933e - main - arm/SYS.h: remove unused CURBRK macro

2023-12-18 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=d444ef53933e44d5acfce7d6d5aac0ee78d94a26 commit d444ef53933e44d5acfce7d6d5aac0ee78d94a26 Author: Brooks Davis AuthorDate: 2023-12-18 22:28:42 + Commit: Brooks Davis CommitDate: 2023-12-18 22:28

git: 8f465f509bc1 - main - {amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODY

2023-12-18 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=8f465f509bc1b038806963f716263b56004871d3 commit 8f465f509bc1b038806963f716263b56004871d3 Author: Brooks Davis AuthorDate: 2023-12-18 22:28:42 + Commit: Brooks Davis CommitDate: 2023-12-18 22:28

git: 300bbb3a43e3 - main - riscv/SYS.h: implement _SYSCALL_BODY() macro

2023-12-18 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=300bbb3a43e3cc1337b827b72ff5a22c4321a317 commit 300bbb3a43e3cc1337b827b72ff5a22c4321a317 Author: Brooks Davis AuthorDate: 2023-12-18 22:28:42 + Commit: Brooks Davis CommitDate: 2023-12-18 22:28

git: 604de40a024c - main - kqueue.9: Update the description of knlist_clear()

2023-12-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=604de40a024c760df5db542171d3953493f56bfb commit 604de40a024c760df5db542171d3953493f56bfb Author: Mark Johnston AuthorDate: 2023-12-12 14:35:48 + Commit: Mark Johnston CommitDate: 2023-12-18 18:1

git: ccf8e1bb38a7 - main - arm64: Remove an unused global variable

2023-12-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ccf8e1bb38a7833417850e205430a0c69581c8c3 commit ccf8e1bb38a7833417850e205430a0c69581c8c3 Author: Mark Johnston AuthorDate: 2023-11-03 16:30:49 + Commit: Mark Johnston CommitDate: 2023-12-18 18:1

git: 0fbec53dcfb8 - stable/13 - sshd: do not resolve refused client hostname

2023-12-18 Thread Ed Maste
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0fbec53dcfb8d31aa2e3734992e241422e152433 commit 0fbec53dcfb8d31aa2e3734992e241422e152433 Author: Gleb Smirnoff AuthorDate: 2023-07-20 21:56:20 + Commit: Ed Maste CommitDate: 2023-12-18 17:

git: 052f6ec95bf5 - stable/13 - sshd: remove unneeded initialization of libwrap logging severities

2023-12-18 Thread Ed Maste
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=052f6ec95bf5e29985b456a7d0287ffef3e01192 commit 052f6ec95bf5e29985b456a7d0287ffef3e01192 Author: Gleb Smirnoff AuthorDate: 2023-07-20 21:56:20 + Commit: Ed Maste CommitDate: 2023-12-18 17:

git: e02bee0b3e30 - main - efibootmgr: Report the path to the device

2023-12-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e02bee0b3e30aae85efc882ddae19ae508c3866b commit e02bee0b3e30aae85efc882ddae19ae508c3866b Author: Warner Losh AuthorDate: 2023-12-18 17:06:27 + Commit: Warner Losh CommitDate: 2023-12-18 17:09:13 +

git: 6aa1b4332f6c - main - efibootmgr: Document -e command line switch

2023-12-18 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6aa1b4332f6c0b1d9756beab32e45d0d0de4 commit 6aa1b4332f6c0b1d9756beab32e45d0d0de4 Author: Warner Losh AuthorDate: 2023-12-18 04:32:15 + Commit: Warner Losh CommitDate: 2023-12-18 17:01:38 +

git: 3bafcb9744c9 - stable/13 - Implement "strict key exchange" in ssh and sshd.

2023-12-18 Thread Gordon Tetlow
The branch stable/13 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=3bafcb9744c966ff7750357b24fc7942f2d928d4 commit 3bafcb9744c966ff7750357b24fc7942f2d928d4 Author: Gordon Tetlow AuthorDate: 2023-12-18 16:22:22 + Commit: Gordon Tetlow CommitDate: 2023-12-1

git: 673d1ead65c9 - stable/14 - Implement "strict key exchange" in ssh and sshd.

2023-12-18 Thread Gordon Tetlow
The branch stable/14 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=673d1ead65c912ee3b52e507421d499b8104a810 commit 673d1ead65c912ee3b52e507421d499b8104a810 Author: Gordon Tetlow AuthorDate: 2023-12-18 16:22:22 + Commit: Gordon Tetlow CommitDate: 2023-12-1

git: 92f58c69a14c - main - Implement "strict key exchange" in ssh and sshd.

2023-12-18 Thread Gordon Tetlow
The branch main has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=92f58c69a14c0afe910145f177c0e8aeaf9c7da4 commit 92f58c69a14c0afe910145f177c0e8aeaf9c7da4 Author: Gordon Tetlow AuthorDate: 2023-12-18 16:22:22 + Commit: Gordon Tetlow CommitDate: 2023-12-18 16:

git: af9afaf55ffb - Create tag vendor/openssh/9.6p1

2023-12-18 Thread Gordon Tetlow
The annotated tag vendor/openssh/9.6p1 has been created by gordon: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/openssh/9.6p1 tag vendor/openssh/9.6p1 Tagger: Gordon Tetlow TaggerDate: 2023-12-18 16:02:13 + Tag OpenSSH 9.6p1 -BEGIN PGP SIGNATURE- iQEzBAABCgAdFiEEuyjUCzYO7pNq

git: b3ced7f26826..38f55691cb1b - vendor/openssh - vendor branch updated

2023-12-18 Thread Gordon Tetlow
The branch vendor/openssh has been updated by gordon: URL: https://cgit.FreeBSD.org/src/log/?id=b3ced7f26826..38f55691cb1b 38f55691cb1b Vendor import of OpenSSH 9.6p1

git: 18e2c4175f78 - main - Remove _POSIX_PRIORITIZED_IO references from man pages

2023-12-18 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=18e2c4175f78f1aaa648dd7fb7530220aed23671 commit 18e2c4175f78f1aaa648dd7fb7530220aed23671 Author: Alan Somers AuthorDate: 2023-11-15 17:56:05 + Commit: Alan Somers CommitDate: 2023-12-18 15:06:

git: 66d77e0f73b2 - main - netlink: fix debug text typo in message parser

2023-12-18 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=66d77e0f73b2b0bb2f4f5aa5699bfab82f0c2f5f commit 66d77e0f73b2b0bb2f4f5aa5699bfab82f0c2f5f Author: Igor Ostapenko AuthorDate: 2023-12-18 12:37:36 + Commit: Ed Maste CommitDate: 2023-12-18 13:34:5

git: e3b9058e5cd0 - main - tcp: properly unroll sack transmission on tx error with LRD

2023-12-18 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=e3b9058e5cd0f541da596624a366e14cabcf2e2a commit e3b9058e5cd0f541da596624a366e14cabcf2e2a Author: Richard Scheffenegger AuthorDate: 2023-12-18 12:01:28 + Commit: Richard Scheffenegger CommitDat

git: a9504d76ccda - main - ocs_fc: Use xpt_path_sbuf() to copy the path to sbuf.

2023-12-18 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=a9504d76ccdad240b7d5761f4208e252f57042dd commit a9504d76ccdad240b7d5761f4208e252f57042dd Author: Ram Kishore Vegesna AuthorDate: 2023-12-13 07:56:40 + Commit: Ram Kishore Vegesna CommitDate: 2023-