Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2)

2022-10-07 Thread Konstantin Belousov
On Sat, Oct 08, 2022 at 08:52:26AM +0200, Hans Petter Selasky wrote: > On 10/8/22 02:48, Konstantin Belousov wrote: > > On Fri, Oct 07, 2022 at 11:39:04AM +, Benedict Reuschling wrote: > > > The branch main has been updated by bcr (doc committer): > > > > > > URL: > > > https://cgit.FreeBSD.o

Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2)

2022-10-07 Thread Hans Petter Selasky
On 10/8/22 02:48, Konstantin Belousov wrote: On Fri, Oct 07, 2022 at 11:39:04AM +, Benedict Reuschling wrote: The branch main has been updated by bcr (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1c2be25f6080ee63baeae55e45761e1310d1b756 commit 1c2be25f6080ee63baeae55e45761

git: 6700f34d126e - main - kboot: hostdisk add to lsdev output

2022-10-07 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6700f34d126eb4892e24f4c7758e9f570de2fb4e commit 6700f34d126eb4892e24f4c7758e9f570de2fb4e Author: Warner Losh AuthorDate: 2022-10-08 05:46:20 + Commit: Warner Losh CommitDate: 2022-10-08 05:46:20 +

git: beba54e4b834 - main - kboot: Move load address stuff to MD code

2022-10-07 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=beba54e4b8349c5482f92d1abf366cfdc12b2416 commit beba54e4b8349c5482f92d1abf366cfdc12b2416 Author: Warner Losh AuthorDate: 2022-10-08 05:40:56 + Commit: Warner Losh CommitDate: 2022-10-08 05:43:04 +

git: 891c69864ed9 - main - cam: Use FreeBSD standard copyright

2022-10-07 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=891c69864ed99b580616840d80d07ae3d254c0a0 commit 891c69864ed99b580616840d80d07ae3d254c0a0 Author: Warner Losh AuthorDate: 2022-10-08 05:37:46 + Commit: Warner Losh CommitDate: 2022-10-08 05:37:46 +

git: 2da6a6b31d9c - main - nvmecontrol: use uintmax_t for a size

2022-10-07 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=2da6a6b31d9ce242151bf025a38ddd5c6887f0a3 commit 2da6a6b31d9ce242151bf025a38ddd5c6887f0a3 Author: Warner Losh AuthorDate: 2022-10-08 03:41:02 + Commit: Warner Losh CommitDate: 2022-10-08 03:44:23 +

git: 39d6144dcd94 - main - ns8250_drain: Drain without DELAY first

2022-10-07 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=39d6144dcd94e9d07f07cb554aecb1f2d4089f6d commit 39d6144dcd94e9d07f07cb554aecb1f2d4089f6d Author: Colin Percival AuthorDate: 2022-08-12 23:45:17 + Commit: Colin Percival CommitDate: 2022-10-08

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Konstantin Belousov
On Fri, Oct 07, 2022 at 01:39:48PM -0700, Gleb Smirnoff wrote: > On Fri, Oct 07, 2022 at 04:21:01PM +0200, Hans Petter Selasky wrote: > H> >>> Why? Just because it's shorter? > H> >> > H> >> Yes, just because "int" is the redundant. > H> > > H> > Definitely that's true for computers. In case of hu

Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2)

2022-10-07 Thread Konstantin Belousov
On Fri, Oct 07, 2022 at 11:39:04AM +, Benedict Reuschling wrote: > The branch main has been updated by bcr (doc committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=1c2be25f6080ee63baeae55e45761e1310d1b756 > > commit 1c2be25f6080ee63baeae55e45761e1310d1b756 > Author: Benedict R

git: 9c1bec9c21a2 - main - nvmecontrol: improve namespace size unit of devlist command output

2022-10-07 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9c1bec9c21a2b14ac13b5f0ad6e447c082042e6a commit 9c1bec9c21a2b14ac13b5f0ad6e447c082042e6a Author: Wanpeng Qian AuthorDate: 2022-10-07 23:59:02 + Commit: Warner Losh CommitDate: 2022-10-07 23:59:20

git: 34aac98e3511 - main - EVENTHANDLER(9): drop the list of event handlers

2022-10-07 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=34aac98e3511d90df9209204df6772935a2b7617 commit 34aac98e3511d90df9209204df6772935a2b7617 Author: Mitchell Horne AuthorDate: 2022-10-07 22:25:12 + Commit: Mitchell Horne CommitDate: 2022-10-07 2

git: af390486010e - main - bus.h: rewrite comment describing intr_type

2022-10-07 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=af390486010e8fc78c4d715e751cd1175d0752c7 commit af390486010e8fc78c4d715e751cd1175d0752c7 Author: Mitchell Horne AuthorDate: 2022-10-07 22:21:49 + Commit: Mitchell Horne CommitDate: 2022-10-07 2

Re: git: ce9e720af2f8 - main - : Add a fallback for __LONG_WIDTH__ for older compilers.

2022-10-07 Thread Warner Losh
Hey John, On Fri, Oct 7, 2022 at 2:43 PM John Baldwin wrote: > On 10/7/22 1:32 PM, John Baldwin wrote: > > The branch main has been updated by jhb: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=ce9e720af2f8fa378e36134bab8a82ebf67c159d > > > > commit ce9e720af2f8fa378e36134bab8a82ebf67c1

Re: git: ce9e720af2f8 - main - : Add a fallback for __LONG_WIDTH__ for older compilers.

2022-10-07 Thread John Baldwin
On 10/7/22 1:32 PM, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ce9e720af2f8fa378e36134bab8a82ebf67c159d commit ce9e720af2f8fa378e36134bab8a82ebf67c159d Author: John Baldwin AuthorDate: 2022-10-07 19:44:31 + Commit: Joh

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Gleb Smirnoff
On Fri, Oct 07, 2022 at 04:21:01PM +0200, Hans Petter Selasky wrote: H> >>> Why? Just because it's shorter? H> >> H> >> Yes, just because "int" is the redundant. H> > H> > Definitely that's true for computers. In case of humans it's debatable. H> H> Would uint32_t be more clear? IMHO, it definit

git: ce9e720af2f8 - main - : Add a fallback for __LONG_WIDTH__ for older compilers.

2022-10-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ce9e720af2f8fa378e36134bab8a82ebf67c159d commit ce9e720af2f8fa378e36134bab8a82ebf67c159d Author: John Baldwin AuthorDate: 2022-10-07 19:44:31 + Commit: John Baldwin CommitDate: 2022-10-07 19:44:31

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread John Baldwin
On 10/7/22 7:43 AM, Piotr P. Stefaniak wrote: On 2022-10-07 16:21:01, Hans Petter Selasky wrote: Would uint32_t be more clear? I don't disagree with the style change to the point that I demand it be corrected, please keep it the way it is now to avoid more churn. Agreed. I just opposed th

git: 765c48cc8672 - main - sys/_pv_entry.h: Drop UCB copyright as this is all Peter's code.

2022-10-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=765c48cc8672a37ee7b81b5a8a4627c567637d25 commit 765c48cc8672a37ee7b81b5a8a4627c567637d25 Author: John Baldwin AuthorDate: 2022-10-07 19:18:28 + Commit: John Baldwin CommitDate: 2022-10-07 19:18:28

Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface.

2022-10-07 Thread Xin LI
On Fri, Oct 7, 2022 at 6:12 AM Alexey Dokuchaev wrote: > On Fri, Sep 30, 2022 at 10:30:52PM +, Xin LI wrote: > > commit af3c78886fd8d4ca5eebdbe581a459a6f6d29d6a > > > > Alter the prototype of qsort_r(3) to match POSIX, which adopted the > > glibc-based interface. > > > > Unfortunately,

git: 4d90a5afc51b - main - sys: Consolidate common implementation details of PV entries.

2022-10-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=4d90a5afc51b520c3c256ee7c03ed539e71e97e4 commit 4d90a5afc51b520c3c256ee7c03ed539e71e97e4 Author: John Baldwin AuthorDate: 2022-10-07 17:14:03 + Commit: John Baldwin CommitDate: 2022-10-07 17:14:03

Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors

2022-10-07 Thread Bryan Drewery
On 10/7/2022 3:13 AM, Kristof Provost wrote: On 3 Oct 2022, at 18:13, Bryan Drewery wrote: I think there's still a problem here. pfctl -a '*' -sr works pfctl -a 'name/*' -sr does not. So I’ve looked at this a bit more, and I am now going to back away from the whol

git: 61ab88d87330 - main - if_ovpn: remove an incorrect assertion

2022-10-07 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=61ab88d873301f8cec91729a312c322e11422f46 commit 61ab88d873301f8cec91729a312c322e11422f46 Author: Kristof Provost AuthorDate: 2022-10-07 17:10:01 + Commit: Kristof Provost CommitDate: 2022-10-07 17:

git: 307625842b02 - main - w: don't truncate if we're writing libxo json/xml

2022-10-07 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=307625842b02ee4c898751dbeaa16eb370bbb7f7 commit 307625842b02ee4c898751dbeaa16eb370bbb7f7 Author: Kristof Provost AuthorDate: 2022-10-07 16:14:02 + Commit: Kristof Provost CommitDate: 2022-10-07 16:

git: 947fcb84b77a - main - Update the organization graph for pkgmgr Event: Aberdeen 2022 Hackathon

2022-10-07 Thread Rene Ladan
The branch main has been updated by rene (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=947fcb84b77a3dac9625380078f6cdcbcccd8b7d commit 947fcb84b77a3dac9625380078f6cdcbcccd8b7d Author: Rene Ladan AuthorDate: 2022-10-07 15:26:42 + Commit: Rene Ladan CommitDate:

git: 50315501340c - main - Bump MAC_VERSION to 5

2022-10-07 Thread Allan Jude
The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/src/commit/?id=50315501340cc3ca1a565c4f9700bbadcdaa5c01 commit 50315501340cc3ca1a565c4f9700bbadcdaa5c01 Author: Allan Jude AuthorDate: 2022-10-07 14:37:35 + Commit: Allan Jude CommitDate: 2022-10-07 15:24:

git: 46fcf947c6c8 - main - fusefs: during F_GETLK, don't change l_pid if no lock is found

2022-10-07 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=46fcf947c6c8db1e1ceb3cbd75b69d1d1e494929 commit 46fcf947c6c8db1e1ceb3cbd75b69d1d1e494929 Author: Alan Somers AuthorDate: 2022-10-07 14:46:22 + Commit: Alan Somers CommitDate: 2022-10-07 15:09:

git: 6bf91573c153 - main - tcp: update repeat with latest IP ECN info

2022-10-07 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=6bf91573c153d48344d9eb66dd654e44ab2a1002 commit 6bf91573c153d48344d9eb66dd654e44ab2a1002 Author: Richard Scheffenegger AuthorDate: 2022-10-06 23:50:02 + Commit: Richard Scheffenegger CommitDat

git: 265d0f767ca8 - main - tcp: honor rfc1323 sysctl on passive sessions

2022-10-07 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=265d0f767ca851650ac40d8a483111d997497a9e commit 265d0f767ca851650ac40d8a483111d997497a9e Author: Richard Scheffenegger AuthorDate: 2022-10-06 23:43:14 + Commit: Richard Scheffenegger CommitDat

git: 9c6558383546 - main - siftr: apply filter early on

2022-10-07 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=9c6558383546fd3eb0fb934625c4c5ade901a6cd commit 9c6558383546fd3eb0fb934625c4c5ade901a6cd Author: Richard Scheffenegger AuthorDate: 2022-10-06 23:31:48 + Commit: Richard Scheffenegger CommitDat

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Warner Losh
On Fri, Oct 7, 2022 at 8:21 AM Hans Petter Selasky wrote: > On 10/7/22 15:21, Piotr P. Stefaniak wrote: > > On 2022-10-07 14:03:51, Hans Petter Selasky wrote: > >> On 10/7/22 13:48, Piotr P. Stefaniak wrote: > >>> On 2022-10-07 11:41:38, Hans Petter Selasky wrote: > >>> > usb(4): Substitu

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Piotr P. Stefaniak
On 2022-10-07 16:21:01, Hans Petter Selasky wrote: Would uint32_t be more clear? I don't disagree with the style change to the point that I demand it be corrected, please keep it the way it is now to avoid more churn. I just opposed the more general idea that this is an improvement. I say it

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 15:21, Piotr P. Stefaniak wrote: On 2022-10-07 14:03:51, Hans Petter Selasky wrote: On 10/7/22 13:48, Piotr P. Stefaniak wrote: On 2022-10-07 11:41:38, Hans Petter Selasky wrote:    usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Why? Just b

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Piotr P. Stefaniak
On 2022-10-07 14:03:51, Hans Petter Selasky wrote: On 10/7/22 13:48, Piotr P. Stefaniak wrote: On 2022-10-07 11:41:38, Hans Petter Selasky wrote:    usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Why? Just because it's shorter? Yes, just because "int

Re: git: af3c78886fd8 - main - Alter the prototype of qsort_r(3) to match POSIX, which adopted the glibc-based interface.

2022-10-07 Thread Alexey Dokuchaev
On Fri, Sep 30, 2022 at 10:30:52PM +, Xin LI wrote: > commit af3c78886fd8d4ca5eebdbe581a459a6f6d29d6a > > Alter the prototype of qsort_r(3) to match POSIX, which adopted the > glibc-based interface. > > Unfortunately, the glibc maintainers, despite knowing the existence > of the FreeB

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 13:48, Piotr P. Stefaniak wrote: On 2022-10-07 11:41:38, Hans Petter Selasky wrote:    usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Why? Just because it's shorter? Yes, just because "int" is the redundant. No functional change. --HPS

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Piotr P. Stefaniak
On 2022-10-07 11:41:38, Hans Petter Selasky wrote: usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Why? Just because it's shorter?

git: de1ea2d5171e - main - if_vxlan(4): Correct the statistic for output bytes

2022-10-07 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=de1ea2d5171ec53acd69f93821b9507267ee44b7 commit de1ea2d5171ec53acd69f93821b9507267ee44b7 Author: Zhenlei Huang AuthorDate: 2022-10-07 11:37:12 + Commit: Kristof Provost CommitDate: 2022-10-07 11:45

git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=62d42655bca1e496160718c1443e67e626e24365 commit 62d42655bca1e496160718c1443e67e626e24365 Author: Hans Petter Selasky AuthorDate: 2022-10-07 11:31:51 + Commit: Hans Petter Selasky CommitDate:

git: 8758aabb169d - main - usb(4): Make the enumeration thread nice time a variable.

2022-10-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8758aabb169d98f08c20f2a1fce5184434b1ddf6 commit 8758aabb169d98f08c20f2a1fce5184434b1ddf6 Author: Hans Petter Selasky AuthorDate: 2022-10-07 11:28:38 + Commit: Hans Petter Selasky CommitDate:

git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2)

2022-10-07 Thread Benedict Reuschling
The branch main has been updated by bcr (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1c2be25f6080ee63baeae55e45761e1310d1b756 commit 1c2be25f6080ee63baeae55e45761e1310d1b756 Author: Benedict Reuschling AuthorDate: 2022-10-07 11:32:37 + Commit: Benedict Reuschling C

Re: git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 02:27, Kubilay Kocak wrote: On 5/10/2022 9:13 pm, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=55a3bd000d9799f431c207e359466484ac63c137 commit 55a3bd000d9799f431c207e359466484ac63c137 Author: Hans Petter

Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors

2022-10-07 Thread Kristof Provost
On 3 Oct 2022, at 18:13, Bryan Drewery wrote: I think there's still a problem here. pfctl -a '*' -sr works pfctl -a 'name/*' -sr does not. So I’ve looked at this a bit more, and I am now going to back away from the whole anchor thing, and try to pretend I didn’t see any of the tentacled horro