Re: git: e64780fbc394 - main - xinstall: do not use copy_file_range(2) when BOOTSTRAPPING

2023-07-08 Thread Alexander Richardson
Thanks for the quick fix. I'm not sure if it matters for performance but it is a bit too restrictive: modern Linux also has the function so it works just fine there (GitHub CI was happy with this commit on Linux just not MacOS). And as Jess pointed out we should probably use it on FreeBSD as well.

Re: git: e64780fbc394 - main - xinstall: do not use copy_file_range(2) when BOOTSTRAPPING

2023-07-08 Thread Jessica Clarke
On 9 Jul 2023, at 00:48, Martin Matuska wrote: > > The branch main has been updated by mm: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=e64780fbc394b10581e50a850cc06c1c12a8e4f9 > > commit e64780fbc394b10581e50a850cc06c1c12a8e4f9 > Author: Martin Matuska > AuthorDate: 2023-07-08 23:2

git: e64780fbc394 - main - xinstall: do not use copy_file_range(2) when BOOTSTRAPPING

2023-07-08 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=e64780fbc394b10581e50a850cc06c1c12a8e4f9 commit e64780fbc394b10581e50a850cc06c1c12a8e4f9 Author: Martin Matuska AuthorDate: 2023-07-08 23:24:38 + Commit: Martin Matuska CommitDate: 2023-07-08 23:25

git: 055f920ebe21 - main - cat: fallback on EBADF with copy_file_range(2)

2023-07-08 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=055f920ebe21b8e05235363bc11a83cc649cdc6a commit 055f920ebe21b8e05235363bc11a83cc649cdc6a Author: Martin Matuska AuthorDate: 2023-07-08 23:04:25 + Commit: Martin Matuska CommitDate: 2023-07-08 23:08

Re: git: 8113cc827611 - main - cat: use copy_file_range(2) with fallback to previous behavior

2023-07-08 Thread Antoine Brodin
On Sat, Jul 8, 2023 at 7:52 PM Martin Matuska wrote: > > The branch main has been updated by mm: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=8113cc827611a88540736c92ced7d3a7020a1723 > > commit 8113cc827611a88540736c92ced7d3a7020a1723 > Author: Martin Matuska > AuthorDate: 2023-07-08 1

git: 2596008a0bde - main - amd64 pcpu.h: Add missing 'do' from do-while loop around __PCPU_SET.

2023-07-08 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2596008a0bded7efe578d7de30e42b78d6ab8d0f commit 2596008a0bded7efe578d7de30e42b78d6ab8d0f Author: John Baldwin AuthorDate: 2023-07-08 19:59:26 + Commit: John Baldwin CommitDate: 2023-07-08 19:59:26

git: 5a50d52f112a - main - xinstall: use copy_file_range(2) with fallback to previous behavior

2023-07-08 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=5a50d52f112a86ebd0696da6564c7c7befa27f5d commit 5a50d52f112a86ebd0696da6564c7c7befa27f5d Author: Martin Matuska AuthorDate: 2023-07-08 19:46:46 + Commit: Martin Matuska CommitDate: 2023-07-08 19:51

git: 8113cc827611 - main - cat: use copy_file_range(2) with fallback to previous behavior

2023-07-08 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=8113cc827611a88540736c92ced7d3a7020a1723 commit 8113cc827611a88540736c92ced7d3a7020a1723 Author: Martin Matuska AuthorDate: 2023-07-08 18:31:38 + Commit: Martin Matuska CommitDate: 2023-07-08 19:51

git: 70c00442d2bc - main - vfs: clean up unused NDF_NO* macros

2023-07-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=70c00442d2bcf76fe123d84d39ea81346dfa2290 commit 70c00442d2bcf76fe123d84d39ea81346dfa2290 Author: Mateusz Guzik AuthorDate: 2023-07-08 19:45:46 + Commit: Mateusz Guzik CommitDate: 2023-07-08 19:45:

Re: git: 5684c8783b64 - main - qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP builds

2023-07-08 Thread John Baldwin
On 7/7/23 4:54 PM, Jessica Clarke wrote: The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=5684c8783b64e33f0dab058126b36776adcc8e82 commit 5684c8783b64e33f0dab058126b36776adcc8e82 Author: Jessica Clarke AuthorDate: 2023-07-07 23:54:07 + Commit:

git: 7a70f17ac4bd - main - killpg(): more carefully avoid LoR

2023-07-08 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7a70f17ac4bd64dc1a5020f963ba4380cf37b7e5 commit 7a70f17ac4bd64dc1a5020f963ba4380cf37b7e5 Author: Konstantin Belousov AuthorDate: 2023-07-07 17:19:33 + Commit: Konstantin Belousov CommitDate: 2023-

git: ed84cb591df7 - main - sys_setpgid(): style, remove extra ()s

2023-07-08 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ed84cb591df70b860f988c455d70731e6df15186 commit ed84cb591df70b860f988c455d70731e6df15186 Author: Konstantin Belousov AuthorDate: 2023-07-07 16:59:41 + Commit: Konstantin Belousov CommitDate: 2023-

git: 5fee12e18967 - main - Correct grammo. This one has spread. Should be the last.

2023-07-08 Thread Jens Schweikhardt
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=5fee12e18967d8896a68bf9c5f6d92e7d5ae6bf9 commit 5fee12e18967d8896a68bf9c5f6d92e7d5ae6bf9 Author: Jens Schweikhardt AuthorDate: 2023-07-08 12:35:41 + Commit: Jens Schweikhardt CommitDate: 2023

git: 7a949a0f1cda - main - Correct grammo.

2023-07-08 Thread Jens Schweikhardt
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=7a949a0f1cda4b300eb998c86ed5c95a84abf418 commit 7a949a0f1cda4b300eb998c86ed5c95a84abf418 Author: Jens Schweikhardt AuthorDate: 2023-07-08 12:25:44 + Commit: Jens Schweikhardt CommitDate: 2023

git: 2c2a04984c95 - main - Correct a grammo.

2023-07-08 Thread Jens Schweikhardt
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=2c2a04984c95d78d9bb9498963fb71dc43cd5764 commit 2c2a04984c95d78d9bb9498963fb71dc43cd5764 Author: Jens Schweikhardt AuthorDate: 2023-07-08 09:55:54 + Commit: Jens Schweikhardt CommitDate: 2023

Re: git: c81495a621c4 - main - fwget: Fix quoting

2023-07-08 Thread Emmanuel Vadot
Hi Mateusz, On Fri, 7 Jul 2023 18:48:23 +0200 Mateusz Piotrowski <0...@freebsd.org> wrote: > Hey Manu, > > > > On 7. Jul 2023, at 09:19, Emmanuel Vadot wrote: > > > > The branch main has been updated by manu: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=c81495a621c461b3d3395a