git: 3fc8a816d9a3 - stable/13 - bhyve: change vq_getchain to return iovecs in both directions

2021-08-11 Thread Ka Ho Ng
The branch stable/13 has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=3fc8a816d9a34462b473b1db3ccdd073efa91cd0 commit 3fc8a816d9a34462b473b1db3ccdd073efa91cd0 Author: Ka Ho Ng AuthorDate: 2021-03-30 08:43:24 + Commit: Ka Ho Ng CommitDate: 2021-08-12 06:45:01 +

git: ddf1b5ac761e - stable/13 - bhyve: virtio shares definitions between sys/dev/virtio

2021-08-11 Thread Ka Ho Ng
The branch stable/13 has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=ddf1b5ac761edc6f7c9e3e0788ef4a36b50c5e6a commit ddf1b5ac761edc6f7c9e3e0788ef4a36b50c5e6a Author: Ka Ho Ng AuthorDate: 2021-08-12 06:44:52 + Commit: Ka Ho Ng CommitDate: 2021-08-12 06:44:52 +

git: 080c6fdc0ce8 - main - dumpon: fix build on some architectures

2021-08-11 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=080c6fdc0ce86c55f7cbbe1e86c026f3bc641bb1 commit 080c6fdc0ce86c55f7cbbe1e86c026f3bc641bb1 Author: Eric van Gyzen AuthorDate: 2021-08-12 02:27:24 + Commit: Eric van Gyzen CommitDate: 2021-08-12

git: a3ff18e2715b - main - UPDATING: Add an entry for commit 3ad1e1c1ce20

2021-08-11 Thread Rick Macklem
: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20210811: + Commit 3ad1e1c1ce20 changed the internal KAPI between the NFS + modules. Therefore, all need to be

git: 3ad1e1c1ce20 - main - nfscl: Add a Lookup+Open RPC for NFSv4.1/4.2

2021-08-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=3ad1e1c1ce2042bb45a518e28c881e5bc4491117 commit 3ad1e1c1ce2042bb45a518e28c881e5bc4491117 Author: Rick Macklem AuthorDate: 2021-08-12 01:49:26 + Commit: Rick Macklem CommitDate: 2021-08-12 01:

git: 5ae48eb998ad - main - powerpc/pseries: Allow radix pmap in pseries for ISA 3.0

2021-08-11 Thread Justin Hibbits
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=5ae48eb998ad5d41118d2df62cf28b92d6864e24 commit 5ae48eb998ad5d41118d2df62cf28b92d6864e24 Author: Justin Hibbits AuthorDate: 2021-08-12 00:03:27 + Commit: Justin Hibbits CommitDate: 2021-08-12

git: d20e9e02db3d - main - ar: diff reduction against ELF Tool Chain

2021-08-11 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d20e9e02db3dde383c3de1ce8cec3a8c35b3eee6 commit d20e9e02db3dde383c3de1ce8cec3a8c35b3eee6 Author: Ed Maste AuthorDate: 2021-08-04 13:54:17 + Commit: Ed Maste CommitDate: 2021-08-11 23:12:46 +000

Re: git: 96f9bd46547d - main - dumpon: fix encrypted dumps after commit 372557d8c3d

2021-08-11 Thread Eric van Gyzen
> > URL: > https://cgit.FreeBSD.org/src/commit/?id=96f9bd46547d6dfbaf219ab449efacacb0da > > commit 96f9bd46547d6dfbaf219ab449efacacb0da > Author: Eric van Gyzen > AuthorDate: 2021-08-07 08:59:02 + > Commit: Eric van Gyzen > CommitDate: 2021-08-11 15:54:56 + > >dump

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread Scott Long
> On Aug 11, 2021, at 4:42 PM, John Baldwin wrote: > > On 8/11/21 3:31 PM, Luiz Otavio O Souza wrote: >>> On Wed, Aug 11, 2021 at 7:03 PM John Baldwin wrote: >>> >>> On 8/11/21 2:38 PM, Luiz Otavio O Souza wrote: On Wed, Aug 11, 2021 at 3:49 PM John Baldwin wrote: > > On 8/10/

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread John Baldwin
On 8/11/21 3:31 PM, Luiz Otavio O Souza wrote: On Wed, Aug 11, 2021 at 7:03 PM John Baldwin wrote: On 8/11/21 2:38 PM, Luiz Otavio O Souza wrote: On Wed, Aug 11, 2021 at 3:49 PM John Baldwin wrote: On 8/10/21 3:41 PM, Scott Long wrote: The branch main has been updated by scottl: URL: ht

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread Luiz Otavio O Souza
On Wed, Aug 11, 2021 at 7:03 PM John Baldwin wrote: > > On 8/11/21 2:38 PM, Luiz Otavio O Souza wrote: > > On Wed, Aug 11, 2021 at 3:49 PM John Baldwin wrote: > >> > >> On 8/10/21 3:41 PM, Scott Long wrote: > >>> The branch main has been updated by scottl: > >>> > >>> URL: > >>> https://cgit.Fre

git: 704d90845ce2 - stable/13 - bhyve: Fix cli regression with NVMe ram

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=704d90845ce2364b75a97aa69bc687d2cd9e236d commit 704d90845ce2364b75a97aa69bc687d2cd9e236d Author: Chuck Tuffli AuthorDate: 2021-06-15 13:59:02 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: 2b2d263d0b7a - stable/13 - bhyve: Enable virtio-scsi legacy config parsing.

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2b2d263d0b7aa338af7171d308228ad9cb3acc70 commit 2b2d263d0b7aa338af7171d308228ad9cb3acc70 Author: John Baldwin AuthorDate: 2021-03-29 17:25:45 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: b1a2ffd650c0 - stable/13 - bhyve: Gracefully handle virtio-scsi with no conf

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b1a2ffd650c0b85d7df97d61869d7e598b81f477 commit b1a2ffd650c0b85d7df97d61869d7e598b81f477 Author: Ryan Moeller AuthorDate: 2021-04-22 16:06:08 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: f08d1570fa76 - stable/13 - bhyve hostbridge: Rename "device" property to "devid".

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f08d1570fa760e98d82ec209a948a42dc49ab0da commit f08d1570fa760e98d82ec209a948a42dc49ab0da Author: John Baldwin AuthorDate: 2021-03-24 16:29:15 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: 001f3d25518c - stable/13 - bhyve: fix regression in legacy virtio-9p config parsing

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=001f3d25518c9179136629abf5ab42cab58c9347 commit 001f3d25518c9179136629abf5ab42cab58c9347 Author: Roman Bogorodskiy AuthorDate: 2021-04-08 14:44:58 + Commit: John Baldwin CommitDate: 2021-08-1

git: 81c33f22216b - stable/13 - bhyve: Be explicit that setting config.dump will not start a VM.

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=81c33f22216b8dd2bd4bffc7dcdd52d4c5d9a5ff commit 81c33f22216b8dd2bd4bffc7dcdd52d4c5d9a5ff Author: John Baldwin AuthorDate: 2021-04-20 20:33:28 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: 77e736186d8f - stable/13 - bhyve: Move the gdb_active check to gdb_cpu_suspend().

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=77e736186d8f13246f886164c3e934a34f00af87 commit 77e736186d8f13246f886164c3e934a34f00af87 Author: John Baldwin AuthorDate: 2021-04-12 18:43:34 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: 30519e53dbad - stable/13 - Fix typo in xhci nvlist node name, and also increment device counter.

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=30519e53dbad93a4d316a1b7d779dde26806a4d6 commit 30519e53dbad93a4d316a1b7d779dde26806a4d6 Author: Peter Grehan AuthorDate: 2021-04-03 04:32:54 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: 525024fc9cbf - stable/13 - Refactor configuration management in bhyve.

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=525024fc9cbfcafe9470cdaf1d4aedec62b6fa6d commit 525024fc9cbfcafe9470cdaf1d4aedec62b6fa6d Author: John Baldwin AuthorDate: 2019-06-26 20:30:41 + Commit: John Baldwin CommitDate: 2021-08-11 22:

git: ee6dc333e1a1 - main - libsecureboot: define SOPEN_MAX

2021-08-11 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=ee6dc333e1a1af08afa3d14b83e963e4cf90b77b commit ee6dc333e1a1af08afa3d14b83e963e4cf90b77b Author: Toomas Soome AuthorDate: 2021-08-10 19:46:40 + Commit: Toomas Soome CommitDate: 2021-08-10 19:46

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread John Baldwin
On 8/11/21 2:38 PM, Luiz Otavio O Souza wrote: On Wed, Aug 11, 2021 at 3:49 PM John Baldwin wrote: On 8/10/21 3:41 PM, Scott Long wrote: The branch main has been updated by scottl: URL: https://cgit.FreeBSD.org/src/commit/?id=35547df5c78653b2da030f920323c0357056099f commit 35547df5c78653b2

Re: git: 97cbd5e72238 - main - loader: open file list should be dynamic

2021-08-11 Thread FreeBSD User
Am Wed, 11 Aug 2021 21:13:55 GMT Toomas Soome schrieb: > The branch main has been updated by tsoome: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=97cbd5e722389a575e820c4e03f38053308f08ea > > commit 97cbd5e722389a575e820c4e03f38053308f08ea > Author: Toomas Soome > AuthorDate: 2021-07

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread Luiz Otavio O Souza
On Wed, Aug 11, 2021 at 3:49 PM John Baldwin wrote: > > On 8/10/21 3:41 PM, Scott Long wrote: > > The branch main has been updated by scottl: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=35547df5c78653b2da030f920323c0357056099f > > > > commit 35547df5c78653b2da030f920323c0357056099f >

git: 3e4aeeb95df2 - stable/13 - m_dup: Handle unmapped mbufs as an input mbuf.

2021-08-11 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3e4aeeb95df217fdd9ec21e5a86ec61d1b2abc59 commit 3e4aeeb95df217fdd9ec21e5a86ec61d1b2abc59 Author: John Baldwin AuthorDate: 2021-07-26 21:03:28 + Commit: John Baldwin CommitDate: 2021-08-11 19:

git: 97cbd5e72238 - main - loader: open file list should be dynamic

2021-08-11 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=97cbd5e722389a575e820c4e03f38053308f08ea commit 97cbd5e722389a575e820c4e03f38053308f08ea Author: Toomas Soome AuthorDate: 2021-07-31 08:09:48 + Commit: Toomas Soome CommitDate: 2021-08-10 18:54

git: 13a58148de17 - main - netdump: send key before dump, in case dump fails

2021-08-11 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=13a58148de1730f851d37513913fae547e53a512 commit 13a58148de1730f851d37513913fae547e53a512 Author: Eric van Gyzen AuthorDate: 2021-08-06 15:38:51 + Commit: Eric van Gyzen CommitDate: 2021-08-11

git: 96f9bd46547d - main - dumpon: fix encrypted dumps after commit 372557d8c3d

2021-08-11 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=96f9bd46547d6dfbaf219ab449efacacb0da commit 96f9bd46547d6dfbaf219ab449efacacb0da Author: Eric van Gyzen AuthorDate: 2021-08-07 08:59:02 + Commit: Eric van Gyzen CommitDate: 2021-08-11

git: 24fe46128495 - main - ether: Add a KMSAN check for transmitted frames

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=24fe46128495fc32b31729d9bba86dd7c5280ce3 commit 24fe46128495fc32b31729d9bba86dd7c5280ce3 Author: Mark Johnston AuthorDate: 2021-08-11 20:23:12 + Commit: Mark Johnston CommitDate: 2021-08-11 20:3

git: 710c055673b3 - main - virtio: Add KMSAN hooks for network and block devices

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=710c055673b3a39ff6e5fdf0bef49437d1e0c9a3 commit 710c055673b3a39ff6e5fdf0bef49437d1e0c9a3 Author: Mark Johnston AuthorDate: 2021-08-11 20:23:25 + Commit: Mark Johnston CommitDate: 2021-08-11 20:4

git: 10a8e93da158 - main - kmsan: Export kmsan_mark_mbuf() and kmsan_mark_bio()

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=10a8e93da15889d40497bb666c2d753f38ac7b7f commit 10a8e93da15889d40497bb666c2d753f38ac7b7f Author: Mark Johnston AuthorDate: 2021-08-11 20:22:21 + Commit: Mark Johnston CommitDate: 2021-08-11 20:3

git: 645b7efd496d - main - geom_disk: Add KMSAN checks

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=645b7efd496d649211056be0e2d3525ef21dc53d commit 645b7efd496d649211056be0e2d3525ef21dc53d Author: Mark Johnston AuthorDate: 2021-08-11 20:22:26 + Commit: Mark Johnston CommitDate: 2021-08-11 20:3

Re: git: 35547df5c786 - main - Call wakeup() with the lock held to avoid missed wakeup races.

2021-08-11 Thread John Baldwin
On 8/10/21 3:41 PM, Scott Long wrote: The branch main has been updated by scottl: URL: https://cgit.FreeBSD.org/src/commit/?id=35547df5c78653b2da030f920323c0357056099f commit 35547df5c78653b2da030f920323c0357056099f Author: Scott Long AuthorDate: 2021-08-10 22:36:38 + Commit: Scot

Re: git: 6c9506559080 - main - Escape any '.' characters in sysctl node names

2021-08-11 Thread Alan Somers
On Wed, Aug 11, 2021 at 12:06 PM Ronald Klop wrote: > On 7/22/21 6:23 PM, Alan Somers wrote: > > The branch main has been updated by asomers: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=6c9506559080da2914749bf611225d7c0a153609 > > > > commit 6c9506559080da2914749bf611225d7c0a153609 > >

git: 95c51fafa40d - main - ktls: Init reset tag task for cloned sessions

2021-08-11 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=95c51fafa40d56d0a32aff857261097acc65ec92 commit 95c51fafa40d56d0a32aff857261097acc65ec92 Author: Andrew Gallatin AuthorDate: 2021-08-11 18:06:43 + Commit: Andrew Gallatin CommitDate: 2021-08-

Re: git: 6c9506559080 - main - Escape any '.' characters in sysctl node names

2021-08-11 Thread Ronald Klop
On 7/22/21 6:23 PM, Alan Somers wrote: The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=6c9506559080da2914749bf611225d7c0a153609 commit 6c9506559080da2914749bf611225d7c0a153609 Author: Alan Somers AuthorDate: 2021-07-21 21:11:00 + Commit: A

git: 4ccaa87f695c - main - kdb: Handle process enumeration before procinit()

2021-08-11 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=4ccaa87f695c8b9eb31f2ba9ce4913a045755fe0 commit 4ccaa87f695c8b9eb31f2ba9ce4913a045755fe0 Author: Mitchell Horne AuthorDate: 2021-08-11 17:40:01 + Commit: Mitchell Horne CommitDate: 2021-08-11 1

git: 09319f7d3f8a - main - ar: remove invalid extra param in bsdar_warnc calls

2021-08-11 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=09319f7d3f8aefe8a6b37b1c2a6d842126a2c181 commit 09319f7d3f8aefe8a6b37b1c2a6d842126a2c181 Author: Ed Maste AuthorDate: 2021-08-11 17:22:23 + Commit: Ed Maste CommitDate: 2021-08-11 17:27:19 +000

git: db26d3ca59a9 - stable/12 - mk: format some option lists

2021-08-11 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=db26d3ca59a90185d73d3345398d3e3efcea6862 commit db26d3ca59a90185d73d3345398d3e3efcea6862 Author: Mitchell Horne AuthorDate: 2021-08-04 18:17:34 + Commit: Mitchell Horne CommitDate: 2021-08

git: 62bee146aa42 - stable/12 - Prefer MK_SSP=no to SSP_CFLAGS=

2021-08-11 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=62bee146aa42276264008df1d2190ca94eef26cd commit 62bee146aa42276264008df1d2190ca94eef26cd Author: Mitchell Horne AuthorDate: 2021-08-04 18:20:50 + Commit: Mitchell Horne CommitDate: 2021-08

git: 88ef00584bc7 - stable/12 - hwpmc: disable uncore class on Sandy Bridge and newer

2021-08-11 Thread Mitchell Horne
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=88ef00584bc7f9f9e19546bc3ef8682d5c4d6cb6 commit 88ef00584bc7f9f9e19546bc3ef8682d5c4d6cb6 Author: Mitchell Horne AuthorDate: 2021-08-04 17:31:36 + Commit: Mitchell Horne CommitDate: 2021-08

git: 952226eedb0b - stable/13 - Prefer MK_SSP=no to SSP_CFLAGS=

2021-08-11 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=952226eedb0be32b2c952fb2ae12f76a62131c00 commit 952226eedb0be32b2c952fb2ae12f76a62131c00 Author: Mitchell Horne AuthorDate: 2021-08-04 18:20:50 + Commit: Mitchell Horne CommitDate: 2021-08

git: 19cbaf34a3e4 - stable/13 - mk: format some option lists

2021-08-11 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=19cbaf34a3e47475f72f2ba3783d9281ca57996f commit 19cbaf34a3e47475f72f2ba3783d9281ca57996f Author: Mitchell Horne AuthorDate: 2021-08-04 18:17:34 + Commit: Mitchell Horne CommitDate: 2021-08

git: 2e50ba70742b - stable/13 - hwpmc: disable uncore class on Sandy Bridge and newer

2021-08-11 Thread Mitchell Horne
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=2e50ba70742bac34f144832ceb5f6816fcc06be2 commit 2e50ba70742bac34f144832ceb5f6816fcc06be2 Author: Mitchell Horne AuthorDate: 2021-08-04 17:31:36 + Commit: Mitchell Horne CommitDate: 2021-08

git: b2da1032397e - main - ncurses: Apply a tputs() fix from patch 20210403

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b2da1032397e3339fbeebcd57b1f179e1d8a2e19 commit b2da1032397e3339fbeebcd57b1f179e1d8a2e19 Author: Mark Johnston AuthorDate: 2021-08-11 16:54:29 + Commit: Mark Johnston CommitDate: 2021-08-11 17:0

git: 05eba8e068c1 - main - RELNOTES: Add entries for KASAN and KMSAN

2021-08-11 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=05eba8e068c192564075a62b70217031b2eeb3fe commit 05eba8e068c192564075a62b70217031b2eeb3fe Author: Mark Johnston AuthorDate: 2021-08-11 17:05:50 + Commit: Mark Johnston CommitDate: 2021-08-11 17:0

git: 879675e9a0d8 - main - stand: Add MK_PIE=no to defs.mk

2021-08-11 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=879675e9a0d84880cad9834e2ef98e8724c5532c commit 879675e9a0d84880cad9834e2ef98e8724c5532c Author: Warner Losh AuthorDate: 2021-08-11 16:59:28 + Commit: Warner Losh CommitDate: 2021-08-11 17:03:19 +

git: bf60d2826768 - stable/13 - pf: batch critical section for several counters

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=bf60d2826768ca4ab125ba770b14b04d303dea2f commit bf60d2826768ca4ab125ba770b14b04d303dea2f Author: Mateusz Guzik AuthorDate: 2021-07-24 07:47:40 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: c9731a3f464f - stable/13 - pf: switch rule counters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=c9731a3f464fd49efbd39c44e262dd069034894e commit c9731a3f464fd49efbd39c44e262dd069034894e Author: Mateusz Guzik AuthorDate: 2021-07-22 14:45:14 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 79f0e6469aad - stable/13 - pf: switch kif counters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=79f0e6469aad525400e8be0deb16b4d964e7a6c1 commit 79f0e6469aad525400e8be0deb16b4d964e7a6c1 Author: Mateusz Guzik AuthorDate: 2021-07-23 10:29:46 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 67ed59f6a826 - stable/13 - pf: consistently malloc rules with M_ZERO

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=67ed59f6a8261e6cbb82554c72e59ae81afb0b36 commit 67ed59f6a8261e6cbb82554c72e59ae81afb0b36 Author: Mateusz Guzik AuthorDate: 2021-07-23 15:01:29 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: b45b050a69ee - stable/13 - pf: switch pf_status.fcounters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b45b050a69ee7c9bd1c1b6c546e0d0a9714688e1 commit b45b050a69ee7c9bd1c1b6c546e0d0a9714688e1 Author: Mateusz Guzik AuthorDate: 2021-07-24 05:33:52 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: fff80a6992f1 - stable/13 - pf: add hybrid 32- an 64- bit counters

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=fff80a6992f1ba13f2261b066d70a3a97d8837e4 commit fff80a6992f1ba13f2261b066d70a3a97d8837e4 Author: Mateusz Guzik AuthorDate: 2021-07-22 20:47:24 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 5640fea1e373 - stable/13 - pf: drop redundant 'else' in pf_normalize_*

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=5640fea1e37323133cc8447e050ec44012389883 commit 5640fea1e37323133cc8447e050ec44012389883 Author: Mateusz Guzik AuthorDate: 2021-07-24 05:17:27 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 53551e9976b9 - stable/13 - pf: hide struct pf_kstatus behind ifdef _KERNEL

2021-08-11 Thread Mateusz Guzik
The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=53551e9976b9bfcff71ca820aefc22d7a668214e commit 53551e9976b9bfcff71ca820aefc22d7a668214e Author: Mateusz Guzik AuthorDate: 2021-07-23 17:34:43 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 6b22840ed0e8 - main - Read the arm64 midr register earlier

2021-08-11 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=6b22840ed0e8f9ceb34465987b8469a43ebb4582 commit 6b22840ed0e8f9ceb34465987b8469a43ebb4582 Author: Andrew Turner AuthorDate: 2021-08-11 15:01:25 + Commit: Andrew Turner CommitDate: 2021-08-11 15:

git: 72b14da466bb - stable/12 - pf: switch kif counters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=72b14da466bbb9eebf2400930abefce8de47261d commit 72b14da466bbb9eebf2400930abefce8de47261d Author: Mateusz Guzik AuthorDate: 2021-07-23 10:29:46 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 2522a90dcd41 - stable/12 - pf: batch critical section for several counters

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=2522a90dcd41c9c8326525fa23876bb2acc7d51a commit 2522a90dcd41c9c8326525fa23876bb2acc7d51a Author: Mateusz Guzik AuthorDate: 2021-07-24 07:47:40 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 5bc73c369dba - stable/12 - pf: add hybrid 32- an 64- bit counters

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=5bc73c369dbae8759f5735ca5a1f940127cec2db commit 5bc73c369dbae8759f5735ca5a1f940127cec2db Author: Mateusz Guzik AuthorDate: 2021-07-22 20:47:24 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: abfc083a0859 - stable/12 - pf: drop redundant 'else' in pf_normalize_*

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=abfc083a085902f296cf8c56731e9fcf9af99adc commit abfc083a085902f296cf8c56731e9fcf9af99adc Author: Mateusz Guzik AuthorDate: 2021-07-24 05:17:27 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 463aa33ff662 - stable/12 - pf: switch rule counters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=463aa33ff66280385dcc34d51233b14f33a69403 commit 463aa33ff66280385dcc34d51233b14f33a69403 Author: Mateusz Guzik AuthorDate: 2021-07-22 14:45:14 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 8abcdb1f59cc - stable/12 - pf: hide struct pf_kstatus behind ifdef _KERNEL

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=8abcdb1f59ccdb75df84112427eb2a7ba7e69bb7 commit 8abcdb1f59ccdb75df84112427eb2a7ba7e69bb7 Author: Mateusz Guzik AuthorDate: 2021-07-23 17:34:43 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: f45535b6c79d - stable/12 - pf: switch pf_status.fcounters to pf_counter_u64

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=f45535b6c79d359625fb2d9cff5e46de5bd59861 commit f45535b6c79d359625fb2d9cff5e46de5bd59861 Author: Mateusz Guzik AuthorDate: 2021-07-24 05:33:52 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

git: 919cf790d4da - stable/12 - pf: consistently malloc rules with M_ZERO

2021-08-11 Thread Mateusz Guzik
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=919cf790d4da75f82cae2c3dfc28a5d0f8e3d115 commit 919cf790d4da75f82cae2c3dfc28a5d0f8e3d115 Author: Mateusz Guzik AuthorDate: 2021-07-23 15:01:29 + Commit: Mateusz Guzik CommitDate: 2021-08-11 1

Rbuildworld failure: ar: warning: can't open file: x509_minimal.pieo (an other .pieo files)

2021-08-11 Thread FreeBSD User
Am Wed, 11 Aug 2021 11:46:18 +0200 FreeBSD User schrieb: > Am Wed, 11 Aug 2021 02:18:35 GMT > Alexander Motin schrieb: > > > The branch main has been updated by mav: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=67f508db84b8b789db37c60972f255574417b8ed > > > > commit 67f508db84b8b

git: 69d8dc20be6c - main - Use arm64 sha256 intrinsics in libmd

2021-08-11 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=69d8dc20be6ca10cf87c98223121c4121aff42cc commit 69d8dc20be6ca10cf87c98223121c4121aff42cc Author: Andrew Turner AuthorDate: 2021-07-23 09:14:03 + Commit: Andrew Turner CommitDate: 2021-08-11 10:

git: 89c085b8993d - main - Only use byte register access in legacy virtio pci

2021-08-11 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=89c085b8993d7d1e7b137f99fa6df94c37c3a68a commit 89c085b8993d7d1e7b137f99fa6df94c37c3a68a Author: Andrew Turner AuthorDate: 2021-08-05 14:36:07 + Commit: Andrew Turner CommitDate: 2021-08-11 10:

Re: git: 67f508db84b8 - main - Mark some sysctls as CTLFLAG_MPSAFE.

2021-08-11 Thread FreeBSD User
Am Wed, 11 Aug 2021 02:18:35 GMT Alexander Motin schrieb: > The branch main has been updated by mav: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=67f508db84b8b789db37c60972f255574417b8ed > > commit 67f508db84b8b789db37c60972f255574417b8ed > Author: Alexander Motin > AuthorDate: 2021

git: 4a9b832a2ad7 - main - vfs: Rename ioflg to ioflag in vn_deallocate

2021-08-11 Thread Ka Ho Ng
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=4a9b832a2ad7acafaa16c858ab6e517f2fd83a0c commit 4a9b832a2ad7acafaa16c858ab6e517f2fd83a0c Author: Ka Ho Ng AuthorDate: 2021-08-11 09:45:47 + Commit: Ka Ho Ng CommitDate: 2021-08-11 09:45:47 +

git: 4f3a0cfbde03 - main - Add myself (diizzy) as ports committer

2021-08-11 Thread Daniel Engberg
The branch main has been updated by diizzy (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4f3a0cfbde03db19bd2c075eadc73e0efbf93820 commit 4f3a0cfbde03db19bd2c075eadc73e0efbf93820 Author: Daniel Engberg AuthorDate: 2021-08-11 07:56:40 + Commit: Daniel Engberg Commit

git: 1e1fbf3b47d7 - main - iscontrol(8): Fix a typo in a struct

2021-08-11 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1e1fbf3b47d7296896593b1e477141263b0c555f commit 1e1fbf3b47d7296896593b1e477141263b0c555f Author: Gordon Bergling AuthorDate: 2021-08-11 07:55:08 + Commit: Gordon Bergling CommitDat

git: 809ad8170aa9 - main - ipfw(8): Fix a typo in an error message

2021-08-11 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=809ad8170aa97e570ef5e1e414b4c25e4b58044c commit 809ad8170aa97e570ef5e1e414b4c25e4b58044c Author: Gordon Bergling AuthorDate: 2021-08-11 07:53:01 + Commit: Gordon Bergling CommitDat