Re: git: 888796ade284 - main - libm: fma: correct zero sign with small inputs

2024-06-10 Thread Steve Kargl
On 6/10/24 19:57, Steve Kargl wrote % gcc13 -fno-builtin -o z a.c -I/usr/local/include -L/usr/local/lib -lmpfr -lgmp -lm % ./z  0.e+00  0.00e+00 -0.e+00 -0.00e+00  0.e+00  0.00e+00  0.e+00  0.00e+00 I was in the

Re: git: 6e824f371301 - main - time: siginfo_recvd needs to be marked volatile

2024-06-10 Thread Kyle Evans
On 5/31/24 14:52, Konstantin Belousov wrote: On Wed, May 22, 2024 at 05:37:56AM +, Kyle Evans wrote: The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6e824f3713011f7955a4f88fb16445e8e2cbe72c commit 6e824f3713011f7955a4f88fb16445e8e2cbe72c Author:

Re: git: 888796ade284 - main - libm: fma: correct zero sign with small inputs

2024-06-10 Thread Steve Kargl
On 6/10/24 16:31, Ryan Libby wrote: On Sat, Jun 8, 2024 at 8:56 AM Ed Maste wrote: The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=888796ade2842486d3167067e8034254c38aadd3 commit 888796ade2842486d3167067e8034254c38aadd3 Author: Ed Maste Author

git: e754909cb0ae - main - virstor: remove relation between chunk size and MAXPHYS

2024-06-10 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=e754909cb0aeaf759cddf79c14a04a42f8d894bc commit e754909cb0aeaf759cddf79c14a04a42f8d894bc Author: Ryan Libby AuthorDate: 2024-06-11 00:38:17 + Commit: Ryan Libby CommitDate: 2024-06-11 00:38:17

git: a2fda816eb05 - main - virstor: write large maps in chunks during label

2024-06-10 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=a2fda816eb054d5873be223ef2461741dfcc253c commit a2fda816eb054d5873be223ef2461741dfcc253c Author: Ryan Libby AuthorDate: 2024-06-11 00:36:20 + Commit: Ryan Libby CommitDate: 2024-06-11 00:36:20

Re: git: 888796ade284 - main - libm: fma: correct zero sign with small inputs

2024-06-10 Thread Ryan Libby
On Sat, Jun 8, 2024 at 8:56 AM Ed Maste wrote: > > The branch main has been updated by emaste: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=888796ade2842486d3167067e8034254c38aadd3 > > commit 888796ade2842486d3167067e8034254c38aadd3 > Author: Ed Maste > AuthorDate: 2024-03-19 14:31:39

Re: git: 91d35fb663e0 - main - Remove WITHOUT_CAPSICUM build support

2024-06-10 Thread Mariusz Zaborski
Hello Alan, Kernel still can be built without Capsicum support. So caph_* functions still are useful. Thanks, Mariusz On Mon, 10 Jun 2024 at 19:46, Alan Somers wrote: > On Tue, Apr 23, 2024 at 6:27 AM Ed Maste wrote: > > > > The branch main has been updated by emaste: > > > > URL: > https://c

git: 0f409d2673f2 - main - BSD.tests.dist: add entry for virstor test

2024-06-10 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=0f409d2673f2b2f0958d66744f0a1dc877ce4ff0 commit 0f409d2673f2b2f0958d66744f0a1dc877ce4ff0 Author: Ryan Libby AuthorDate: 2024-06-10 18:56:18 + Commit: Ryan Libby CommitDate: 2024-06-10 18:56:18

Re: git: 91d35fb663e0 - main - Remove WITHOUT_CAPSICUM build support

2024-06-10 Thread Alan Somers
On Tue, Apr 23, 2024 at 6:27 AM Ed Maste wrote: > > The branch main has been updated by emaste: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=91d35fb663e0276abc4963ae559e4759ea929842 > > commit 91d35fb663e0276abc4963ae559e4759ea929842 > Author: Ed Maste > AuthorDate: 2024-04-23 11:20:59

git: 7affbeeab1c9 - main - virstor: basic functional test

2024-06-10 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=7affbeeab1c99685012df0d72df2d7a87e09e472 commit 7affbeeab1c99685012df0d72df2d7a87e09e472 Author: Ryan Libby AuthorDate: 2024-06-10 17:32:22 + Commit: Ryan Libby CommitDate: 2024-06-10 17:32:22

git: 81ef0a89fcc0 - main - Fix mtree entry for ctladm tests

2024-06-10 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=81ef0a89fcc055bdf3d0f1affbadb643412ebce9 commit 81ef0a89fcc055bdf3d0f1affbadb643412ebce9 Author: Alan Somers AuthorDate: 2024-06-10 17:29:48 + Commit: Alan Somers CommitDate: 2024-06-10 17:29:

git: edbd489d09ba - main - ctladm: don't require the use of "-p" with "port -r"

2024-06-10 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=edbd489d09babebdc6c03924a912013be584c409 commit edbd489d09babebdc6c03924a912013be584c409 Author: Alan Somers AuthorDate: 2024-06-06 19:14:43 + Commit: Alan Somers CommitDate: 2024-06-10 16:01:

git: 591de7534fb3 - main - ctladm: print port number with a succesful "port -c" command

2024-06-10 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=591de7534fb3acb2e6eef94a1e5e92000d2cf83d commit 591de7534fb3acb2e6eef94a1e5e92000d2cf83d Author: Alan Somers AuthorDate: 2024-06-05 23:54:46 + Commit: Alan Somers CommitDate: 2024-06-10 16:01:

git: afecc74cd715 - main - ctladm: better documentation for adding and removing cfiscsi ports

2024-06-10 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=afecc74cd7158da8e89c26c5267bc715c2417fe7 commit afecc74cd7158da8e89c26c5267bc715c2417fe7 Author: Alan Somers AuthorDate: 2024-06-06 17:19:19 + Commit: Alan Somers CommitDate: 2024-06-10 16:01:

git: 9747d11d9164 - main - Add some ATF tests for ctladm

2024-06-10 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=9747d11d91642cb9b81602d88e8aebeb388543c7 commit 9747d11d91642cb9b81602d88e8aebeb388543c7 Author: Alan Somers AuthorDate: 2024-06-05 20:16:25 + Commit: Alan Somers CommitDate: 2024-06-10 16:01:

git: 0e34d0993096 - main - Add WITHOUT_LLVM_BINUTILS src.conf description

2024-06-10 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0e34d099309687f19420c615c5c56c032f30119d commit 0e34d099309687f19420c615c5c56c032f30119d Author: Ed Maste AuthorDate: 2024-06-10 15:45:41 + Commit: Ed Maste CommitDate: 2024-06-10 15:50:32 +000

git: 6abad5b6062d - main - Remove the arm FIQ support

2024-06-10 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=6abad5b6062d9e8f7e6dd08eaa4033a5358b952e commit 6abad5b6062d9e8f7e6dd08eaa4033a5358b952e Author: Andrew Turner AuthorDate: 2024-06-10 14:58:47 + Commit: Andrew Turner CommitDate: 2024-06-10 15:

git: 86bafddd61ab - main - arm64: Fix indentation to be consistent

2024-06-10 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=86bafddd61aba115bc46bcf1d7e0afb125850b5f commit 86bafddd61aba115bc46bcf1d7e0afb125850b5f Author: Andrew Turner AuthorDate: 2024-06-10 14:58:22 + Commit: Andrew Turner CommitDate: 2024-06-10 15:

git: 63f7a383434a - main - vmm: Only link the arm64 hyp code in vmm.ko once

2024-06-10 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=63f7a383434ae81cdccc6250045f637f8ae9615a commit 63f7a383434ae81cdccc6250045f637f8ae9615a Author: Andrew Turner AuthorDate: 2024-06-10 14:58:15 + Commit: Andrew Turner CommitDate: 2024-06-10 15:

git: 87e5b17c149e - main - prepare-commit-msg: add 50 column marker

2024-06-10 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=87e5b17c149ef7e68c23c7dfd18734b3e0abe48d commit 87e5b17c149ef7e68c23c7dfd18734b3e0abe48d Author: Ed Maste AuthorDate: 2024-06-09 17:24:13 + Commit: Ed Maste CommitDate: 2024-06-10 14:48:32 +000

git: a87651e2ff18 - main - ktrace(1): add xref to namei(9)

2024-06-10 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=a87651e2ff189cec4c26cb220354f1bc93794f31 commit a87651e2ff189cec4c26cb220354f1bc93794f31 Author: Ed Maste AuthorDate: 2024-06-10 12:51:01 + Commit: Ed Maste CommitDate: 2024-06-10 14:41:45 +000

git: fd911ae60924 - main - Hyper-V: remove unused alloc_pcpu_ptr()

2024-06-10 Thread Wei Hu
The branch main has been updated by whu: URL: https://cgit.FreeBSD.org/src/commit/?id=fd911ae609247ef5c91493fb5506e77aa6e497bc commit fd911ae609247ef5c91493fb5506e77aa6e497bc Author: Wei Hu AuthorDate: 2024-06-10 12:33:46 + Commit: Wei Hu CommitDate: 2024-06-10 12:33:46 +

git: 3ff0dc1af85e - main - vmxnet3: make descriptor count checks more robust

2024-06-10 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3ff0dc1af85e253b83127ea2417a22a7b2c31f27 commit 3ff0dc1af85e253b83127ea2417a22a7b2c31f27 Author: Kristof Provost AuthorDate: 2024-06-10 08:47:38 + Commit: Kristof Provost CommitDate: 2024-06-10 09:

git: e5a54f19be8e - main - accf_tls(9): Fix grammar in description (singular/plural)

2024-06-10 Thread Benedict Reuschling
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/src/commit/?id=e5a54f19be8e0e4e700aaf46ab70d42d3ffba469 commit e5a54f19be8e0e4e700aaf46ab70d42d3ffba469 Author: Benedict Reuschling AuthorDate: 2024-06-10 08:29:26 + Commit: Benedict Reuschling CommitDate: 2024-

git: e335a74b5671 - main - accf_http.9: Fix grammar in description (singular/plural)

2024-06-10 Thread Benedict Reuschling
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/src/commit/?id=e335a74b5671fa31ea347e70f43004ec29b35280 commit e335a74b5671fa31ea347e70f43004ec29b35280 Author: Benedict Reuschling AuthorDate: 2024-06-10 08:13:58 + Commit: Benedict Reuschling CommitDate: 2024-