git: 2b43cd2ea26f - stable/13 - Improve PRR initial transmission timing

2021-03-02 Thread Richard Scheffenegger
The branch stable/13 has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=2b43cd2ea26f758d23e8c009cf7521c4ddec7353 commit 2b43cd2ea26f758d23e8c009cf7521c4ddec7353 Author: Richard Scheffenegger AuthorDate: 2021-02-28 14:46:38 + Commit: Richard Scheffenegger Comm

git: 06eba90acb62 - stable/12 - atomic: add atomic_interrupt_fence()

2021-03-02 Thread Konstantin Belousov
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=06eba90acb6201bbf2af76ca8acee5232abf9f82 commit 06eba90acb6201bbf2af76ca8acee5232abf9f82 Author: Konstantin Belousov AuthorDate: 2021-02-23 22:12:29 + Commit: Konstantin Belousov CommitDate:

git: 5842073a9b74 - main - arcmsr(4): Fixed no action of hot plugging device on type_F adapter.

2021-03-02 Thread Xin LI
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=5842073a9b7471831e0da48d29dd984d575f4e9e commit 5842073a9b7471831e0da48d29dd984d575f4e9e Author: Xin LI AuthorDate: 2021-03-03 06:57:20 + Commit: Xin LI CommitDate: 2021-03-03 06:57:20 +

git: 852f70b24043 - main - init: use explicit_bzero() for clearing passwords

2021-03-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=852f70b24043885f0e438e8fecedd482a9a96d5e commit 852f70b24043885f0e438e8fecedd482a9a96d5e Author: Kyle Evans AuthorDate: 2021-03-03 03:38:37 + Commit: Kyle Evans CommitDate: 2021-03-03 03:55:41

git: e7be16de5044 - stable/13 - atomic: add atomic_interrupt_fence()

2021-03-02 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e7be16de504447e258593ffd290d3d0aef5f1cdf commit e7be16de504447e258593ffd290d3d0aef5f1cdf Author: Konstantin Belousov AuthorDate: 2021-02-23 22:12:29 + Commit: Konstantin Belousov CommitDate:

git: c79e239ceeda - stable/13 - Add VOP_READ_PGCACHE(9)

2021-03-02 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c79e239ceedae35b63334cc2879fb7a771224d0f commit c79e239ceedae35b63334cc2879fb7a771224d0f Author: Konstantin Belousov AuthorDate: 2021-02-28 01:08:37 + Commit: Konstantin Belousov CommitDate:

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Brandon Bergren
grep -q rather. In any case, instead of checking for directory existence, checking whether something is actually mounted there. On Tue, Mar 2, 2021, at 9:34 PM, Brandon Bergren wrote: > OK, how about this as an idea then: > > Parse mount output to see if anything is mounted to /boot/efi directl

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Brandon Bergren
OK, how about this as an idea then: Parse mount output to see if anything is mounted to /boot/efi directly? if mount -p | cut -f 2 | grep '^/boot/efi$'; then fi -- Brandon Bergren bdra...@freebsd.org ___ dev-commits-src-all@freebsd.org mailin

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Warner Losh
On Tue, Mar 2, 2021, 7:01 PM Ed Maste wrote: > On Tue, 2 Mar 2021 at 19:30, Warner Losh wrote: > > > > There has been some talk of moving the mount point to /efi, but I think > that went nowhere... > > I thought about /efi based on arguments from the Linux world, more > info at > https://wiki.ar

git: de415e663c75 - main - release.7: describe the NOGIT option

2021-03-02 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=de415e663c7507f6cc59aafeb20243f1fa0994f9 commit de415e663c7507f6cc59aafeb20243f1fa0994f9 Author: Alan Somers AuthorDate: 2021-03-03 01:05:25 + Commit: Alan Somers CommitDate: 2021-03-03 02:39:

git: 80545a16df95 - main - libifconfig: Fix typo in symbol map

2021-03-02 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=80545a16df95263781b3422695527b6238f4bd2c commit 80545a16df95263781b3422695527b6238f4bd2c Author: Ryan Moeller AuthorDate: 2021-03-03 01:55:18 + Commit: Ryan Moeller CommitDate: 2021-03-03 02:

git: 8b22242550c9 - main - sbin/ifconfig: Use a global libifconfig handle

2021-03-02 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=8b22242550c98d0a59b6589f2be0beb1dc2eac13 commit 8b22242550c98d0a59b6589f2be0beb1dc2eac13 Author: Ryan Moeller AuthorDate: 2021-02-28 10:30:09 + Commit: Ryan Moeller CommitDate: 2021-03-03 02:

git: dc2743434f6c - stable/13 - zfs: cancel TRIM or initialize on FAULTED non-writeable vdevs

2021-03-02 Thread Martin Matuska
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=dc2743434f6cc73ca8ec1d551aba03a678eac804 commit dc2743434f6cc73ca8ec1d551aba03a678eac804 Author: Martin Matuska AuthorDate: 2021-03-03 01:38:09 + Commit: Martin Matuska CommitDate: 2021-03-03

git: 19049a2b2bd7 - stable/13 - zfs: fix assert in FreeBSD-specific dmu_read_pages

2021-03-02 Thread Martin Matuska
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=19049a2b2bd7119ef7b34102513f6bbfdf9ff862 commit 19049a2b2bd7119ef7b34102513f6bbfdf9ff862 Author: Martin Matuska AuthorDate: 2021-03-03 01:32:59 + Commit: Martin Matuska CommitDate: 2021-03-03

git: c70690631443 - stable/13 - zfs: fix vdev_rebuild_thread deadlock

2021-03-02 Thread Martin Matuska
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=c7069063144395b025c0ef178431eb2cafdbe1ca commit c7069063144395b025c0ef178431eb2cafdbe1ca Author: Martin Matuska AuthorDate: 2021-03-03 01:28:56 + Commit: Martin Matuska CommitDate: 2021-03-03

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Ed Maste
On Tue, 2 Mar 2021 at 19:30, Warner Losh wrote: > > There has been some talk of moving the mount point to /efi, but I think that > went nowhere... I thought about /efi based on arguments from the Linux world, more info at https://wiki.archlinux.org/index.php/EFI_system_partition#Typical_mount_p

git: f08e17c8a251 - stable/13 - zfs: fix overly broad locking in spa_vdev_config_exit()

2021-03-02 Thread Martin Matuska
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=f08e17c8a251210b58d63b52bfe1a77dccff6e78 commit f08e17c8a251210b58d63b52bfe1a77dccff6e78 Author: Martin Matuska AuthorDate: 2021-03-03 01:25:03 + Commit: Martin Matuska CommitDate: 2021-03-03

git: 21802a127d83 - main - ixl(4): Add ability to control link state on ifconfig down

2021-03-02 Thread Eric Joyner
The branch main has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=21802a127d83e8a8c721d69b697e7ddb223d7797 commit 21802a127d83e8a8c721d69b697e7ddb223d7797 Author: Krzysztof Galazka AuthorDate: 2021-03-03 01:38:51 + Commit: Eric Joyner CommitDate: 2021-03-03 01:4

git: 9f99061ef9c9 - main - ixl(4): Report RX errors as sum of all RX error counters

2021-03-02 Thread Eric Joyner
The branch main has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=9f99061ef9c95b171fc92d34026222bb5e052337 commit 9f99061ef9c95b171fc92d34026222bb5e052337 Author: Krzysztof Galazka AuthorDate: 2021-03-03 01:33:11 + Commit: Eric Joyner CommitDate: 2021-03-03 01:3

git: b3fce46a3eac - main - cam: remove redundant scsi_vpd_block_characteristics definition

2021-03-02 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b3fce46a3eac600935f3aac2b224a83defcf1cb3 commit b3fce46a3eac600935f3aac2b224a83defcf1cb3 Author: Warner Losh AuthorDate: 2021-03-03 01:31:43 + Commit: Warner Losh CommitDate: 2021-03-03 01:35:09 +

git: d977417d74a7 - main - [skip ci] fix a typo in a comment in mdconfig.c

2021-03-02 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=d977417d74a704930b5952cbd653638ccd25eaa7 commit d977417d74a704930b5952cbd653638ccd25eaa7 Author: Alan Somers AuthorDate: 2021-02-27 16:04:10 + Commit: Alan Somers CommitDate: 2021-03-03 01:33:

git: ab63da3564e8 - main - Speed up geom_stats_resync in the presence of many devices

2021-03-02 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=ab63da3564e8ab0907f9d8eb565774848ffdadeb commit ab63da3564e8ab0907f9d8eb565774848ffdadeb Author: Alan Somers AuthorDate: 2021-02-27 15:59:40 + Commit: Alan Somers CommitDate: 2021-03-03 01:33:

git: afb1aa4e6df2 - main - ix(4): Report RX errors as sum of all RX error counters

2021-03-02 Thread Eric Joyner
The branch main has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=afb1aa4e6df245d38fd2ba683fa521d5dabe8392 commit afb1aa4e6df245d38fd2ba683fa521d5dabe8392 Author: Piotr Pietruszewski AuthorDate: 2021-03-03 01:21:58 + Commit: Eric Joyner CommitDate: 2021-03-03 01

git: 20f9e2a723f5 - releng/13.0 - rmlock: Add a required compiler membar to the rlock slow path

2021-03-02 Thread Mark Johnston
The branch releng/13.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=20f9e2a723f5f560d6219e28f36dd3b8f8561b3a commit 20f9e2a723f5f560d6219e28f36dd3b8f8561b3a Author: Mark Johnston AuthorDate: 2021-02-24 02:15:50 + Commit: Mark Johnston CommitDate: 2021-03-

git: caed7b1c399d - main - zfs: merge OpenZFS master-bedbc13da

2021-03-02 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=caed7b1c399de04279822028e15b36367e84232f commit caed7b1c399de04279822028e15b36367e84232f Merge: df3747c6607b 154ce66101db Author: Martin Matuska AuthorDate: 2021-03-03 01:15:33 + Commit: Martin Matu

git: 154ce66101db - vendor/openzfs - Update vendor/openzfs to master-bedbc13da

2021-03-02 Thread Martin Matuska
The branch vendor/openzfs has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=154ce66101db0e1a9c90a94e391612b2ab8c048f commit 154ce66101db0e1a9c90a94e391612b2ab8c048f Author: Martin Matuska AuthorDate: 2021-03-03 00:40:13 + Commit: Martin Matuska CommitDate: 2021-0

git: c29d3ecdc8b3 - stable/13 - rmlock: Add a required compiler membar to the rlock slow path

2021-03-02 Thread Mark Johnston
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c29d3ecdc8b3903d812c0467319ced6f85872d0e commit c29d3ecdc8b3903d812c0467319ced6f85872d0e Author: Mark Johnston AuthorDate: 2021-02-24 02:15:50 + Commit: Mark Johnston CommitDate: 2021-03-03

git: 2655a711df3c - stable/12 - rmlock: Add a required compiler membar to the rlock slow path

2021-03-02 Thread Mark Johnston
The branch stable/12 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2655a711df3cc525d054dd372e67b7803ea2acfa commit 2655a711df3cc525d054dd372e67b7803ea2acfa Author: Mark Johnston AuthorDate: 2021-02-24 02:15:50 + Commit: Mark Johnston CommitDate: 2021-03-03

git: 68b5d0bea6d2 - stable/11 - rmlock: Add a required compiler membar to the rlock slow path

2021-03-02 Thread Mark Johnston
The branch stable/11 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=68b5d0bea6d244093e1923ddf350dff1b5a1ebe9 commit 68b5d0bea6d244093e1923ddf350dff1b5a1ebe9 Author: Mark Johnston AuthorDate: 2021-02-24 02:15:50 + Commit: Mark Johnston CommitDate: 2021-03-03

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Warner Losh
On Tue, Mar 2, 2021 at 5:26 PM Warner Losh wrote: > > > On Tue, Mar 2, 2021 at 11:58 AM Nathan Whitehorn > wrote: > >> >> >> On 3/2/21 1:56 PM, Rodney W. Grimes wrote: >> >> >> >> On Tue, Mar 2, 2021, at 12:26 PM, Rodney W. Grimes wrote: >> >>> This fails to apply the proper owner/group and mode

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Warner Losh
On Tue, Mar 2, 2021 at 11:58 AM Nathan Whitehorn wrote: > > > On 3/2/21 1:56 PM, Rodney W. Grimes wrote: > >> > >> On Tue, Mar 2, 2021, at 12:26 PM, Rodney W. Grimes wrote: > >>> This fails to apply the proper owner/group and mode values > >>> using what ever defaults are in place of the process

git: df3747c6607b - main - Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().

2021-03-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=df3747c6607be12d48db825653e6adfc3041e97f commit df3747c6607be12d48db825653e6adfc3041e97f Author: Alexander Motin AuthorDate: 2021-03-02 23:39:44 + Commit: Alexander Motin CommitDate: 2021-03-02 23

git: 09c3f04ff3be - main - iflib: add support for admin completion queues

2021-03-02 Thread Marcin Wojtas
The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=09c3f04ff3be97ef442f2484396b1f963565b259 commit 09c3f04ff3be97ef442f2484396b1f963565b259 Author: Marcin Wojtas AuthorDate: 2021-03-02 23:24:29 + Commit: Marcin Wojtas CommitDate: 2021-03-02 23:40:4

git: e175b519a6fb - main - lib/flua/libjail: Allow empty params table

2021-03-02 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=e175b519a6fb83889fb3ca679b73d11ea5bea7ad commit e175b519a6fb83889fb3ca679b73d11ea5bea7ad Author: Ryan Moeller AuthorDate: 2021-02-25 05:16:52 + Commit: Ryan Moeller CommitDate: 2021-03-02 23:

git: 819760b35f31 - main - mvebu_gpio: fix interrupt cause register configuration

2021-03-02 Thread Marcin Wojtas
The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=819760b35f3196227a1d90089fb98ee115e7ed0d commit 819760b35f3196227a1d90089fb98ee115e7ed0d Author: Marcin Wojtas AuthorDate: 2021-02-24 17:02:40 + Commit: Marcin Wojtas CommitDate: 2021-03-02 23:22:4

git: 0cc746f19352 - main - filt_fsevent: only record interested events

2021-03-02 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=0cc746f19352979b65a3652149e4f6bd21c0104c commit 0cc746f19352979b65a3652149e4f6bd21c0104c Author: Robert Wing AuthorDate: 2021-03-02 23:19:22 + Commit: Robert Wing CommitDate: 2021-03-02 23:19:22 +

git: ce22a792deed - main - autounmountd: set filter-specific flags for the EVFILT_FS filter

2021-03-02 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=ce22a792deed226ba329005a3fc21b38255c689c commit ce22a792deed226ba329005a3fc21b38255c689c Author: Robert Wing AuthorDate: 2021-03-02 23:18:40 + Commit: Robert Wing CommitDate: 2021-03-02 23:18:40 +

git: 231633a2e900 - main - [PowerPC64] add mpr to GENERIC64 and GENERIC64LE

2021-03-02 Thread Alfredo Dal'Ava Junior
The branch main has been updated by alfredo: URL: https://cgit.FreeBSD.org/src/commit/?id=231633a2e9000d67b09f132ee26951a4621c778a commit 231633a2e9000d67b09f132ee26951a4621c778a Author: Alfredo Dal'Ava Junior AuthorDate: 2021-03-02 14:05:37 + Commit: Alfredo Dal'Ava Junior CommitD

git: 71900a794da0 - main - mpr: big-endian support

2021-03-02 Thread Alfredo Dal'Ava Junior
The branch main has been updated by alfredo: URL: https://cgit.FreeBSD.org/src/commit/?id=71900a794da046ad5322caae2774aed5b3d361b9 commit 71900a794da046ad5322caae2774aed5b3d361b9 Author: Alfredo Dal'Ava Junior AuthorDate: 2021-03-02 14:05:15 + Commit: Alfredo Dal'Ava Junior CommitD

git: c04199affeac - main - nfsclient: Fix ReadDS/WriteDS/CommitDS nfsstats RPC counts for a NFSv3 DS

2021-03-02 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c04199affeacbd9e9dda3aaf5ca0b1b180031e78 commit c04199affeacbd9e9dda3aaf5ca0b1b180031e78 Author: Rick Macklem AuthorDate: 2021-03-02 22:18:23 + Commit: Rick Macklem CommitDate: 2021-03-02 22:

Re: git: ee21ee1572d4 - main - openzfs: attach pam_zfs_key to build

2021-03-02 Thread Steffen Nurpmeso
Ryan Moeller wrote in <202103021227.122crudh011...@gitrepo.freebsd.org>: ... |URL: https://cgit.FreeBSD.org/src/commit/?id=ee21ee1572d40a3b74f18638dae\ |38c1a9ad1e9e3 | |commit ee21ee1572d40a3b74f18638dae38c1a9ad1e9e3 |Author: Greg V |AuthorDate: 2021-03-02 11:01:14 + |Commit:

git: 13686dffbbeb - main - Regenerate src.conf(5) after FMTREE removal

2021-03-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=13686dffbbeb7549d4e6ff54f941c87d4bb558f5 commit 13686dffbbeb7549d4e6ff54f941c87d4bb558f5 Author: Kyle Evans AuthorDate: 2021-03-02 21:21:46 + Commit: Kyle Evans CommitDate: 2021-03-02 21:22:06

git: e4d63c5d5ff8 - main - Remove fmtree(8)

2021-03-02 Thread Kyle Evans
insertions(+), 2984 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 61c8d3dba2fe..5821e9f04e89 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20210302: fmtree removed +OLD_FILES+=usr/sbin/fmtree +OLD_FILES+=usr

git: ca4e1ea19fc3 - main - Regenerate src.conf(5) after PIE default change

2021-03-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ca4e1ea19fc31e8c58feb133719302c94557c1ae commit ca4e1ea19fc31e8c58feb133719302c94557c1ae Author: Kyle Evans AuthorDate: 2021-03-02 21:21:27 + Commit: Kyle Evans CommitDate: 2021-03-02 21:22:05

git: 06e9c710998b - main - Fix initiator panic after 6895f89fe54e.

2021-03-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=06e9c710998b83a3be21f7f264187fff5d590bc3 commit 06e9c710998b83a3be21f7f264187fff5d590bc3 Author: Alexander Motin AuthorDate: 2021-03-02 21:07:22 + Commit: Alexander Motin CommitDate: 2021-03-02 21

git: 945184b92f65 - releng/13.0 - Create dhclient pid directory if it doesn't exist

2021-03-02 Thread Chris Rees
The branch releng/13.0 has been updated by crees (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=945184b92f654e50692a42e58b477f9c473b948d commit 945184b92f654e50692a42e58b477f9c473b948d Author: Chris Rees AuthorDate: 2021-02-21 18:56:56 + Commit: Chris Rees Com

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Nathan Whitehorn
On 3/2/21 1:56 PM, Rodney W. Grimes wrote: On Tue, Mar 2, 2021, at 12:26 PM, Rodney W. Grimes wrote: This fails to apply the proper owner/group and mode values using what ever defaults are in place of the process running the build. Keep in mind that this is the root of a mounted filesystem

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Rodney W. Grimes
> > > On Tue, Mar 2, 2021, at 12:26 PM, Rodney W. Grimes wrote: > > > > This fails to apply the proper owner/group and mode values > > using what ever defaults are in place of the process running > > the build. > > Keep in mind that this is the root of a mounted filesystem in the case where >

git: 907023b454f0 - main - security(7): mention new W^X sysctls in the manual page

2021-03-02 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=907023b454f06a6af87f21f8a9d6de6c11b2d275 commit 907023b454f06a6af87f21f8a9d6de6c11b2d275 Author: Evgeniy Khramtsov AuthorDate: 2021-03-02 18:52:22 + Commit: Gordon Bergling CommitD

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-03-02 Thread Nathan Whitehorn
On 3/1/21 11:50 AM, Kyle Evans wrote: On Mon, Mar 1, 2021 at 10:45 AM Nathan Whitehorn wrote: On 3/1/21 11:42 AM, Kyle Evans wrote: On Mon, Mar 1, 2021 at 10:39 AM Nathan Whitehorn wrote: On 2/28/21 3:44 PM, Brandon Bergren wrote: On Sun, Feb 28, 2021, at 2:25 PM, Warner Losh wrote:

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Brandon Bergren
On Tue, Mar 2, 2021, at 12:26 PM, Rodney W. Grimes wrote: > > This fails to apply the proper owner/group and mode values > using what ever defaults are in place of the process running > the build. Keep in mind that this is the root of a mounted filesystem in the case where it matters, and the

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Nathan Whitehorn
On 3/2/21 1:26 PM, Rodney W. Grimes wrote: The branch main has been updated by nwhitehorn: URL: https://cgit.FreeBSD.org/src/commit/?id=2c26d77d989abe48c662eeb6f52f7e4c9b81680c commit 2c26d77d989abe48c662eeb6f52f7e4c9b81680c Author: Nathan Whitehorn AuthorDate: 2021-03-02 16:47:00 +000

git: 9d930fb09072 - stable/13 - linux: fix handling of flags for 32 bit send(2) syscall

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=9d930fb09072d21464288df8c834cb8d0b760073 commit 9d930fb09072d21464288df8c834cb8d0b760073 Author: Edward Tomasz Napierala AuthorDate: 2021-02-05 17:24:23 + Commit: Edward Tomasz Napierala Co

git: 47d6ee406e03 - stable/13 - linux: add support for SO_PEERSEC getsockopt

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=47d6ee406e03061be2e8c333e1931531bb074a9e commit 47d6ee406e03061be2e8c333e1931531bb074a9e Author: Edward Tomasz Napierala AuthorDate: 2021-02-07 20:28:35 + Commit: Edward Tomasz Napierala Co

git: 1b2802ed4ed0 - stable/13 - Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=1b2802ed4ed09746d6870080f85d79a9ccd782b0 commit 1b2802ed4ed09746d6870080f85d79a9ccd782b0 Author: Edward Tomasz Napierala AuthorDate: 2021-02-02 14:40:38 + Commit: Edward Tomasz Napierala Co

git: 5dc2e1bcf41f - stable/13 - Don't check compat.linux.emul_path before loading linux(4)

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=5dc2e1bcf41f853b31b6d08a5c2d643408e890f3 commit 5dc2e1bcf41f853b31b6d08a5c2d643408e890f3 Author: Edward Tomasz Napierala AuthorDate: 2021-02-08 21:52:31 + Commit: Edward Tomasz Napierala Co

git: a3576b620707 - stable/13 - libc: fix buffer overrun in getrpcport(3)

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=a3576b6207074ba5182be253c26af72f8fb51759 commit a3576b6207074ba5182be253c26af72f8fb51759 Author: Edward Tomasz Napierala AuthorDate: 2021-01-31 21:41:55 + Commit: Edward Tomasz Napierala Co

git: f6082ba9d2e0 - stable/13 - msdosfs: fix vnode leak with msdosfs_rename()

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=f6082ba9d2e0f3ba3cfcbdfdccdf2315e3698b8d commit f6082ba9d2e0f3ba3cfcbdfdccdf2315e3698b8d Author: Edward Tomasz Napierala AuthorDate: 2021-01-31 21:37:41 + Commit: Edward Tomasz Napierala Co

git: e681d7d702d6 - stable/13 - msdosfs: fix double unlock if the source file disappears

2021-03-02 Thread Edward Tomasz Napierala
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=e681d7d702d65f7a44e3bb42e86e7a1784edf847 commit e681d7d702d65f7a44e3bb42e86e7a1784edf847 Author: Edward Tomasz Napierala AuthorDate: 2021-01-31 21:07:02 + Commit: Edward Tomasz Napierala Co

git: c97304110a02 - main - tests/sys/audit: add missing comma delimiter between fields

2021-03-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=c97304110a02f9c41b515e7b94d53229ab8f61af commit c97304110a02f9c41b515e7b94d53229ab8f61af Author: Alex Richardson AuthorDate: 2021-03-02 18:34:42 + Commit: Alex Richardson CommitDate: 2021-

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Nathan Whitehorn
On 3/2/21 1:24 PM, Rodney W. Grimes wrote: The branch main has been updated by nwhitehorn: URL: https://cgit.FreeBSD.org/src/commit/?id=2c26d77d989abe48c662eeb6f52f7e4c9b81680c commit 2c26d77d989abe48c662eeb6f52f7e4c9b81680c Author: Nathan Whitehorn AuthorDate: 2021-03-02 16:47:00 +000

git: 53a535c1d80a - main - Simplify the capsicum-test wrapper script

2021-03-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=53a535c1d80a2e5ea33a4e8807647e600402b1d8 commit 53a535c1d80a2e5ea33a4e8807647e600402b1d8 Author: Alex Richardson AuthorDate: 2021-03-02 18:27:34 + Commit: Alex Richardson CommitDate: 2021-

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Rodney W. Grimes
> The branch main has been updated by nwhitehorn: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=2c26d77d989abe48c662eeb6f52f7e4c9b81680c > > commit 2c26d77d989abe48c662eeb6f52f7e4c9b81680c > Author: Nathan Whitehorn > AuthorDate: 2021-03-02 16:47:00 + > Commit: Nathan Whitehorn

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Rodney W. Grimes
> The branch main has been updated by nwhitehorn: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=2c26d77d989abe48c662eeb6f52f7e4c9b81680c > > commit 2c26d77d989abe48c662eeb6f52f7e4c9b81680c > Author: Nathan Whitehorn > AuthorDate: 2021-03-02 16:47:00 + > Commit: Nathan Whitehorn

git: 28cd3a673e0e - main - O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs path

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=28cd3a673e0e32b009fd573764956b280d1affe1 commit 28cd3a673e0e32b009fd573764956b280d1affe1 Author: Konstantin Belousov AuthorDate: 2021-02-28 23:59:12 + Commit: Konstantin Belousov CommitDate: 2021-

git: 49c98a4bf3a8 - main - nameicap_check_dotdot: trim tracker on check

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=49c98a4bf3a87ace0df99056fa683805c1645e61 commit 49c98a4bf3a87ace0df99056fa683805c1645e61 Author: Konstantin Belousov AuthorDate: 2021-02-28 00:15:21 + Commit: Konstantin Belousov CommitDate: 2021-

git: e8a2862aa038 - main - Add nameicap_cleanup_from(), to clean tracker list starting from some element

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e8a2862aa0384c75603f801625e309a3dae0ed05 commit e8a2862aa0384c75603f801625e309a3dae0ed05 Author: Konstantin Belousov AuthorDate: 2021-02-28 00:14:43 + Commit: Konstantin Belousov CommitDate: 2021-

git: 59e749428111 - main - Do not call nameicap_tracker_add() for dotdot case.

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=59e749428111c029116a4302a544c7cc18b33772 commit 59e749428111c029116a4302a544c7cc18b33772 Author: Konstantin Belousov AuthorDate: 2021-02-28 00:12:43 + Commit: Konstantin Belousov CommitDate: 2021-

git: 2388ad7c293f - main - nameicap_tracker_add: avoid duplicates in the tracker list

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2388ad7c293fbc89ee239a1adcb87fd158c4e8e9 commit 2388ad7c293fbc89ee239a1adcb87fd158c4e8e9 Author: Konstantin Belousov AuthorDate: 2021-02-28 00:13:19 + Commit: Konstantin Belousov CommitDate: 2021-

git: 20e91ca36a56 - main - open(2): Remove O_BENEATH and AT_BENEATH

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=20e91ca36a56b8db1e6677f577ad011b66dd6eb3 commit 20e91ca36a56b8db1e6677f577ad011b66dd6eb3 Author: Konstantin Belousov AuthorDate: 2021-02-16 03:31:40 + Commit: Konstantin Belousov CommitDate: 2021-

git: 600756afb532 - main - fhlink(2): the syscalls do not take flag

2021-03-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=600756afb532a86a39fb488f5c4fc7e248921655 commit 600756afb532a86a39fb488f5c4fc7e248921655 Author: Konstantin Belousov AuthorDate: 2021-02-28 00:38:11 + Commit: Konstantin Belousov CommitDate: 2021-

git: 6f930137ca6d - releng/13.0 - sctp: several fixes and improvements

2021-03-02 Thread Michael Tuexen
The branch releng/13.0 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=6f930137ca6dac436d10b462a2058b5d9d975c5d commit 6f930137ca6dac436d10b462a2058b5d9d975c5d Author: Michael Tuexen AuthorDate: 2021-01-23 19:56:45 + Commit: Michael Tuexen CommitDate: 2021-

git: ce94bedf475a - stable/13 - Create dhclient pid directory if it doesn't exist

2021-03-02 Thread Chris Rees
The branch stable/13 has been updated by crees (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ce94bedf475ac17307be0d5cbc66a8abe0741bf6 commit ce94bedf475ac17307be0d5cbc66a8abe0741bf6 Author: Chris Rees AuthorDate: 2021-02-21 18:56:56 + Commit: Chris Rees Commi

git: 15a7c88058d4 - stable/13 - update the SACK loss recovery to RFC6675, with the following new features: - improved pipe calculation which does not degrade under heavy loss - engaging in Loss Recove

2021-03-02 Thread Richard Scheffenegger
The branch stable/13 has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=15a7c88058d419e3347673ab891ae77ba28ae1bd commit 15a7c88058d419e3347673ab891ae77ba28ae1bd Author: Richard Scheffenegger AuthorDate: 2021-02-16 11:18:43 + Commit: Richard Scheffenegger Comm

git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-02 Thread Nathan Whitehorn
The branch main has been updated by nwhitehorn: URL: https://cgit.FreeBSD.org/src/commit/?id=2c26d77d989abe48c662eeb6f52f7e4c9b81680c commit 2c26d77d989abe48c662eeb6f52f7e4c9b81680c Author: Nathan Whitehorn AuthorDate: 2021-03-02 16:47:00 + Commit: Nathan Whitehorn CommitDate: 2021

git: 2751e264dfef - releng/13.0 - tcp: improve behaviour when using TCP_NOOPT

2021-03-02 Thread Michael Tuexen
The branch releng/13.0 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=2751e264dfef1e59e9c45d511a2d3ee99839651e commit 2751e264dfef1e59e9c45d511a2d3ee99839651e Author: Michael Tuexen AuthorDate: 2021-02-14 11:10:31 + Commit: Michael Tuexen CommitDate: 2021-

git: 955a3f9ad586 - main - Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40

2021-03-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=955a3f9ad586f38395e66127f9f2f4afbf3d5a94 commit 955a3f9ad586f38395e66127f9f2f4afbf3d5a94 Merge: 0401989282d1 c59f30a57b50 Author: Alex Richardson AuthorDate: 2021-03-02 16:28:26 + Commit: A

git: 05e684acef87 - Create tag vendor/google/capsicum-test/20210302

2021-03-02 Thread Alex Richardson
The annotated tag vendor/google/capsicum-test/20210302 has been created by arichardson: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/google/capsicum-test/20210302 tag vendor/google/capsicum-test/20210302 Tagger: Alex Richardson TaggerDate: 2021-03-02 16:24:55 + Vendor import of

git: c59f30a57b50 - vendor/google/capsicum-test - Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40

2021-03-02 Thread Alex Richardson
The branch vendor/google/capsicum-test has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=c59f30a57b509d88ab47e5cf2e1509fdc8a2749c commit c59f30a57b509d88ab47e5cf2e1509fdc8a2749c Author: Alex Richardson AuthorDate: 2021-03-02 16:22:31 + Commit: Alex Richar

git: 229f1e4b1424 - releng/13.0 - riscv: Don't set __NO_TLS to disable some uses of TLS.

2021-03-02 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=229f1e4b14246cf950ed0536f15fd2b1d563fbf7 commit 229f1e4b14246cf950ed0536f15fd2b1d563fbf7 Author: John Baldwin AuthorDate: 2021-02-18 00:33:09 + Commit: Konstantin Belousov CommitDate: 2021-

git: 811deba9df26 - releng/13.0 - Remove __NO_TLS.

2021-03-02 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=811deba9df266fbe148c95f10ba8fb2a1b32e7bf commit 811deba9df266fbe148c95f10ba8fb2a1b32e7bf Author: Konstantin Belousov AuthorDate: 2021-02-19 15:20:29 + Commit: Konstantin Belousov CommitDate

git: 81d747ace024 - stable/12 - bridge tests: Test STP on top of VLAN devices

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=81d747ace024ff71746f003f4d108f26b69bfede commit 81d747ace024ff71746f003f4d108f26b69bfede Author: Kristof Provost AuthorDate: 2021-02-20 09:13:33 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 91a611e52160 - releng/13.0 - mips: Don't set __NO_TLS to disable some uses of TLS.

2021-03-02 Thread Konstantin Belousov
The branch releng/13.0 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=91a611e5216027ca9e82770882b5f7e8d98a2f15 commit 91a611e5216027ca9e82770882b5f7e8d98a2f15 Author: John Baldwin AuthorDate: 2021-02-18 00:34:23 + Commit: Konstantin Belousov CommitDate: 2021-

git: c883b6fd8ccd - main - Include Makefile.inc1 in Makefile.vm, missed in previous change

2021-03-02 Thread Glen Barber
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=c883b6fd8ccd8d9c50b3f8fbb04da20ac0dec1c4 commit c883b6fd8ccd8d9c50b3f8fbb04da20ac0dec1c4 Author: Glen Barber AuthorDate: 2021-03-02 15:19:59 + Commit: Glen Barber CommitDate: 2021-03-02 15:19:59 +

git: c4bf12b43711 - stable/12 - bridge tests: Basic span test

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=c4bf12b4371112ea5e875b51befbb4c12b9707db commit c4bf12b4371112ea5e875b51befbb4c12b9707db Author: Kristof Provost AuthorDate: 2020-03-16 08:44:46 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 1b73cd3d0a7c - stable/12 - bridge tests: Test for #216510

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=1b73cd3d0a7c9fa9b19e28a3bd8e79f405309348 commit 1b73cd3d0a7c9fa9b19e28a3bd8e79f405309348 Author: Kristof Provost AuthorDate: 2020-04-26 16:27:03 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 40fc07a85577 - stable/12 - bridge tests: Remove unneeded 'All rights reserved.'

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=40fc07a85577bb22b923978b1fc9e99ce147d4a1 commit 40fc07a85577bb22b923978b1fc9e99ce147d4a1 Author: Kristof Provost AuthorDate: 2020-02-19 16:44:16 + Commit: Kristof Provost CommitDate: 2021-03-0

git: fd5828b62bdb - stable/12 - bridge tests: Avoid building a switching loop

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=fd5828b62bdb5738143c81edb139365aa4151567 commit fd5828b62bdb5738143c81edb139365aa4151567 Author: Kristof Provost AuthorDate: 2020-06-01 19:26:16 + Commit: Kristof Provost CommitDate: 2021-03-0

git: e180cc2fb9c5 - stable/12 - bridge tests: Test deleting a bridge with members

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e180cc2fb9c5d7eb2d198470f54f7dbebbf4bf7c commit e180cc2fb9c5d7eb2d198470f54f7dbebbf4bf7c Author: Kristof Provost AuthorDate: 2020-04-17 14:57:15 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 0401989282d1 - main - vm: Round up npages and alignment for contig reclamation

2021-03-02 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0401989282d1bb9972ae2bf4862c2c6c92ae5f27 commit 0401989282d1bb9972ae2bf4862c2c6c92ae5f27 Author: Mark Johnston AuthorDate: 2021-03-02 15:19:53 + Commit: Mark Johnston CommitDate: 2021-03-02 15:2

git: e11329536494 - stable/12 - bridge tests: Ensure that bridges in different jails get different MAC addresses

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e1132953649454ed7ae40e156c23de20d6a3827c commit e1132953649454ed7ae40e156c23de20d6a3827c Author: Kristof Provost AuthorDate: 2020-04-19 16:30:49 + Commit: Kristof Provost CommitDate: 2021-03-0

git: eaba3fe1483f - stable/13 - bridge/stp: Ensure we enter NET_EPOCH whenever we can send traffic

2021-03-02 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=eaba3fe1483fe82baccb6d3930347bbd548c6fcd commit eaba3fe1483fe82baccb6d3930347bbd548c6fcd Author: Kristof Provost AuthorDate: 2021-02-21 20:18:46 + Commit: Kristof Provost CommitDate: 2021-03-0

git: a285c84d517f - stable/12 - arp/nd: Cope with late calls to iflladdr_event

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a285c84d517f4b987dfbbcec876d1fd812065a27 commit a285c84d517f4b987dfbbcec876d1fd812065a27 Author: Kristof Provost AuthorDate: 2021-02-22 07:19:43 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 51ddfd32cc99 - stable/12 - bridge test: adding and removing static addresses

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=51ddfd32cc9952a916d63b0c6780322b90f0873c commit 51ddfd32cc9952a916d63b0c6780322b90f0873c Author: Kristof Provost AuthorDate: 2020-03-10 06:29:59 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 2c19b99c2f1c - stable/13 - bridge tests: Test STP on top of VLAN devices

2021-03-02 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=2c19b99c2f1c78bebb931f9465146ad4e7f1dec9 commit 2c19b99c2f1c78bebb931f9465146ad4e7f1dec9 Author: Kristof Provost AuthorDate: 2021-02-20 09:13:33 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 5b8932427605 - stable/12 - bridge test: spanning tree

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5b893242760570495abb09974455ab32a8fd6b95 commit 5b893242760570495abb09974455ab32a8fd6b95 Author: Kristof Provost AuthorDate: 2020-03-10 06:28:45 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 791f370cb5d6 - stable/12 - bridge: Basic test case

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=791f370cb5d6a24a1938a4e0147cc2734df6d076 commit 791f370cb5d6a24a1938a4e0147cc2734df6d076 Author: Kristof Provost AuthorDate: 2020-02-16 13:16:40 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 05ac80ac0f3a - stable/13 - arp/nd: Cope with late calls to iflladdr_event

2021-03-02 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=05ac80ac0f3a41092a07e947fea1ed2e5f047d15 commit 05ac80ac0f3a41092a07e947fea1ed2e5f047d15 Author: Kristof Provost AuthorDate: 2021-02-22 07:19:43 + Commit: Kristof Provost CommitDate: 2021-03-0

git: a20033be9ed8 - stable/13 - bridge: Remove members when assigned to a new vnet

2021-03-02 Thread Kristof Provost
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a20033be9ed86295d3baac176d99b59c2f6ec7e5 commit a20033be9ed86295d3baac176d99b59c2f6ec7e5 Author: Kristof Provost AuthorDate: 2021-02-21 20:20:32 + Commit: Kristof Provost CommitDate: 2021-03-0

git: 2d1773f32319 - stable/12 - bridge/stp: Ensure we enter NET_EPOCH whenever we can send traffic

2021-03-02 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=2d1773f323195f2ff4910b1ce0f66207dcae79f3 commit 2d1773f323195f2ff4910b1ce0f66207dcae79f3 Author: Kristof Provost AuthorDate: 2021-02-21 20:18:46 + Commit: Kristof Provost CommitDate: 2021-03-0

  1   2   >