git: 6b635c74fd41 - main - aesni: Push FPU sections down further

2023-08-28 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6b635c74fd4135eaae68970bfc5aad9ae905fec7 commit 6b635c74fd4135eaae68970bfc5aad9ae905fec7 Author: Mark Johnston AuthorDate: 2023-08-29 01:26:53 + Commit: Mark Johnston CommitDate: 2023-08-29 01:2

git: aca3bd160257 - main - libc: Fix fixed-width case in the new integer parser.

2023-08-28 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=aca3bd1602577591e5cd237c4bb0bb71b3be0c75 commit aca3bd1602577591e5cd237c4bb0bb71b3be0c75 Author: Dag-Erling Smørgrav AuthorDate: 2023-08-28 23:38:09 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: 570688f0a5c2 - main - spibus: Make ofw_spibus probe just a little more favored

2023-08-28 Thread Justin Hibbits
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=570688f0a5c2db8e006a9f1f805103d7c407281f commit 570688f0a5c2db8e006a9f1f805103d7c407281f Author: Justin Hibbits AuthorDate: 2023-08-28 23:27:11 + Commit: Justin Hibbits CommitDate: 2023-08-28

git: 79aeecc89f5c - main - blake2: Remove dieing flag and rw lock

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=79aeecc89f5c740f2a3b0c30238233d2a6bb7ec7 commit 79aeecc89f5c740f2a3b0c30238233d2a6bb7ec7 Author: John Baldwin AuthorDate: 2023-08-28 23:24:42 + Commit: John Baldwin CommitDate: 2023-08-28 23:24:42

git: 3e912bdc31a9 - main - blake2: Switch to using FPU_KERN_NOCTX

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3e912bdc31a9e5372d3cedf35c6f566871b8ede7 commit 3e912bdc31a9e5372d3cedf35c6f566871b8ede7 Author: John Baldwin AuthorDate: 2023-08-28 23:24:32 + Commit: John Baldwin CommitDate: 2023-08-28 23:24:32

git: fdd51760c278 - main - armv8_crypto: Remove dieing flag and rw lock

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=fdd51760c278302773edbd2466d35b35b865f5d9 commit fdd51760c278302773edbd2466d35b35b865f5d9 Author: John Baldwin AuthorDate: 2023-08-28 23:23:43 + Commit: John Baldwin CommitDate: 2023-08-28 23:23:43

git: 6485286f536f - main - armv8_crypto: Switch to using FPU_KERN_NOCTX

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6485286f536f1afb36d6d39e75fceabd114b082b commit 6485286f536f1afb36d6d39e75fceabd114b082b Author: John Baldwin AuthorDate: 2023-08-28 23:22:33 + Commit: John Baldwin CommitDate: 2023-08-28 23:22:33

git: 937b4473be21 - main - aesni: Switch to using FPU_KERN_NOCTX.

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=937b4473be2129a700689fe4c8ea0311ccfb17b8 commit 937b4473be2129a700689fe4c8ea0311ccfb17b8 Author: John Baldwin AuthorDate: 2023-08-28 23:22:15 + Commit: John Baldwin CommitDate: 2023-08-28 23:22:15

git: d1e4c63d9e93 - main - efirt_machdep.c: Trim some unused includes

2023-08-28 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144 commit d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144 Author: John Baldwin AuthorDate: 2023-08-28 23:22:03 + Commit: John Baldwin CommitDate: 2023-08-28 23:22:03

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Warner Losh
On Mon, Aug 28, 2023, 4:37 PM Mark Millard wrote: > Warner Losh wrote on > Date: Mon, 28 Aug 2023 21:49:16 UTC : > > > On Mon, Aug 28, 2023 at 3:27 PM Kyle Evans wrote: > > > > > . . . > > > > > > > . . . > > > > And I totally acknowledge there were some issues with the import. I > > accept res

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Mark Millard
Warner Losh wrote on Date: Mon, 28 Aug 2023 21:49:16 UTC : > On Mon, Aug 28, 2023 at 3:27 PM Kyle Evans wrote: > > > . . . > > > > . . . > > And I totally acknowledge there were some issues with the import. I > accept responsibility for not catching them. thankfully, Jake is working > to addr

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Warner Losh
On Mon, Aug 28, 2023 at 3:48 PM Piotr P. Stefaniak wrote: > On 2023-08-28 12:17:06, Alexey Dokuchaev wrote: > >Could you quickly summarize why we need these linuxish bits in FreeBSD? > >We've lived for years without it. Had expected to find the rationale > >in DR but alas. :( Thanks, > > I'm mo

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Warner Losh
On Mon, Aug 28, 2023 at 3:27 PM Kyle Evans wrote: > On 8/28/23 16:12, Jake Freeland wrote: > > On Mon, Aug 28, 2023 at 11:19 AM Warner Losh > > wrote: > > > > Added cc for Jake > > > > On Mon, Aug 28, 2023 at 6:17 AM Alexey Dokuchaev >

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Piotr P. Stefaniak
On 2023-08-28 12:17:06, Alexey Dokuchaev wrote: Could you quickly summarize why we need these linuxish bits in FreeBSD? We've lived for years without it. Had expected to find the rationale in DR but alas. :( Thanks, I'm more concerned about the IRIX and SysV bits :(( Piotr

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Kyle Evans
On 8/28/23 16:12, Jake Freeland wrote: On Mon, Aug 28, 2023 at 11:19 AM Warner Losh > wrote: Added cc for Jake On Mon, Aug 28, 2023 at 6:17 AM Alexey Dokuchaev mailto:da...@freebsd.org>> wrote: On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote:

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Jake Freeland
On Mon, Aug 28, 2023 at 4:12 PM Jake Freeland wrote: > On Mon, Aug 28, 2023 at 11:19 AM Warner Losh wrote: > >> Added cc for Jake >> >> On Mon, Aug 28, 2023 at 6:17 AM Alexey Dokuchaev >> wrote: >> >>> On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote: >>> > commit af93fea710385b2b11f

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Jake Freeland
On Mon, Aug 28, 2023 at 11:19 AM Warner Losh wrote: > Added cc for Jake > > On Mon, Aug 28, 2023 at 6:17 AM Alexey Dokuchaev > wrote: > >> On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote: >> > commit af93fea710385b2b11f0cabd377e7ed6f3d97c34 >> > >> > timerfd: Move implementation fr

git: bba950fcaffc - main - librt: Hoist SHLIBDIR?= so it actually works

2023-08-28 Thread Jessica Clarke
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=bba950fcaffc648d931da9dc07aeb85a1bf86cfc commit bba950fcaffc648d931da9dc07aeb85a1bf86cfc Author: Jessica Clarke AuthorDate: 2023-08-28 19:27:50 + Commit: Jessica Clarke CommitDate: 2023-08-28 1

Re: git: 315ee00fa961 - main - zfs: merge openzfs/zfs@804414aad

2023-08-28 Thread FreeBSD User
Am Mon, 28 Aug 2023 15:36:57 +0200 FreeBSD User schrieb: > Am Sun, 27 Aug 2023 20:23:14 -0700 > Cy Schubert schrieb: > > > In message <5520d4cf-076c-9a06-7000-9ef608d21...@gmail.com>, Alexander > > Motin wr > > ites: > > > Hi, > > > > > > I've just updated my test system and it happily impor

Re: git: 2964804ef95c - main - librt: unbreak LIB32 build

2023-08-28 Thread Charlie Li
Dag-Erling Smørgrav wrote: Fixes: f006023b2281 Reviewed by:imp Differential Revision: https://reviews.freebsd.org/D41616 --- lib/librt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 8b880c4

git: dab7fc49e7a6 - main - jail: make jail(8) man page more readable and more correct

2023-08-28 Thread Jamie Gritton
The branch main has been updated by jamie: URL: https://cgit.FreeBSD.org/src/commit/?id=dab7fc49e7a65379a0050e8cab0b50afacdc0fc5 commit dab7fc49e7a65379a0050e8cab0b50afacdc0fc5 Author: Jamie Gritton AuthorDate: 2023-08-28 18:22:36 + Commit: Jamie Gritton CommitDate: 2023-08-28 18:2

git: e0752f431b01 - main - Revert "libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test"

2023-08-28 Thread Li-Wen Hsu
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=e0752f431b01f44c50df01f54f1c2c278304a899 commit e0752f431b01f44c50df01f54f1c2c278304a899 Author: Li-Wen Hsu AuthorDate: 2023-08-28 17:18:42 + Commit: Li-Wen Hsu CommitDate: 2023-08-28 17:18:42 +

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Warner Losh
Added cc for Jake On Mon, Aug 28, 2023 at 6:17 AM Alexey Dokuchaev wrote: > On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote: > > commit af93fea710385b2b11f0cabd377e7ed6f3d97c34 > > > > timerfd: Move implementation from linux compat to sys/kern > > > > Move the timerfd impelemntat

git: 76edfabbecde - main - libc: Document support for binary integers.

2023-08-28 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=76edfabbecdec686a570b8e009d5ea4112f943e0 commit 76edfabbecdec686a570b8e009d5ea4112f943e0 Author: Dag-Erling Smørgrav AuthorDate: 2023-08-28 15:34:17 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: b9385720f34b - main - libc: Add unit tests for N2630 and possible collateral damage.

2023-08-28 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b9385720f34b536ef2568a642e8b1fad0450056f commit b9385720f34b536ef2568a642e8b1fad0450056f Author: Dag-Erling Smørgrav AuthorDate: 2023-08-28 15:34:05 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: d9dc1603d6e4 - main - libc: Implement N2630.

2023-08-28 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d9dc1603d6e48cca84cad3ebe859129131b8387c commit d9dc1603d6e48cca84cad3ebe859129131b8387c Author: Dag-Erling Smørgrav AuthorDate: 2023-08-28 15:32:23 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: 2964804ef95c - main - librt: unbreak LIB32 build

2023-08-28 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=2964804ef95cb4fbf315dd1999a844af7786e3aa commit 2964804ef95cb4fbf315dd1999a844af7786e3aa Author: Dag-Erling Smørgrav AuthorDate: 2023-08-28 15:11:32 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: 2b7b09ac9675 - main - geli tests: Add a regression test for geli setkey -J

2023-08-28 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2b7b09ac9675023869fddbae4911c9b674b1155a commit 2b7b09ac9675023869fddbae4911c9b674b1155a Author: Mark Johnston AuthorDate: 2023-08-28 14:58:43 + Commit: Mark Johnston CommitDate: 2023-08-28 15:0

git: 88d13bf33754 - main - geli: Fix geli setkey -J for detached providers

2023-08-28 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=88d13bf33754bd4b0c5df92eef83d6fadb9b4944 commit 88d13bf33754bd4b0c5df92eef83d6fadb9b4944 Author: Arjan de Vet AuthorDate: 2023-08-28 14:54:18 + Commit: Mark Johnston CommitDate: 2023-08-28 15:03

Re: git: f006023b2281 - main - librt: Chase 315ee00fa961, fixing boot

2023-08-28 Thread Dag-Erling Smørgrav
Cy Schubert writes: > --- a/lib/librt/Makefile > +++ b/lib/librt/Makefile > @@ -3,6 +3,7 @@ > > PACKAGE=clibs > LIB=rt > +SHLIBDIR=/lib > SHLIB_MAJOR= 1 > CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} > .ifndef NO_THREAD_STACK_UNWIND Have we learned nothing from the libdtrace debacle?

Re: git: 315ee00fa961 - main - zfs: merge openzfs/zfs@804414aad

2023-08-28 Thread FreeBSD User
Am Sun, 27 Aug 2023 20:23:14 -0700 Cy Schubert schrieb: > In message <5520d4cf-076c-9a06-7000-9ef608d21...@gmail.com>, Alexander > Motin wr > ites: > > Hi, > > > > I've just updated my test system and it happily imported everything. > > Could you give more details? Does "all pools do not impor

git: f006023b2281 - main - librt: Chase 315ee00fa961, fixing boot

2023-08-28 Thread Cy Schubert
/ObsoleteFiles.inc b/ObsoleteFiles.inc index c2780a84eb6d..b901dd2874c1 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20230828 +MOVED_LIBS+=usr/lib/librt.so.1 + # 20230826: OLD_FILES+=usr/share/man/man9/knlist_remove_inevent.9.gz

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Alexey Dokuchaev
On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote: > commit af93fea710385b2b11f0cabd377e7ed6f3d97c34 > > timerfd: Move implementation from linux compat to sys/kern > > Move the timerfd impelemntation from linux compat code to sys/kern. Could you quickly summarize why we need these

git: d4b3aefdf94f - main - netcat: add --crlf to convert LF into CRLF

2023-08-28 Thread Pietro Cerutti
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/src/commit/?id=d4b3aefdf94fe401f6bfc93a33b69e21dd7a634a commit d4b3aefdf94fe401f6bfc93a33b69e21dd7a634a Author: Pietro Cerutti AuthorDate: 2023-08-17 11:42:23 + Commit: Pietro Cerutti CommitDate: 2023-08-28 10:

Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern

2023-08-28 Thread Dmitry Chagin
On Thu, Aug 24, 2023 at 08:29:48PM +, Warner Losh wrote: > The branch main has been updated by imp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=af93fea710385b2b11f0cabd377e7ed6f3d97c34 > > commit af93fea710385b2b11f0cabd377e7ed6f3d97c34 > Author: Jake Freeland > AuthorDate: 2023-

git: e4e11c1d07f5 - main - mana: batch ringing RX queue doorbell on receiving packets

2023-08-28 Thread Wei Hu
The branch main has been updated by whu: URL: https://cgit.FreeBSD.org/src/commit/?id=e4e11c1d07f5d58ff8cf4e07ac8f61eecbbb5417 commit e4e11c1d07f5d58ff8cf4e07ac8f61eecbbb5417 Author: Wei Hu AuthorDate: 2023-08-28 09:15:16 + Commit: Wei Hu CommitDate: 2023-08-28 09:15:16 +