git: 730bfa280574 - main - routing: add rib_match_gw() helper

2022-08-12 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=730bfa28057405b44a0b55a4dc35cdc42144ff6d commit 730bfa28057405b44a0b55a4dc35cdc42144ff6d Author: Alexander V. Chernikov AuthorDate: 2022-08-12 09:31:21 + Commit: Alexander V. Chernikov Commit

Re: git: 6a70a0c8bfa6 - main - Document implicit dependencies of the mlx5(4) & friends.

2022-08-12 Thread Matteo Riondato
On 2022-08-11 at 19:33 EDT, Maxim Sobolev wrote: The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 commit 6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 Author: Maxim Sobolev AuthorDate: 2022-08-11 23:28:27 +

git: 9d16275c65bf - main - netinet6: simplify defrouter_select_fib()

2022-08-12 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=9d16275c65bfe0f577e6f97397e024a33169acc9 commit 9d16275c65bfe0f577e6f97397e024a33169acc9 Author: Alexander V. Chernikov AuthorDate: 2022-08-12 11:43:14 + Commit: Alexander V. Chernikov Commit

git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods

2022-08-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=886fc1e80490fb03e72e306774766cbb2c733ac6 commit 886fc1e80490fb03e72e306774766cbb2c733ac6 Author: Gleb Smirnoff AuthorDate: 2022-08-12 15:30:34 + Commit: Gleb Smirnoff CommitDate: 2022-08-12 15

git: 948f31d7b0ed - main - netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirect

2022-08-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=948f31d7b0ed31a834b31ac63f314aecef474dfe commit 948f31d7b0ed31a834b31ac63f314aecef474dfe Author: Gleb Smirnoff AuthorDate: 2022-08-12 15:31:28 + Commit: Gleb Smirnoff CommitDate: 2022-08-12 15

Re: git: 4c8ea3efe73c - main - stand: Go back to a.out format for /boot/loader

2022-08-12 Thread John Baldwin
On 8/11/22 4:30 PM, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4c8ea3efe73c12d595472a7fc37177432a77858e commit 4c8ea3efe73c12d595472a7fc37177432a77858e Author: Warner Losh AuthorDate: 2022-08-11 23:29:10 + Commit: Warne

Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr

2022-08-12 Thread John Baldwin
On 8/11/22 6:45 PM, Warner Losh wrote: On Thu, Aug 11, 2022 at 6:24 PM John Baldwin wrote: On 8/11/22 11:18 AM, Warner Losh wrote: On Thu, Aug 11, 2022 at 10:56 AM John Baldwin wrote: You really want to apply the size check to loader.bin, not loader. The memory layout down in the first 1MB

git: 6b3ad1d73732 - main - When -u option is used also set USER, HOME and SHELL variables. This is consistent with what other uid-morphing utilities do, i.e. jexec(1), su(1) etc.

2022-08-12 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6b3ad1d737321cf6a70e957fb15d5287c378373c commit 6b3ad1d737321cf6a70e957fb15d5287c378373c Author: Maxim Sobolev AuthorDate: 2022-08-11 01:44:20 + Commit: Maxim Sobolev CommitDate: 2022-08-12 17

Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr

2022-08-12 Thread Warner Losh
On Fri, Aug 12, 2022 at 11:05 AM John Baldwin wrote: > On 8/11/22 6:45 PM, Warner Losh wrote: > > On Thu, Aug 11, 2022 at 6:24 PM John Baldwin wrote: > > > >> On 8/11/22 11:18 AM, Warner Losh wrote: > >>> On Thu, Aug 11, 2022 at 10:56 AM John Baldwin wrote: > You really want to apply the s

git: 3a3af6b2a160 - main - mac_ddb: Fix the show rman validator.

2022-08-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3a3af6b2a160bea72509a9d5ef84e25906b0478a commit 3a3af6b2a160bea72509a9d5ef84e25906b0478a Author: John Baldwin AuthorDate: 2022-08-12 17:20:05 + Commit: John Baldwin CommitDate: 2022-08-12 17:20:05

Re: git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods

2022-08-12 Thread Larry Rosenman
This broke the build In file included from sys_protosw.c:1: /usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/protosw.h:82:43: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] typedef int pr_control_t(struct socket *, u_long, caddr_t, struct ifnet *,

Re: git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods

2022-08-12 Thread Jung-uk Kim
On 22. 8. 12., Larry Rosenman wrote: This broke the build In file included from sys_protosw.c:1: /usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/protosw.h:82:43: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] typedef int pr_control_t(struct socket *, u_long, cadd

git: f277746e1326 - main - protosw: change prototype for pr_control

2022-08-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=f277746e13261e139cbb7a3bbd74dfe104326182 commit f277746e13261e139cbb7a3bbd74dfe104326182 Author: Gleb Smirnoff AuthorDate: 2022-08-12 19:08:18 + Commit: Gleb Smirnoff CommitDate: 2022-08-12 19

git: b7bf3cb07fcf - main - keysock: explicitly initialized LIST_HEAD

2022-08-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=b7bf3cb07fcf633c5500171b43c1ef68b5208139 commit b7bf3cb07fcf633c5500171b43c1ef68b5208139 Author: Gleb Smirnoff AuthorDate: 2022-08-12 19:29:26 + Commit: Gleb Smirnoff CommitDate: 2022-08-12 19

git: b9fd884a8d0b - main - sys/vm: Add TSLOG to some functions

2022-08-12 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=b9fd884a8d0b249f77519a2c7f156b786fcc1c62 commit b9fd884a8d0b249f77519a2c7f156b786fcc1c62 Author: Colin Percival AuthorDate: 2022-08-12 23:52:47 + Commit: Colin Percival CommitDate: 2022-08-12

git: f8a199f28f9d - main - stand: Raise limit to 550,000 bytes for loader

2022-08-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f8a199f28f9de46fe7360c3a4a0e19e71be72721 commit f8a199f28f9de46fe7360c3a4a0e19e71be72721 Author: Warner Losh AuthorDate: 2022-08-12 04:59:51 + Commit: Warner Losh CommitDate: 2022-08-13 03:47:02 +

git: 148211300870 - main - stand: Compile out the extensive superblock diagnostic messages for BIOS loader

2022-08-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=148211300870b3bd558bf70dc3bf7d7f78c657aa commit 148211300870b3bd558bf70dc3bf7d7f78c657aa Author: Warner Losh AuthorDate: 2022-08-12 17:08:36 + Commit: Warner Losh CommitDate: 2022-08-13 03:48:17 +

git: 4f0c9b76cf75 - main - stand: Only compile decompression routines

2022-08-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4f0c9b76cf75724ef0b9c59bb8c182be24361d7c commit 4f0c9b76cf75724ef0b9c59bb8c182be24361d7c Author: Warner Losh AuthorDate: 2022-08-13 03:30:24 + Commit: Warner Losh CommitDate: 2022-08-13 03:48:18 +