git: b91af716ed87 - stable/13 - loader: dev_net.c should use __func__ with printf

2021-09-30 Thread Toomas Soome
The branch stable/13 has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=b91af716ed87bc214e8fffcf0f2c33039197fec4 commit b91af716ed87bc214e8fffcf0f2c33039197fec4 Author: Toomas Soome AuthorDate: 2021-09-24 14:07:20 + Commit: Toomas Soome CommitDate: 2021-10-01

git: 4dbd8c72d303 - main - tcp_wrappers: get rid of duplicate fgets declarations

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=4dbd8c72d3030b8f111fdac86ba45ff596595497 commit 4dbd8c72d3030b8f111fdac86ba45ff596595497 Author: Kyle Evans AuthorDate: 2021-09-30 04:21:24 + Commit: Kyle Evans CommitDate: 2021-10-01 04:55:27

git: 5487294d79f9 - main - libc: ssp: sprinkle around some __dead2

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=5487294d79f9ebe72a847d0855adb4df85e0d66e commit 5487294d79f9ebe72a847d0855adb4df85e0d66e Author: Kyle Evans AuthorDate: 2021-09-29 21:48:20 + Commit: Kyle Evans CommitDate: 2021-10-01 04:55:17

git: cfb9be506285 - main - bootp: remove the USE_BFUNCS knob

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=cfb9be506285cd65120f9686d532130a3757ce56 commit cfb9be506285cd65120f9686d532130a3757ce56 Author: Kyle Evans AuthorDate: 2021-09-30 03:01:34 + Commit: Kyle Evans CommitDate: 2021-10-01 04:47:06

git: 0f43c5b55c79 - main - kqueue: clean up some igor and mandoc -Tlint warnings

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0f43c5b55c79f8d4bae8c91e4f0c397944814152 commit 0f43c5b55c79f8d4bae8c91e4f0c397944814152 Author: Kyle Evans AuthorDate: 2021-09-30 18:22:01 + Commit: Kyle Evans CommitDate: 2021-10-01 02:31:28

git: 4b5554cebb66 - main - kqueue: document how timers with low/past timeouts are handled

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=4b5554cebb66020f59dc869b835aebbd66e4bb8c commit 4b5554cebb66020f59dc869b835aebbd66e4bb8c Author: Kyle Evans AuthorDate: 2021-09-30 18:19:05 + Commit: Kyle Evans CommitDate: 2021-10-01 02:31:28

git: 9c999a259f00 - main - kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIME

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=9c999a259f00b35f0467acd351fea9157ed7e1e4 commit 9c999a259f00b35f0467acd351fea9157ed7e1e4 Author: Kyle Evans AuthorDate: 2021-09-29 19:55:59 + Commit: Kyle Evans CommitDate: 2021-10-01 02:31:24

git: 1b7a2680fba5 - main - Import ACPICA 20210930

2021-09-30 Thread Jung-uk Kim
+ Import ACPICA 20210930 (cherry picked from commit c509b6ab0d7e5bafc5348b08653b8738bd40716e) --- sys/contrib/dev/acpica/changes.txt | 50 sys/contrib/dev/acpica/common/dmtable.c| 58 sys/contrib/dev/acpica/common/dmtbdump2.c | 300

git: deabab2f0719 - stable/13 - malloc_aligned(9): allow zero size and alignment

2021-09-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=deabab2f07190dd6d2a598868696edc790cfce8b commit deabab2f07190dd6d2a598868696edc790cfce8b Author: Konstantin Belousov AuthorDate: 2021-09-24 19:38:53 + Commit: Konstantin Belousov CommitDate:

git: caaf4ae21e06 - stable/13 - amd64 UEFI loader: enable automatic disable of staging area copying

2021-09-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=caaf4ae21e0600844aa723f87c57dcff37c27a39 commit caaf4ae21e0600844aa723f87c57dcff37c27a39 Author: Konstantin Belousov AuthorDate: 2021-08-10 01:38:55 + Commit: Konstantin Belousov CommitDate:

git: 4e24899efe31 - stable/13 - x86 bounce_bus_dmamem_alloc(): use malloc_aligned() only when possible

2021-09-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4e24899efe31ced394f8ce334d0725c416497363 commit 4e24899efe31ced394f8ce334d0725c416497363 Author: Konstantin Belousov AuthorDate: 2021-09-24 17:46:47 + Commit: Konstantin Belousov CommitDate:

git: 288a4784012c - stable/13 - pidfile test: guarantee nul termination of the read pid string

2021-09-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=288a4784012ca3f2b2c2cb46e67d9c65cd55b5e0 commit 288a4784012ca3f2b2c2cb46e67d9c65cd55b5e0 Author: Konstantin Belousov AuthorDate: 2021-09-24 03:12:20 + Commit: Konstantin Belousov CommitDate:

git: 9499d3c1e40d - stable/13 - aio_aqueue(): avoid ucred leak on failure path

2021-09-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9499d3c1e40dfeb1f63f61af7cdf25ee27f9a2ec commit 9499d3c1e40dfeb1f63f61af7cdf25ee27f9a2ec Author: Konstantin Belousov AuthorDate: 2021-09-24 00:14:56 + Commit: Konstantin Belousov CommitDate:

git: ce73f768b764 - main - EFI loader: Don't free bcache for DEVT_DISK devs

2021-09-30 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=ce73f768b76486b1562f207a6fc1cef87065418a commit ce73f768b76486b1562f207a6fc1cef87065418a Author: Colin Percival AuthorDate: 2021-09-30 21:48:14 + Commit: Colin Percival CommitDate: 2021-09-30

git: a6499c56ab6c - main - jail(3lua): add jail.attach()/jail.remove() methods

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=a6499c56ab6ca54f01dca44b7e34a0fc6a680e90 commit a6499c56ab6ca54f01dca44b7e34a0fc6a680e90 Author: Kyle Evans AuthorDate: 2020-10-23 17:52:31 + Commit: Kyle Evans CommitDate: 2021-09-30 21:31:04

git: 6a7647eccd3e - main - jail(3lua): add a jail.list() method

2021-09-30 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6a7647eccd3ef35189c63a61b0ec8865fd559839 commit 6a7647eccd3ef35189c63a61b0ec8865fd559839 Author: Kyle Evans AuthorDate: 2020-10-13 02:11:14 + Commit: Kyle Evans CommitDate: 2021-09-30 21:30:57

git: 9eb5fd359969 - main - uart: Match simple comm

2021-09-30 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9eb5fd3599695acc76291777bc587e14746e960c commit 9eb5fd3599695acc76291777bc587e14746e960c Author: Warner Losh AuthorDate: 2021-09-30 20:16:19 + Commit: Warner Losh CommitDate: 2021-09-30 20:16:19 +

git: bf40080762e9 - main - uart: Allow PCI quirk for not using MSI interrupts

2021-09-30 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bf40080762e939b44d4dd0fbfac5127f2a2562ce commit bf40080762e939b44d4dd0fbfac5127f2a2562ce Author: Warner Losh AuthorDate: 2021-09-30 20:15:32 + Commit: Warner Losh CommitDate: 2021-09-30 20:15:32 +

git: 34cfdff1f386..c509b6ab0d7e - vendor/acpica - vendor branch updated

2021-09-30 Thread Jung-uk Kim
The branch vendor/acpica has been updated by jkim: URL: https://cgit.FreeBSD.org/src/log/?id=34cfdff1f386..c509b6ab0d7e c509b6ab0d7e Import ACPICA 20210930 ___ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev

git: 0cf556dfb854 - Create tag vendor/acpica/20210930

2021-09-30 Thread Jung-uk Kim
The annotated tag vendor/acpica/20210930 has been created by jkim: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/acpica/20210930 tag vendor/acpica/20210930 Tagger: Jung-uk Kim TaggerDate: 2021-09-30 20:25:38 + Tag ACPICA 20210930 commit c509b6ab0d7e5bafc5348b08653b8738bd40716e

git: 1ad2d8777897 - main - mgb: Fix nop admin interrupt handling

2021-09-30 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1ad2d87778970582854082bcedd2df0394fd4933 commit 1ad2d87778970582854082bcedd2df0394fd4933 Author: Ed Maste AuthorDate: 2021-09-29 21:24:39 + Commit: Ed Maste CommitDate: 2021-09-30 15:50:00 +000

git: ffc19cf52da5 - main - net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL frames

2021-09-30 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=ffc19cf52da5546973965f78cf32aa0f2c9657f8 commit ffc19cf52da5546973965f78cf32aa0f2c9657f8 Author: Mathy Vanhoef AuthorDate: 2021-06-06 22:10:56 + Commit: Bjoern A. Zeeb CommitDate: 2021-09-30 14:54:

git: f024bdf1155f - main - net80211: mitigation against A-MSDU design flaw

2021-09-30 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f024bdf1155f36d2d8c4caa533b66e4040c4c469 commit f024bdf1155f36d2d8c4caa533b66e4040c4c469 Author: Mathy Vanhoef AuthorDate: 2021-06-06 22:10:52 + Commit: Bjoern A. Zeeb CommitDate: 2021-09-30 14:50:

git: 11572d7d7fb9 - main - net80211: reject mixed plaintext/encrypted fragments

2021-09-30 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=11572d7d7fb9802ceb46ea9dc6cbe3bb95373e55 commit 11572d7d7fb9802ceb46ea9dc6cbe3bb95373e55 Author: Mathy Vanhoef AuthorDate: 2021-06-06 22:10:41 + Commit: Bjoern A. Zeeb CommitDate: 2021-09-30 14:47:

git: a20c10893eb1 - main - libpmc: add some AMD pmu counter aliases

2021-09-30 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=a20c10893eb17e281f119d1b9b39c175dbf4d7bd commit a20c10893eb17e281f119d1b9b39c175dbf4d7bd Author: Mitchell Horne AuthorDate: 2021-09-30 14:13:37 + Commit: Mitchell Horne CommitDate: 2021-09-30 1

git: 937539e0a32c - main - libpmc: fix the 'cycles' event alias on x86

2021-09-30 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=937539e0a32ce1da46223664ca1cf3b252e02ece commit 937539e0a32ce1da46223664ca1cf3b252e02ece Author: Mitchell Horne AuthorDate: 2021-09-30 14:11:36 + Commit: Mitchell Horne CommitDate: 2021-09-30 1

Re: git: 79a100e28e3c - main - bluetooth: complete removal of ng_h4

2021-09-30 Thread Warner Losh
On Thu, Sep 30, 2021 at 3:11 AM Emmanuel Vadot wrote: > On Thu, 30 Sep 2021 02:00:14 GMT > Warner Losh wrote: > > > The branch main has been updated by imp: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=79a100e28e3c814773bb4c1826cfa25fbe31140e > > > > commit 79a100e28e3c814773bb4c1826cf

git: 9419d273e471 - stable/12 - pf: fix pagefault in pf_getstatus()

2021-09-30 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=9419d273e4718ee8c768865cd73a3b907f365d8d commit 9419d273e4718ee8c768865cd73a3b907f365d8d Author: Kristof Provost AuthorDate: 2021-09-23 08:39:49 + Commit: Kristof Provost CommitDate: 2021-09-3

git: 3c9253c2f6d1 - stable/13 - pf: fix pagefault in pf_getstatus()

2021-09-30 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3c9253c2f6d1f076ef35a5538b207a5cc866480f commit 3c9253c2f6d1f076ef35a5538b207a5cc866480f Author: Kristof Provost AuthorDate: 2021-09-23 08:39:49 + Commit: Kristof Provost CommitDate: 2021-09-3

git: cc8e726c85be - stable/13 - powerpc64: change CAS to support Radix MMU

2021-09-30 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=cc8e726c85bee3f3da0fb02c12028f2310a7ee17 commit cc8e726c85bee3f3da0fb02c12028f2310a7ee17 Author: Leandro Lupori AuthorDate: 2021-09-15 18:12:37 + Commit: Leandro Lupori CommitDate: 2021-09

git: 69ab52838655 - main - linprocfs: find cwd and root handling

2021-09-30 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=69ab52838655912cf89699e0b2d21d244d3b9b27 commit 69ab52838655912cf89699e0b2d21d244d3b9b27 Author: Mateusz Guzik AuthorDate: 2021-09-30 10:50:18 + Commit: Mateusz Guzik CommitDate: 2021-09-30 10:59:

git: 85c855d31b18 - main - fd: add pwd_hold_proc

2021-09-30 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=85c855d31b18d7a8ab534259f27444c81b6ec797 commit 85c855d31b18d7a8ab534259f27444c81b6ec797 Author: Mateusz Guzik AuthorDate: 2021-09-30 10:49:51 + Commit: Mateusz Guzik CommitDate: 2021-09-30 10:49:

Re: git: 79a100e28e3c - main - bluetooth: complete removal of ng_h4

2021-09-30 Thread Emmanuel Vadot
On Thu, 30 Sep 2021 02:00:14 GMT Warner Losh wrote: > The branch main has been updated by imp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=79a100e28e3c814773bb4c1826cfa25fbe31140e > > commit 79a100e28e3c814773bb4c1826cfa25fbe31140e > Author: Warner Losh > AuthorDate: 2021-09-05 18:

git: 41e946694333 - main - ocs_fc: Fix device lost timer where device is not getting deleted.

2021-09-30 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=41e946694333bcc6f64242f294312553f2ef2dcd commit 41e946694333bcc6f64242f294312553f2ef2dcd Author: Ram Kishore Vegesna AuthorDate: 2021-09-24 09:35:30 + Commit: Ram Kishore Vegesna CommitDate: 2021-

git: d063d1bc9281 - main - ocs_fc: When commands complete with an error, freeze the device queue.

2021-09-30 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=d063d1bc928165e7798df5ec1c424794a1ec41e9 commit d063d1bc928165e7798df5ec1c424794a1ec41e9 Author: Ram Kishore Vegesna AuthorDate: 2021-09-24 09:32:09 + Commit: Ram Kishore Vegesna CommitDate: 2021-

git: 1af49c2eeb4a - main - ocs_fc: Fix CAM status reporting in ocs_fc(4) when no data is returned.

2021-09-30 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=1af49c2eeb4a05f524ed9a6657c741bc96fbaf87 commit 1af49c2eeb4a05f524ed9a6657c741bc96fbaf87 Author: Ram Kishore Vegesna AuthorDate: 2021-09-24 09:19:49 + Commit: Ram Kishore Vegesna CommitDate: 2021-

git: 322dbb8ce8f6 - main - ocs_fc: Increase maximum supported SG elements to support larger transfer sizes.

2021-09-30 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=322dbb8ce8f63fd6f542309fd38324664ce8dd3f commit 322dbb8ce8f63fd6f542309fd38324664ce8dd3f Author: Ram Kishore Vegesna AuthorDate: 2021-09-24 09:05:03 + Commit: Ram Kishore Vegesna CommitDate: 2021-

git: 3bf42363b02c - main - ocs_fc: Emulex Gen 7 HBA support.

2021-09-30 Thread Ram Kishore Vegesna
The branch main has been updated by ram: URL: https://cgit.FreeBSD.org/src/commit/?id=3bf42363b02c9bd728c92b9d9c4a5d022982a21a commit 3bf42363b02c9bd728c92b9d9c4a5d022982a21a Author: Ram Kishore Vegesna AuthorDate: 2021-09-23 06:51:26 + Commit: Ram Kishore Vegesna CommitDate: 2021-