git: 7d9e00cd8bd3 - stable/13 - rtld: Fix null-pointer dereference

2021-02-08 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7d9e00cd8bd317c681b0817b84607182160f5f54 commit 7d9e00cd8bd317c681b0817b84607182160f5f54 Author: David Chisnall AuthorDate: 2021-02-02 14:06:33 + Commit: Konstantin Belousov CommitDate:

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Kevin Bowling
Warner, My intent was not to attack Jessica just as I do not believe her intent was to pick on Mateuz but from different perspectives frustrations can build up to the point that the message is not well received. What I intended was the opposite: to encourage tact in this kind of exchange. If

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Mark Linimon
One thing I think that has been missed in this discussion is that this is hardly a piece of obscure code in a device driver that few people have; instead, it's a piece of code that anyone who uses FreeBSD relies on. My take on it would be that perhas such bits of code should be more closely

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Warner Losh
Kevin, I'm sure that you think you are being reasonable. But you sure are coming off as attacking Jessica and I for a polite request to adhere to documented project norms. It's not unreasonable to make a request. You are proposing a crazy and unreasonable standard by attacking Jessica and I with

git: 45c95531c0a2 - releng/13.0 - powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12

2021-02-08 Thread Piotr Kubaj
The branch releng/13.0 has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=45c95531c0a2b48a79137555a9cda12137045391 commit 45c95531c0a2b48a79137555a9cda12137045391 Author: Piotr Kubaj AuthorDate: 2021-02-06 02:21:55 + Commit: Piotr Kubaj

git: 3bc17248d317 - main - devfs: fix use count leak when using TIOCSCTTY

2021-02-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=3bc17248d31794519ba95b2c6b9ff8a0d31dba81 commit 3bc17248d31794519ba95b2c6b9ff8a0d31dba81 Author: Mateusz Guzik AuthorDate: 2021-02-08 22:10:57 + Commit: Mateusz Guzik CommitDate: 2021-02-09

git: 82874dcb3610 - releng/13.0 - Always clamp curve25519 keys prior to use.

2021-02-08 Thread Peter Grehan
The branch releng/13.0 has been updated by grehan: URL: https://cgit.FreeBSD.org/src/commit/?id=82874dcb3610b1e57fb6b1b9db96ac4996bfa620 commit 82874dcb3610b1e57fb6b1b9db96ac4996bfa620 Author: Peter Grehan AuthorDate: 2021-02-03 09:05:09 + Commit: Peter Grehan CommitDate:

git: d20f7a5a3da1 - main - Simply FreeBSD check using __FreeBSD__ and remove OpenBSD

2021-02-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=d20f7a5a3da1aa5bccdabb89c181ca0c49385ecd commit d20f7a5a3da1aa5bccdabb89c181ca0c49385ecd Author: Cy Schubert AuthorDate: 2021-02-07 03:15:27 + Commit: Cy Schubert CommitDate: 2021-02-09 00:36:27

git: 57785538c6e0 - main - Simplify the FreeBSD check using __FreeBSD__ compiler macro.

2021-02-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=57785538c6e0d7e8ca0f161ab95bae10fd304047 commit 57785538c6e0d7e8ca0f161ab95bae10fd304047 Author: Cy Schubert AuthorDate: 2021-02-07 03:22:52 + Commit: Cy Schubert CommitDate: 2021-02-09 00:36:27

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Kevin Bowling
I understand your position and Warner’s from the documentation. The problem which is not described is that frustration is asymptotically higher in the other direction without volunteering to do work. As another example I could reply and ask for unit tests for any change (tests are obviously

git: 174a7e578a33 - main - ZFS: fix assertions with INVARIANTS

2021-02-08 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=174a7e578a33c01401e33f9bfcc077fc3155251c commit 174a7e578a33c01401e33f9bfcc077fc3155251c Author: Alan Somers AuthorDate: 2021-01-20 15:55:36 + Commit: Alan Somers CommitDate: 2021-02-08

Re: git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

2021-02-08 Thread Jessica Clarke
On 8 Feb 2021, at 22:08, Alexander Richardson wrote: > > On Mon, 8 Feb 2021, 19:37 Jessica Clarke, wrote: >> On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: >> > >> > The branch main has been updated by mjg: >> > >> > URL: >> >

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Jessica Clarke
> On 8 Feb 2021, at 23:13, Kevin Bowling wrote: > > FreeBSD does not require pre-commit approval unless called out > specifically. Are you volunteering to review the changes, and if so > where is your guidance? These messages are otherwise unhelpful. It is not a hard requirement, but it is

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Warner Losh
To be fair, though, FreeBSD has been moving to a culture where people seek out reviews because they produce better results. It would be better for complex changes, like this, if they underwent some kind of review... While the tone of the message Jessica sent might not be to your liking, the notion

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Kevin Bowling
FreeBSD does not require pre-commit approval unless called out specifically. Are you volunteering to review the changes, and if so where is your guidance? These messages are otherwise unhelpful. On Mon, Feb 8, 2021 at 12:37 PM Jessica Clarke wrote: > > On 8 Feb 2021, at 19:15, Mateusz Guzik

git: b122886de25a - stable/13 - serf: Fix the default return value of the BIO control method.

2021-02-08 Thread John Baldwin
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b122886de25a51e3587d94ab2988a6ccb1e6a4e7 commit b122886de25a51e3587d94ab2988a6ccb1e6a4e7 Author: John Baldwin AuthorDate: 2021-02-03 22:59:32 + Commit: John Baldwin CommitDate: 2021-02-08

Re: git: 93fc67896550 - main - Fix incorrect powf(3) result with x near 1 and |y| much larger than 1

2021-02-08 Thread Dimitry Andric
On 8 Feb 2021, at 23:09, Alexander Richardson wrote: > > On Mon, 8 Feb 2021, 19:49 Dimitry Andric, wrote: > The branch main has been updated by dim: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=93fc67896550548f91b307dbe3053f11db5d4a8a > > commit 93fc67896550548f91b307dbe3053f11db5d4a8a

git: 97ded49caef6 - stable/13 - Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.

2021-02-08 Thread Gleb Smirnoff
The branch stable/13 has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=97ded49caef6a97994655f5e065c3591359ee8d3 commit 97ded49caef6a97994655f5e065c3591359ee8d3 Author: Gleb Smirnoff AuthorDate: 2021-01-28 21:08:48 + Commit: Gleb Smirnoff CommitDate:

git: 0ace2cce386a - stable/13 - Catch up with 6edfd179c86: document M_EXTPG. While here sore flags as they are in sys/mbuf.h

2021-02-08 Thread Gleb Smirnoff
The branch stable/13 has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=0ace2cce386aebfe4eab3741f61a9c497316426d commit 0ace2cce386aebfe4eab3741f61a9c497316426d Author: Gleb Smirnoff AuthorDate: 2021-01-28 20:56:36 + Commit: Gleb Smirnoff CommitDate:

git: 924d1c9a050d - main - Revert "SO_RERROR indicates that receive buffer overflows should be handled as errors." Wrong version of the change was pushed inadvertenly.

2021-02-08 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=924d1c9a050d7e355d0562fca62bd2bb9b5f53d7 commit 924d1c9a050d7e355d0562fca62bd2bb9b5f53d7 Author: Alexander V. Chernikov AuthorDate: 2021-02-08 22:30:39 + Commit: Alexander V. Chernikov

git: db2f512381ac - main - hid: bump HID_ITEM_MAXUSAGES to 8

2021-02-08 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=db2f512381ac3c0c227f5c0354690bb929dcac17 commit db2f512381ac3c0c227f5c0354690bb929dcac17 Author: Warner Losh AuthorDate: 2021-02-08 19:29:20 + Commit: Warner Losh CommitDate: 2021-02-08 22:31:39

Re: git: 93fc67896550 - main - Fix incorrect powf(3) result with x near 1 and |y| much larger than 1

2021-02-08 Thread Alexander Richardson
On Mon, 8 Feb 2021, 19:49 Dimitry Andric, wrote: > The branch main has been updated by dim: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=93fc67896550548f91b307dbe3053f11db5d4a8a > > commit 93fc67896550548f91b307dbe3053f11db5d4a8a > Author: Steve Kargl > AuthorDate: 2021-02-08 19:45:30

Re: git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

2021-02-08 Thread Alexander Richardson
On Mon, 8 Feb 2021, 19:37 Jessica Clarke, wrote: > On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: > > > > The branch main has been updated by mjg: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d > > > > commit

git: 07cac176fba9 - main - Don't check compat.linux.emul_path before loading linux(4)

2021-02-08 Thread Edward Tomasz Napierala
The branch main has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=07cac176fba947381c8111b8e02e8067e7fa542a commit 07cac176fba947381c8111b8e02e8067e7fa542a Author: Edward Tomasz Napierala AuthorDate: 2021-02-08 21:52:31 + Commit: Edward Tomasz Napierala

git: 35af933173d5 - main - acpi: limit the AMDI0020/AMDI0010 workaround to an option

2021-02-08 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=35af933173d516101f4c44af328fbe2d6e587869 commit 35af933173d516101f4c44af328fbe2d6e587869 Author: Warner Losh AuthorDate: 2021-02-08 21:43:25 + Commit: Warner Losh CommitDate: 2021-02-08 21:47:49

git: adc4ea97bd77 - main - Turn off forgotten multipath debug messages

2021-02-08 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=adc4ea97bd775cb49df5dbfd71dd497c834ae150 commit adc4ea97bd775cb49df5dbfd71dd497c834ae150 Author: Alexander V. Chernikov AuthorDate: 2021-02-08 20:11:38 + Commit: Alexander V. Chernikov

git: 4a01b854ca5c - main - SO_RERROR indicates that receive buffer overflows should be handled as errors. Historically receive buffer overflows have been ignored and programs could not tell if they mi

2021-02-08 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=4a01b854ca5c2e5124958363b3326708b913af71 commit 4a01b854ca5c2e5124958363b3326708b913af71 Author: Alexander V. Chernikov AuthorDate: 2021-02-07 17:21:18 + Commit: Alexander V. Chernikov

git: d8c6d4c7321d - main - wsp: Add sysctl tunable for Z-Axis inversion

2021-02-08 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=d8c6d4c7321d4c969216bda8f792b45ed00afd64 commit d8c6d4c7321d4c969216bda8f792b45ed00afd64 Author: Vladimir Kondratyev AuthorDate: 2021-02-08 21:26:42 + Commit: Vladimir Kondratyev CommitDate:

git: dd2516fc078f - main - nvme: Make nvme_ctrlr_hw_reset static

2021-02-08 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=dd2516fc078f15633ad5aedaad6de140cb491f80 commit dd2516fc078f15633ad5aedaad6de140cb491f80 Author: Warner Losh AuthorDate: 2021-02-08 20:28:18 + Commit: Warner Losh CommitDate: 2021-02-08 20:29:24

git: 6c34d8ce11cb - main - ktls(4): Mention WITH_OPENSSL_KTLS in the ktls(4) manual page

2021-02-08 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6c34d8ce11cb73e718fc23d85b6fbfab07ee15b4 commit 6c34d8ce11cb73e718fc23d85b6fbfab07ee15b4 Author: Gordon Bergling AuthorDate: 2021-02-08 20:21:26 + Commit: Gordon Bergling

git: 9600aa31aa63 - main - nvme: use NVME_GONE rather than hard-coded 0xffffffff

2021-02-08 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9600aa31aa633bbb9e8a56d91a781d5a7ce2bff6 commit 9600aa31aa633bbb9e8a56d91a781d5a7ce2bff6 Author: Warner Losh AuthorDate: 2021-02-08 20:08:48 + Commit: Warner Losh CommitDate: 2021-02-08 20:08:48

git: 93fc67896550 - main - Fix incorrect powf(3) result with x near 1 and |y| much larger than 1

2021-02-08 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=93fc67896550548f91b307dbe3053f11db5d4a8a commit 93fc67896550548f91b307dbe3053f11db5d4a8a Author: Steve Kargl AuthorDate: 2021-02-08 19:45:30 + Commit: Dimitry Andric CommitDate: 2021-02-08

git: b57704702762 - main - mca: Handle inconsistent CMCI capability reporting

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b5770470276268acef21368b3e77a325df883500 commit b5770470276268acef21368b3e77a325df883500 Author: Mark Johnston AuthorDate: 2021-02-08 19:42:54 + Commit: Mark Johnston CommitDate: 2021-02-08

Re: git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

2021-02-08 Thread Jessica Clarke
On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: > > The branch main has been updated by mjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d > > commit 81e074d57dfcd86f152e2848dc44b77087ee7a2d > Author: Mateusz Guzik > AuthorDate: 2021-02-07

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Jessica Clarke
On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: > > The branch main has been updated by mjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=af366d353b84bdc4e730f0fc563853abc338271c > > commit af366d353b84bdc4e730f0fc563853abc338271c > Author: Mateusz Guzik > AuthorDate: 2021-02-08

git: 7da3bfc20ca8 - main - amd64: fix up a braino in strlen comment

2021-02-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=7da3bfc20ca8aca8177b677cba37c9f52714605c commit 7da3bfc20ca8aca8177b677cba37c9f52714605c Author: Mateusz Guzik AuthorDate: 2021-02-08 19:24:26 + Commit: Mateusz Guzik CommitDate: 2021-02-08

git: d242f782c249 - main - prepare-commit-msg: Remove blank character

2021-02-08 Thread Daniel Ebdrup Jensen
The branch main has been updated by debdrup (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d242f782c24980627716613ff8fb5e6078520a5b commit d242f782c24980627716613ff8fb5e6078520a5b Author: Daniel Ebdrup Jensen AuthorDate: 2021-02-08 19:15:34 + Commit: Daniel Ebdrup

git: 3acea07c1873 - main - Restore the augmented strlen commentary

2021-02-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=3acea07c1873b1e4042f4a4fa8668745ee59f15b commit 3acea07c1873b1e4042f4a4fa8668745ee59f15b Author: Mateusz Guzik AuthorDate: 2021-02-07 19:53:34 + Commit: Mateusz Guzik CommitDate: 2021-02-08

git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=af366d353b84bdc4e730f0fc563853abc338271c commit af366d353b84bdc4e730f0fc563853abc338271c Author: Mateusz Guzik AuthorDate: 2021-02-08 17:01:48 + Commit: Mateusz Guzik CommitDate: 2021-02-08

git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

2021-02-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d commit 81e074d57dfcd86f152e2848dc44b77087ee7a2d Author: Mateusz Guzik AuthorDate: 2021-02-07 19:50:25 + Commit: Mateusz Guzik CommitDate: 2021-02-08

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Daniel Ebdrup Jensen
On Mon, Feb 08, 2021 at 09:22:25AM -0600, Kyle Evans wrote: On Mon, Feb 8, 2021 at 9:07 AM Eugene Grosbein wrote: 08.02.2021 21:58, Kyle Evans wrote: kld_list cannot do that. >>> >>> Huh? kld_list accepts a full pathname, which is the same kind of >>> specification you'd need to do with

git: 3e2d96ac974d - main - grep: fix -A handling in conjunction with -m match limitation

2021-02-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=3e2d96ac974db823255a6f40b90eeffa6e38d022 commit 3e2d96ac974db823255a6f40b90eeffa6e38d022 Author: Kyle Evans AuthorDate: 2021-02-08 18:31:17 + Commit: Kyle Evans CommitDate: 2021-02-08 18:41:22

Re: git: 45d75e3ac3fb - main - netgraph/ng_base: Allow larger BINARY2ASCII conversions

2021-02-08 Thread Mark Johnston
On Mon, Feb 08, 2021 at 05:08:17PM +0100, Lutz Donnerhacke wrote: > On Mon, Feb 08, 2021 at 10:18:06AM -0500, Mark Johnston wrote: > > On Mon, Feb 08, 2021 at 01:35:11PM +, Lutz Donnerhacke wrote: > > > The branch main has been updated by donner: > > > > > > URL: > > >

Re: git: 45d75e3ac3fb - main - netgraph/ng_base: Allow larger BINARY2ASCII conversions

2021-02-08 Thread Lutz Donnerhacke
On Mon, Feb 08, 2021 at 10:18:06AM -0500, Mark Johnston wrote: > On Mon, Feb 08, 2021 at 01:35:11PM +, Lutz Donnerhacke wrote: > > The branch main has been updated by donner: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f > > > > commit

git: 32bf05ad89aa - main - vt: terminal size can grow too big with small font

2021-02-08 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=32bf05ad89aaa93f4dd27e3721f4cb52cf57fa03 commit 32bf05ad89aaa93f4dd27e3721f4cb52cf57fa03 Author: Toomas Soome AuthorDate: 2021-01-21 22:18:56 + Commit: Toomas Soome CommitDate: 2021-02-08

git: 8cb8d8d99879 - releng/13.0 - MFC 093e72319089: Add missing decrement of active ratelimit connections.

2021-02-08 Thread Hans Petter Selasky
The branch releng/13.0 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8cb8d8d998792e9c89516904f4951a060a9f2a49 commit 8cb8d8d998792e9c89516904f4951a060a9f2a49 Author: Hans Petter Selasky AuthorDate: 2021-01-26 15:59:42 + Commit: Hans Petter Selasky

git: 20204c4681cb - releng/13.0 - MFC 85d8d30f9f70: Don't allow allocating a new send tag on an INP which is being torn down. This fixes a potential send tag leak.

2021-02-08 Thread Hans Petter Selasky
The branch releng/13.0 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=20204c4681cb27c52907ff5d3a9bfea03527428e commit 20204c4681cb27c52907ff5d3a9bfea03527428e Author: Hans Petter Selasky AuthorDate: 2021-01-26 14:01:38 + Commit: Hans Petter Selasky

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Kyle Evans
On Mon, Feb 8, 2021 at 9:07 AM Eugene Grosbein wrote: > > 08.02.2021 21:58, Kyle Evans wrote: > > kld_list cannot do that. > >>> > >>> Huh? kld_list accepts a full pathname, which is the same kind of > >>> specification you'd need to do with one from port in loader with > >>> *_name. > >> >

Re: git: 45d75e3ac3fb - main - netgraph/ng_base: Allow larger BINARY2ASCII conversions

2021-02-08 Thread Mark Johnston
On Mon, Feb 08, 2021 at 01:35:11PM +, Lutz Donnerhacke wrote: > The branch main has been updated by donner: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f > > commit 45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f > Author: Lutz Donnerhacke >

Re: git: 45456abc4ce7 - main - cache: fix trailing slash support in face of permission problems

2021-02-08 Thread Ruslan Makhmatkhanov
Hello, Mateusz Guzik wrote on 2/2/21 9:14 PM: The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=45456abc4ce71053d07cf03ca63bd1ce459fec55 commit 45456abc4ce71053d07cf03ca63bd1ce459fec55 Author: Mateusz Guzik AuthorDate: 2021-02-02 18:06:56 +

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Eugene Grosbein
08.02.2021 21:58, Kyle Evans wrote: kld_list cannot do that. >>> >>> Huh? kld_list accepts a full pathname, which is the same kind of >>> specification you'd need to do with one from port in loader with >>> *_name. >> >> Good, but seems to be undocumented. >> > > In what sense? Is there

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Kyle Evans
On Mon, Feb 8, 2021 at 8:54 AM Eugene Grosbein wrote: > > 08.02.2021 21:08, Kyle Evans wrote: > > >> kld_list cannot do that. > >> > > > > Huh? kld_list accepts a full pathname, which is the same kind of > > specification you'd need to do with one from port in loader with > > *_name. > > Good,

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Eugene Grosbein
08.02.2021 21:08, Kyle Evans wrote: >> kld_list cannot do that. >> > > Huh? kld_list accepts a full pathname, which is the same kind of > specification you'd need to do with one from port in loader with > *_name. Good, but seems to be undocumented.

git: 68f6800ce05c - main - opencrypto: Introduce crypto_dispatch_async()

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=68f6800ce05c386ff045b4416d8595d09c4d8fdd commit 68f6800ce05c386ff045b4416d8595d09c4d8fdd Author: Mark Johnston AuthorDate: 2021-02-08 14:19:19 + Commit: Mark Johnston CommitDate: 2021-02-08

git: c7fcb36f5670 - main - binmiscctl: Avoid segfault with "binmiscctl add" and no extra params

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c7fcb36f5670b1d6c1f80c3c29d9d2ba374807f7 commit c7fcb36f5670b1d6c1f80c3c29d9d2ba374807f7 Author: Mark Johnston AuthorDate: 2021-02-08 14:20:38 + Commit: Mark Johnston CommitDate: 2021-02-08

git: b5aa9ad43aea - main - ktls: Make configuration sysctls available as tunables

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b5aa9ad43aead288dca0eb94fb4621991917f4e1 commit b5aa9ad43aead288dca0eb94fb4621991917f4e1 Author: Mark Johnston AuthorDate: 2021-02-08 14:19:02 + Commit: Mark Johnston CommitDate: 2021-02-08

git: 0dc7076037a8 - main - armv8crypto: Fix some edge cases in the AES-GCM implementation

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0dc7076037a87100060309f7179ef6a01f32f99e commit 0dc7076037a87100060309f7179ef6a01f32f99e Author: Mark Johnston AuthorDate: 2021-02-08 14:19:07 + Commit: Mark Johnston CommitDate: 2021-02-08

git: 7509b677b413 - main - armv8crypto: Extract GCM state into a structure

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7509b677b413b9551c15b483ec2ed9ce655d2455 commit 7509b677b413b9551c15b483ec2ed9ce655d2455 Author: Mark Johnston AuthorDate: 2021-02-08 14:19:10 + Commit: Mark Johnston CommitDate: 2021-02-08

git: 1755b2b9891b - main - ktls: Use COUNTER_U64_DEFINE_EARLY

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=1755b2b9891bb1bfa7a58383ef5126821f7e46e3 commit 1755b2b9891bb1bfa7a58383ef5126821f7e46e3 Author: Mark Johnston AuthorDate: 2021-02-08 14:18:51 + Commit: Mark Johnston CommitDate: 2021-02-08

git: db6b56441e3a - main - ktls: Avoid wakeups and locking for synchronous callbacks

2021-02-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=db6b56441e3a142e7fe58a5a85d9071e772a943e commit db6b56441e3a142e7fe58a5a85d9071e772a943e Author: Mark Johnston AuthorDate: 2021-02-08 14:19:27 + Commit: Mark Johnston CommitDate: 2021-02-08

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Kyle Evans
On Mon, Feb 8, 2021 at 8:00 AM Eugene Grosbein wrote: > > 08.02.2021 14:12, Warner Losh wrote: > > > > > > On Mon, Feb 8, 2021, 12:05 AM Daniel Ebdrup Jensen > > wrote: > > > > The branch main has been updated by debdrup (doc committer): > > > > URL: > >

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-08 Thread Eugene Grosbein
08.02.2021 14:12, Warner Losh wrote: > > > On Mon, Feb 8, 2021, 12:05 AM Daniel Ebdrup Jensen > wrote: > > The branch main has been updated by debdrup (doc committer): > > URL: >

git: 45d75e3ac3fb - main - netgraph/ng_base: Allow larger BINARY2ASCII conversions

2021-02-08 Thread Lutz Donnerhacke
The branch main has been updated by donner: URL: https://cgit.FreeBSD.org/src/commit/?id=45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f commit 45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f Author: Lutz Donnerhacke AuthorDate: 2021-02-07 21:07:34 + Commit: Lutz Donnerhacke CommitDate:

git: fb8c2f743ab6 - main - arm64: optimize set_syscall_retval()

2021-02-08 Thread Edward Tomasz Napierala
The branch main has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=fb8c2f743ab695f6004650b58bf96972e2535b20 commit fb8c2f743ab695f6004650b58bf96972e2535b20 Author: Edward Tomasz Napierala AuthorDate: 2021-02-08 10:46:29 + Commit: Edward Tomasz Napierala

git: 6a97a237a258 - stable/12 - MFC 85d8d30f9f70: Don't allow allocating a new send tag on an INP which is being torn down. This fixes a potential send tag leak.

2021-02-08 Thread Hans Petter Selasky
The branch stable/12 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6a97a237a25832395182076acc1f1dd23fca9818 commit 6a97a237a25832395182076acc1f1dd23fca9818 Author: Hans Petter Selasky AuthorDate: 2021-01-26 14:01:38 + Commit: Hans Petter Selasky

git: e326cb03bcd8 - stable/13 - MFC 093e72319089: Add missing decrement of active ratelimit connections.

2021-02-08 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=e326cb03bcd8b145057b9179b41940d4abb709d3 commit e326cb03bcd8b145057b9179b41940d4abb709d3 Author: Hans Petter Selasky AuthorDate: 2021-01-26 15:59:42 + Commit: Hans Petter Selasky

git: ac86c042fbce - stable/13 - MFC 85d8d30f9f70: Don't allow allocating a new send tag on an INP which is being torn down. This fixes a potential send tag leak.

2021-02-08 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ac86c042fbced7f210cb0627525832774d0a9b88 commit ac86c042fbced7f210cb0627525832774d0a9b88 Author: Hans Petter Selasky AuthorDate: 2021-01-26 14:01:38 + Commit: Hans Petter Selasky