git: 398c88c7582a - main - fusefs: implement VOP_ALLOCATE

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=398c88c7582a195cbfeb689ceff1400cc717673f commit 398c88c7582a195cbfeb689ceff1400cc717673f Author: Alan Somers AuthorDate: 2022-01-01 04:04:12 + Commit: Alan Somers CommitDate: 2022-01-01 04:05:

git: 76ef4f6348cc - main - amd64 get_mcontext(): third argument to get_fpcontext() is a pointer

2021-12-31 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=76ef4f6348ccad73317ce2d10ab7a78d8591ba1a commit 76ef4f6348ccad73317ce2d10ab7a78d8591ba1a Author: Konstantin Belousov AuthorDate: 2022-01-01 03:55:59 + Commit: Konstantin Belousov CommitDate: 2022-

git: 1613087a8127 - main - fusefs: fix .. lookups when the parent has been reclaimed.

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=1613087a8127122b03a3730046d051adf4edd14f commit 1613087a8127122b03a3730046d051adf4edd14f Author: Alan Somers AuthorDate: 2021-12-02 02:50:47 + Commit: Alan Somers CommitDate: 2022-01-01 03:38:

git: 8d99a6b91b78 - main - fusefs: move common code from forget.cc to utils.cc

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=8d99a6b91b788b7ddf88f975f288f7c6479f4be3 commit 8d99a6b91b788b7ddf88f975f288f7c6479f4be3 Author: Alan Somers AuthorDate: 2021-12-02 02:50:26 + Commit: Alan Somers CommitDate: 2022-01-01 03:38:

git: 19ab36104534 - main - fusefs: in the tests, always assume debug.try_reclaim_vnode is available

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=19ab361045343bb777176bb08468f7706d7649c4 commit 19ab361045343bb777176bb08468f7706d7649c4 Author: Alan Somers AuthorDate: 2021-12-02 02:38:04 + Commit: Alan Somers CommitDate: 2022-01-01 01:04:

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-31, at 18:18, Mark Millard wrote: > On 2021-Dec-31, at 17:46, Mark Millard wrote: > >> On 2021-Dec-31, at 15:04, John Baldwin wrote: >> >>> On 12/31/21 2:59 PM, Mark Millard wrote: On 2021-Dec-31, at 14:28, Mark Millard wrote: > On 2021-Dec-30, at 14:04, John Baldwin

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-31, at 17:46, Mark Millard wrote: > On 2021-Dec-31, at 15:04, John Baldwin wrote: > >> On 12/31/21 2:59 PM, Mark Millard wrote: >>> On 2021-Dec-31, at 14:28, Mark Millard wrote: On 2021-Dec-30, at 14:04, John Baldwin wrote: > On 12/30/21 1:09 PM, Mark Millard wrote:

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-31, at 15:04, John Baldwin wrote: > On 12/31/21 2:59 PM, Mark Millard wrote: >> On 2021-Dec-31, at 14:28, Mark Millard wrote: >>> On 2021-Dec-30, at 14:04, John Baldwin wrote: >>> On 12/30/21 1:09 PM, Mark Millard wrote: > On 2021-Dec-30, at 13:05, Mark Millard wrote:

git: 5169832c9645 - main - fusefs: copy_file_range must update file timestamps

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=5169832c96451e0c939338d8ef34cd0875a24b83 commit 5169832c96451e0c939338d8ef34cd0875a24b83 Author: Alan Somers AuthorDate: 2021-11-29 02:50:56 + Commit: Alan Somers CommitDate: 2022-01-01 00:43:

git: 13d593a5b060 - main - Fix a race in fusefs that can corrupt a file's size.

2021-12-31 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=13d593a5b060cf7be40acfa2ca9dc9e0e2339a31 commit 13d593a5b060cf7be40acfa2ca9dc9e0e2339a31 Author: Alan Somers AuthorDate: 2021-11-29 02:17:34 + Commit: Alan Somers CommitDate: 2022-01-01 00:38:

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread John Baldwin
On 12/31/21 2:59 PM, Mark Millard wrote: On 2021-Dec-31, at 14:28, Mark Millard wrote: On 2021-Dec-30, at 14:04, John Baldwin wrote: On 12/30/21 1:09 PM, Mark Millard wrote: On 2021-Dec-30, at 13:05, Mark Millard wrote: This asks a question in a different direction that my prior reports

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-31, at 14:28, Mark Millard wrote: > On 2021-Dec-30, at 14:04, John Baldwin wrote: > >> On 12/30/21 1:09 PM, Mark Millard wrote: >>> On 2021-Dec-30, at 13:05, Mark Millard wrote: This asks a question in a different direction that my prior reports about my builds vs. Cy's r

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib [add /usr/lib/libc++.so.1 -> ../../lib/libc++.so.1 ?]

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-30, at 14:04, John Baldwin wrote: > On 12/30/21 1:09 PM, Mark Millard wrote: >> On 2021-Dec-30, at 13:05, Mark Millard wrote: >>> This asks a question in a different direction that my prior >>> reports about my builds vs. Cy's reported build. >>> >>> Background: >>> >>> /usr/obj

Re: git: 5e6a2d6eb220 - main - Reapply: move libc++ from /usr/lib to /lib

2021-12-31 Thread Mark Millard via freebsd-current
On 2021-Dec-30, at 19:15, Mark Millard wrote: > >> On 2021-Dec-30, at 15:14, Cy Schubert wrote: >> >> In message <3140c5f6-495f-441c-aa6b-542f3bc53...@yahoo.com>, Mark Millard >> write >> s: >>> On 2021-Dec-30, at 11:52, Mark Millard wrote: >> . . . >> It was a NO_CLEAN build. A CLEAN build r

git: bf8984881129 - main - netfpga10: mips only, remove

2021-12-31 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bf898488112963bfbe955295ecca53529c0f49b6 commit bf898488112963bfbe955295ecca53529c0f49b6 Author: Warner Losh AuthorDate: 2021-12-31 22:06:56 + Commit: Warner Losh CommitDate: 2021-12-31 22:09:46 +

git: 0c8968c6b0fc - main - mips: remove forgotten options file too

2021-12-31 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0c8968c6b0fc4416cece5f20434d03d97c1c7957 commit 0c8968c6b0fc4416cece5f20434d03d97c1c7957 Author: Warner Losh AuthorDate: 2021-12-31 22:08:16 + Commit: Warner Losh CommitDate: 2021-12-31 22:09:46 +

git: c66fd95c8f87 - main - mips: Remove dtrace build support

2021-12-31 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c66fd95c8f87f14a32b0b6091e4f0fc7b3f6eca3 commit c66fd95c8f87f14a32b0b6091e4f0fc7b3f6eca3 Author: Warner Losh AuthorDate: 2021-12-31 22:04:30 + Commit: Warner Losh CommitDate: 2021-12-31 22:09:46 +

git: f9bf88760dbf - main - mips: Remove system module support

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

git: 6b95cf5bdedc - main - callout: Wait for the softclock thread to switch before rescheduling

2021-12-31 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6b95cf5bdedce7b4fa515af38c86b1d8a8dcbbe3 commit 6b95cf5bdedce7b4fa515af38c86b1d8a8dcbbe3 Author: Mark Johnston AuthorDate: 2021-12-31 22:01:39 + Commit: Mark Johnston CommitDate: 2021-12-31 22:0

git: 5a73a6c178f6 - main - Add lio back to NOTES

2021-12-31 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5a73a6c178f65b91fe60e52e476a88137e40f0e4 commit 5a73a6c178f65b91fe60e52e476a88137e40f0e4 Author: Warner Losh AuthorDate: 2021-12-31 21:56:16 + Commit: Warner Losh CommitDate: 2021-12-31 21:56:16 +

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Konstantin Belousov
On Fri, Dec 31, 2021 at 11:34:34AM -0700, Warner Losh wrote: > On Fri, Dec 31, 2021 at 11:29 AM Konstantin Belousov > wrote: > > > On Fri, Dec 31, 2021 at 01:08:25PM -0500, Ed Maste wrote: > > > Some time ago I started a best practises doc for potentially > > > disruptive src changes (and have re

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Warner Losh
On Fri, Dec 31, 2021 at 11:29 AM Konstantin Belousov wrote: > On Fri, Dec 31, 2021 at 01:08:25PM -0500, Ed Maste wrote: > > Some time ago I started a best practises doc for potentially > > disruptive src changes (and have received some feedback, including > > from folks on this thread). I'll past

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Konstantin Belousov
On Fri, Dec 31, 2021 at 01:08:25PM -0500, Ed Maste wrote: > Some time ago I started a best practises doc for potentially > disruptive src changes (and have received some feedback, including > from folks on this thread). I'll paste it here for further discussion. > --- > This is the suggested proces

git: daf481f3d508 - main - rescue: include ping iff at least one of INET & INET6 is enabled

2021-12-31 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=daf481f3d508e7497b456e8df7db17c90b623ee0 commit daf481f3d508e7497b456e8df7db17c90b623ee0 Author: Ed Maste AuthorDate: 2021-12-31 01:11:31 + Commit: Ed Maste CommitDate: 2021-12-31 18:16:30 +000

git: f04a09604938 - main - exec: Simplify sv_copyout_strings implementations a bit

2021-12-31 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f04a096049382637178b54ffb45089f5f9fb3db9 commit f04a096049382637178b54ffb45089f5f9fb3db9 Author: Mark Johnston AuthorDate: 2021-12-31 17:50:15 + Commit: Mark Johnston CommitDate: 2021-12-31 17:5

git: 881059955a5d - main - libc: Some enhancements to syslog(3)

2021-12-31 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=881059955a5d83fc173f40f266d93ddd91255291 commit 881059955a5d83fc173f40f266d93ddd91255291 Author: Dmitry Wagin AuthorDate: 2021-03-23 16:01:15 + Commit: Mark Johnston CommitDate: 2021-12-31 17:57

git: 963f5dc7a306 - main - ctfconvert: Handle arrays of empty structs

2021-12-31 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=963f5dc7a30624e95d72fb7f87b8892651164e46 commit 963f5dc7a30624e95d72fb7f87b8892651164e46 Author: Mark Johnston AuthorDate: 2021-12-31 17:55:01 + Commit: Mark Johnston CommitDate: 2021-12-31 17:5

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Ed Maste
Some time ago I started a best practises doc for potentially disruptive src changes (and have received some feedback, including from folks on this thread). I'll paste it here for further discussion. --- This is the suggested process for introducing tool chain and other changes in the src tree that

git: 757089f01e3f - main - CAM: List few missed opcodes.

2021-12-31 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=757089f01e3f5386d134443047fae363a8da9809 commit 757089f01e3f5386d134443047fae363a8da9809 Author: Alexander Motin AuthorDate: 2021-12-31 16:46:58 + Commit: Alexander Motin CommitDate: 2021-12-31 16

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Warner Losh
On Fri, Dec 31, 2021 at 9:31 AM Kyle Evans wrote: > On Fri, Dec 31, 2021 at 10:19 AM Konstantin Belousov > wrote: > > > > On Fri, Dec 31, 2021 at 09:37:16AM -0600, Kyle Evans wrote: > > > On Fri, Dec 31, 2021 at 4:22 AM Stefan Esser wrote: > > > > > > > > Am 31.12.21 um 09:01 schrieb Antoine Br

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Kyle Evans
On Fri, Dec 31, 2021 at 10:19 AM Konstantin Belousov wrote: > > On Fri, Dec 31, 2021 at 09:37:16AM -0600, Kyle Evans wrote: > > On Fri, Dec 31, 2021 at 4:22 AM Stefan Esser wrote: > > > > > > Am 31.12.21 um 09:01 schrieb Antoine Brodin: > > > > On Thu, Dec 30, 2021 at 11:54 AM Stefan Eßer wrote:

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Konstantin Belousov
On Fri, Dec 31, 2021 at 09:37:16AM -0600, Kyle Evans wrote: > On Fri, Dec 31, 2021 at 4:22 AM Stefan Esser wrote: > > > > Am 31.12.21 um 09:01 schrieb Antoine Brodin: > > > On Thu, Dec 30, 2021 at 11:54 AM Stefan Eßer wrote: > > >> > > >> The branch main has been updated by se: > > >> > > >> URL:

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Mark Millard via dev-commits-src-main
From: Kyle Evans wrote on Date: Fri, 31 Dec 2021 09:37:16 -0600 : > . . . > This is a mindset that we all take, but we really need to work towards > improving. Once we're watching fallout logs on the official builders, > we've already lost. This is the kind of thing that helps promote the > ide

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Kyle Evans
On Fri, Dec 31, 2021 at 4:22 AM Stefan Esser wrote: > > Am 31.12.21 um 09:01 schrieb Antoine Brodin: > > On Thu, Dec 30, 2021 at 11:54 AM Stefan Eßer wrote: > >> > >> The branch main has been updated by se: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=e2650af157bc7489deaf2c9054995

git: 5650d340ad66 - main - sys/cpuset.h: fix macro definition

2021-12-31 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=5650d340ad66a47fb8ea182c7057a2d07806ca7e commit 5650d340ad66a47fb8ea182c7057a2d07806ca7e Author: Stefan Eßer AuthorDate: 2021-12-31 13:09:44 + Commit: Stefan Eßer CommitDate: 2021-12-31 13:09:44 +0

git: 58101517cb3b - main - iwlwifi: import correct firmware versions for select Intel iwlwifi/mvm

2021-12-31 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=58101517cb3be0c47dba3696327e15f627765f02 commit 58101517cb3be0c47dba3696327e15f627765f02 Author: Bjoern A. Zeeb AuthorDate: 2021-12-31 11:51:18 + Commit: Bjoern A. Zeeb CommitDate: 2021-12-31 11:51

git: 500be2e80337 - main - LinuxKPI: 802.11 fix queue wait

2021-12-31 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=500be2e803377e6fe3aa1600e6d553264ae4 commit 500be2e803377e6fe3aa1600e6d553264ae4 Author: Bjoern A. Zeeb AuthorDate: 2021-12-31 11:47:14 + Commit: Bjoern A. Zeeb CommitDate: 2021-12-31 11:47

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Stefan Esser
Am 31.12.21 um 09:01 schrieb Antoine Brodin: > On Thu, Dec 30, 2021 at 11:54 AM Stefan Eßer wrote: >> >> The branch main has been updated by se: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=e2650af157bc7489deaf2c9054995f0f88a6e5da >> >> commit e2650af157bc7489deaf2c9054995f0f88a6e5da >>

git: cb65d4432aed - main - sys/cpuset.h: add 3 more macros provided by GLIBC

2021-12-31 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=cb65d4432aed11a0cd77d2bd235d6f760ae91c38 commit cb65d4432aed11a0cd77d2bd235d6f760ae91c38 Author: Stefan Eßer AuthorDate: 2021-12-31 10:08:34 + Commit: Stefan Eßer CommitDate: 2021-12-31 10:08:34 +0

git: b7810e05ff1d - main - x86-busdma - Add missing paren

2021-12-31 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=b7810e05ff1dc23c65ef74447556a764a6a60982 commit b7810e05ff1dc23c65ef74447556a764a6a60982 Author: Doug Moore AuthorDate: 2021-12-31 08:33:54 + Commit: Doug Moore CommitDate: 2021-12-31 08:33:54 +

git: b49612688608 - main - riscv-busdma: Balance parens. Reported by: jenkins Fixes: c606ab59e7f9 vm_extern: use standard address checkers everywhere

2021-12-31 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=b4961268860857e7343f6e7342d34f6a621546d5 commit b4961268860857e7343f6e7342d34f6a621546d5 Author: Doug Moore AuthorDate: 2021-12-31 07:59:53 + Commit: Doug Moore CommitDate: 2021-12-31 08:01:58 +

Re: git: e2650af157bc - main - Make CPU_SET macros compliant with other implementations

2021-12-31 Thread Antoine Brodin
On Thu, Dec 30, 2021 at 11:54 AM Stefan Eßer wrote: > > The branch main has been updated by se: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=e2650af157bc7489deaf2c9054995f0f88a6e5da > > commit e2650af157bc7489deaf2c9054995f0f88a6e5da > Author: Stefan Eßer > AuthorDate: 2021-12-30 11:20