git: 8d2c13931b7e - main - cxgbe/tom: Fix assertions in the code that maintains TCB history.

2022-09-28 Thread Navdeep Parhar
The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=8d2c13931b7e4897ca5d73af57f4cf35e440ec54 commit 8d2c13931b7e4897ca5d73af57f4cf35e440ec54 Author: Navdeep Parhar AuthorDate: 2022-09-29 02:56:14 + Commit: Navdeep Parhar CommitDate: 2022-09-29 03:01

Re: git: 0eea46fb1f83 - main - Remove telnetd

2022-09-28 Thread Brooks Davis
d, 5 insertions(+), 116 deletions(-) > > > > diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc > > index 2056b4296a94..0a0c6dfb044a 100644 > > --- a/ObsoleteFiles.inc > > +++ b/ObsoleteFiles.inc > > @@ -52,6 +52,11 @@ > > # xargs -n1 | sort | uniq -d; &g

git: 536f7d84cd06 - main - newkey: Fix mismatch in array bounds in for adjust().

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=536f7d84cd061bd5667a4d93fed3f41772197c79 commit 536f7d84cd061bd5667a4d93fed3f41772197c79 Author: John Baldwin AuthorDate: 2022-09-28 21:06:16 + Commit: John Baldwin CommitDate: 2022-09-28 21:06:16

git: 157436dcbf86 - main - mail: Fix mismatch in array bounds for isign().

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=157436dcbf86a5e51723f222e524e9970066e7c5 commit 157436dcbf86a5e51723f222e524e9970066e7c5 Author: John Baldwin AuthorDate: 2022-09-28 21:05:42 + Commit: John Baldwin CommitDate: 2022-09-28 21:05:42

git: 10297a9ed488 - main - sh: Fix mismatch in array bounds for vforkexecshell().

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=10297a9ed488a9fff159ae495b61185e6f50e22a commit 10297a9ed488a9fff159ae495b61185e6f50e22a Author: John Baldwin AuthorDate: 2022-09-28 21:04:08 + Commit: John Baldwin CommitDate: 2022-09-28 21:05:07

git: 5ceec6c1054e - main - pam_unix: Fix mismatch in array bounds for make_salt().

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5ceec6c1054e6bde3b72672f33705a044fc0eb86 commit 5ceec6c1054e6bde3b72672f33705a044fc0eb86 Author: John Baldwin AuthorDate: 2022-09-28 21:02:59 + Commit: John Baldwin CommitDate: 2022-09-28 21:04:48

git: 5d27845e5a8b - main - ldns: Disable -Warray-parameter warnings from GCC 12 on sha2.c.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5d27845e5a8b7324b91d6a6c2a63db2635671205 commit 5d27845e5a8b7324b91d6a6c2a63db2635671205 Author: John Baldwin AuthorDate: 2022-09-28 21:02:30 + Commit: John Baldwin CommitDate: 2022-09-28 21:02:30

git: a2e41a585b3a - main - libc rpc: Fix mismatches in prototypes for array bounds.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a2e41a585b3a8a54e09831ea476ccaa56142c1ae commit a2e41a585b3a8a54e09831ea476ccaa56142c1ae Author: John Baldwin AuthorDate: 2022-09-28 21:01:36 + Commit: John Baldwin CommitDate: 2022-09-28 21:01:36

git: 409dae262ffc - main - bsd.sys.mk: Add NO_WARRAY_PARAMETER helper variable.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=409dae262ffce0647ceb196193a34ad11e1e1edd commit 409dae262ffce0647ceb196193a34ad11e1e1edd Author: John Baldwin AuthorDate: 2022-09-28 21:01:04 + Commit: John Baldwin CommitDate: 2022-09-28 21:01:04

git: 7550e242ab4c - main - zlib crc32: Add prototypes for recently-added static functions.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=7550e242ab4c118ba48171577ccadf81ba739847 commit 7550e242ab4c118ba48171577ccadf81ba739847 Author: John Baldwin AuthorDate: 2022-09-28 21:00:27 + Commit: John Baldwin CommitDate: 2022-09-28 21:00:27

git: c5eed4146fc9 - main - Fix various places which cast a pointer to a uint64_t or vice versa.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c5eed4146fc9ac6abeef9e26f6675e86d0888443 commit c5eed4146fc9ac6abeef9e26f6675e86d0888443 Author: John Baldwin AuthorDate: 2022-09-28 20:58:02 + Commit: John Baldwin CommitDate: 2022-09-28 20:58:02

git: 9c4f7e82348b - main - ipfilter: Cast uintmax_t values to size_t when adding to a pointer.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9c4f7e82348b656aef9660f859b76d6e894590aa commit 9c4f7e82348b656aef9660f859b76d6e894590aa Author: John Baldwin AuthorDate: 2022-09-28 20:58:34 + Commit: John Baldwin CommitDate: 2022-09-28 20:58:34

git: 124e46735e07 - main - ntb: Use uintmax_t casts and %j to print physical addresses.

2022-09-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=124e46735e07037afafbf0caa097faafb09c7329 commit 124e46735e07037afafbf0caa097faafb09c7329 Author: John Baldwin AuthorDate: 2022-09-28 20:56:31 + Commit: John Baldwin CommitDate: 2022-09-28 20:56:31

Re: git: 0eea46fb1f83 - main - Remove telnetd

2022-09-28 Thread Xin LI
soleteFiles.inc b/ObsoleteFiles.inc > index 2056b4296a94..0a0c6dfb044a 100644 > --- a/ObsoleteFiles.inc > +++ b/ObsoleteFiles.inc > @@ -52,6 +52,11 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20220928: telnetd(8) removed > +OLD_FILES+=etc/pam.d/telnetd > +OLD_F

Re: git: 9bbed3f615f1 - main - Mention telnetd removal

2022-09-28 Thread Cy Schubert
In message <202209281908.28sj88w2088...@gitrepo.freebsd.org>, Brooks Davis writ es: > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=9bbed3f615f15017ea53a86721686c79 > 0d8d8b68 > > commit 9bbed3f615f15017ea53a86721686c790d8d8b68 > Author: Brooks Da

git: 9bbed3f615f1 - main - Mention telnetd removal

2022-09-28 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=9bbed3f615f15017ea53a86721686c790d8d8b68 commit 9bbed3f615f15017ea53a86721686c790d8d8b68 Author: Brooks Davis AuthorDate: 2022-09-28 19:07:05 + Commit: Brooks Davis CommitDate: 2022-09-28 19:07

git: 0eea46fb1f83 - main - Remove telnetd

2022-09-28 Thread Brooks Davis
/ObsoleteFiles.inc @@ -52,6 +52,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20220928: telnetd(8) removed +OLD_FILES+=etc/pam.d/telnetd +OLD_FILES+=usr/libexec/telnetd +OLD_FILES+=usr/share/man/man8/telnetd.8.gz + # 20220914: domain(9) updated OLD_FILES+=usr/share/man/man9/domain_init.9.gz

git: f1e039d057ba - main - Allow COPYRIGHT_Vendor to come from CFLAGS

2022-09-28 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=f1e039d057ba88695e98f6e2c884094f3434de95 commit f1e039d057ba88695e98f6e2c884094f3434de95 Author: Simon J. Gerraty AuthorDate: 2022-09-28 18:24:18 + Commit: Simon J. Gerraty CommitDate: 2022-09-28

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-09-28 Thread Andriy Gapon
On 28/09/2022 19:18, Maxim Sobolev wrote: This also brings a question as to whether sysctl is the right interface to pull this data from the kernel in the first place? From my somewhat ignorant look this approach is likely to be poised with all sorts of race conditions, such so if configuration

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-09-28 Thread Alan Somers
I don't think a different interface would necessarily fix all consistency problems, because there are probably additional consistency problems within ZFS itself. The ZFS stats just weren't designed to provide a consistent view, like "zpool status". But a different interface certainly could be muc

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-09-28 Thread Maxim Sobolev
This also brings a question as to whether sysctl is the right interface to pull this data from the kernel in the first place? From my somewhat ignorant look this approach is likely to be poised with all sorts of race conditions, such so if configuration changes while you are pulling it out you'd ge

git: 648fa3558c16 - main - amd64: Initialize IPI scoreboard earlier

2022-09-28 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=648fa3558c161a1d8564626d21047710c3fbfdf6 commit 648fa3558c161a1d8564626d21047710c3fbfdf6 Author: Konstantin Belousov AuthorDate: 2021-12-17 04:28:11 + Commit: Konstantin Belousov CommitDate: 2022-

git: dd6bb9abf075 - main - LinuxKPI: Use SYSCTL_FOREACH()

2022-09-28 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=dd6bb9abf075fd3a14956f61559a7e90bb2f26d9 commit dd6bb9abf075fd3a14956f61559a7e90bb2f26d9 Author: Hans Petter Selasky AuthorDate: 2022-09-28 11:42:32 + Commit: Hans Petter Selasky CommitDate:

git: 7b660faa9e30 - main - sockbufs: add sbreserve_locked_limit() with custom maxsockbuf limit.

2022-09-28 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=7b660faa9e30c15d3be9b2c44c3ca046a1f4 commit 7b660faa9e30c15d3be9b2c44c3ca046a1f4 Author: Alexander V. Chernikov AuthorDate: 2022-09-27 13:52:11 + Commit: Alexander V. Chernikov Commit

git: f66968564dd7 - main - protocols: make socket buffers ioctl handler changeable

2022-09-28 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=f66968564dd7e87a02f3a4d4bfa5e73c84e5e772 commit f66968564dd7e87a02f3a4d4bfa5e73c84e5e772 Author: Alexander V. Chernikov AuthorDate: 2022-09-27 13:39:34 + Commit: Alexander V. Chernikov Commit

git: a42206a7ca77 - main - Reduce the arm64 ID registers we print

2022-09-28 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a42206a7ca773fafad396cd89f77f3a369a75a17 commit a42206a7ca773fafad396cd89f77f3a369a75a17 Author: Andrew Turner AuthorDate: 2022-07-19 08:47:23 + Commit: Andrew Turner CommitDate: 2022-09-28 09:

git: 5294bfa75166 - main - sysctl_search_oid: remove all-NULL precondition

2022-09-28 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=5294bfa75166932497bab87a7e565d94a07341fb commit 5294bfa75166932497bab87a7e565d94a07341fb Author: Doug Moore AuthorDate: 2022-09-28 09:30:11 + Commit: Doug Moore CommitDate: 2022-09-28 09:30:11 +