Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-22 Thread Hans Petter Selasky
On 5/21/23 23:58, Jessica Clarke wrote: On 21 May 2023, at 22:37, Hans Petter Selasky wrote: On 5/21/23 21:41, Jessica Clarke wrote: I can not know what you know before you tell me. I'm not a mind reader and I for sure don't think you are an idiot. Those are in such case your

git: 47c887be4af7 - main - Revert "mlx4: Move DEFINE_MUTEX() outside function body."

2023-05-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=47c887be4af7553a3fae05009516a904dfa2617e commit 47c887be4af7553a3fae05009516a904dfa2617e Author: Hans Petter Selasky AuthorDate: 2023-05-22 10:52:10 + Commit: Hans Petter Selasky CommitDate

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-22 Thread Hans Petter Selasky
On 5/22/23 01:01, Warner Losh wrote: On Sun, May 21, 2023, 4:32 PM Hans Petter Selasky wrote: On 5/21/23 23:58, Jessica Clarke wrote: What I disputed was your commit message, which at best is extremely misleading and at worst makes no sense, and the necessity of the change. Hi Jess, Your

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/22/23 00:32, Jessica Clarke wrote: Once again I will remind you that the FreeBSD tree is not somewhere for you to play around with experiments. Changes should be properly justified. Hi Jess, This is FreeBSD-current / main and my change is perfectly fine as such. Sorry. It is not my pr

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 23:58, Jessica Clarke wrote: What I disputed was your commit message, which at best is extremely misleading and at worst makes no sense, and the necessity of the change. Hi Jess, Your request for revert has been noted, but I see no urgency in such a revert. The code is perfectly f

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 23:37, Hans Petter Selasky wrote: DEFINE_MUTEX is Linux’s API, implemented in LinuxKPI. So Linux’s behaviour is absolutely relevant. Any deviation from Linux’s semantics is an incompatibility that requires patching any sources that are built for FreeBSD using LinuxKPI. It is

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 21:41, Jessica Clarke wrote: One difference between Linux and FreeBSD when doing the monotolithic kernel build: FreeBSD puts all object files resulting from compilation into the same object directory. This implies there cannot be two object files sharing the same name as a result of

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 20:02, Jessica Clarke wrote: On 21 May 2023, at 18:46, Hans Petter Selasky wrote: On 5/21/23 19:05, Jessica Clarke wrote: On 21 May 2023, at 17:57, Hans Petter Selasky wrote: If you want to change from static structures to global symbols, then my change is correct. Which will

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 19:05, Jessica Clarke wrote: On 21 May 2023, at 17:57, Hans Petter Selasky wrote: If you want to change from static structures to global symbols, then my change is correct. Which will bloat symbol tables excessively. But you didn’t state this as your goal, you stated it as a

Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
On 5/21/23 18:33, Jessica Clarke wrote: On 21 May 2023, at 17:21, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25cfaab981a9be commit 805d759338a2be939fffc8bf3f25cfaab981a9be Author: Hans

git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body.

2023-05-21 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=805d759338a2be939fffc8bf3f25cfaab981a9be commit 805d759338a2be939fffc8bf3f25cfaab981a9be Author: Hans Petter Selasky AuthorDate: 2023-05-21 11:25:28 + Commit: Hans Petter Selasky CommitDate

Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG

2023-05-19 Thread Hans Petter Selasky
On 5/19/23 16:48, Alexander Richardson wrote: Sorting at compile time would be ideal and in theory the priority argument in the constructor attribute should work. Hi, SYSINIT's in FreeBSD need 64-bits of priority and I'm not sure if clang supports that. Could probably do something there thoug

Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG

2023-05-19 Thread Hans Petter Selasky
On 5/19/23 15:49, Colin Percival wrote: The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=40b287054521f0a92e5ae9a26e6a87d17ee85eea commit 40b287054521f0a92e5ae9a26e6a87d17ee85eea Author: Colin Percival AuthorDate: 2023-05-19 13:46:42 + Commit:

git: a554ff467079 - main - libmlx5: Add more ConnectX-6/7/8 HCA IDs to hca_table.

2023-05-01 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a554ff467079c12f647d4bea46bbbc970bf68354 commit a554ff467079c12f647d4bea46bbbc970bf68354 Author: Hans Petter Selasky AuthorDate: 2023-05-01 11:48:20 + Commit: Hans Petter Selasky CommitDate

git: d502d3fc72f1 - main - opensm: Fix build with -Werror and -Wdate-time.

2023-05-01 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d502d3fc72f123f104cba3d1ad9135a7ef7cf78b commit d502d3fc72f123f104cba3d1ad9135a7ef7cf78b Author: Mina Galić AuthorDate: 2023-05-01 09:13:30 + Commit: Hans Petter Selasky CommitDate: 2023-05

Re: git: 78cfa762ebf2 - main - callout: Move per-CPU callout state into the dpcpu region

2023-04-26 Thread Hans Petter Selasky
On 4/26/23 16:13, Mark Johnston wrote: - mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN); + mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN | MTX_NEW); Is the MTX_NEW needed? Shouldn't the DCPU memory be zeroed by default? --HPS

Re: git: bb8e8e230d94 - main - Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."

2023-04-20 Thread Hans Petter Selasky
On 4/20/23 19:27, Brooks Davis wrote: On Thu, Apr 20, 2023 at 05:17:19PM +, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bb8e8e230d94c9522bd9ff95c13dc9f5b1592929 commit bb8e8e230d94c9522bd9ff95c13dc9f5b1592929

Re: git: bb8e8e230d94 - main - Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."

2023-04-20 Thread Hans Petter Selasky
On 4/20/23 19:18, Jessica Clarke wrote: On 20 Apr 2023, at 18:17, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bb8e8e230d94c9522bd9ff95c13dc9f5b1592929 commit bb8e8e230d94c9522bd9ff95c13dc9f5b1592929 Author: Hans

git: bb8e8e230d94 - main - Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."

2023-04-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bb8e8e230d94c9522bd9ff95c13dc9f5b1592929 commit bb8e8e230d94c9522bd9ff95c13dc9f5b1592929 Author: Hans Petter Selasky AuthorDate: 2023-04-20 16:50:32 + Commit: Hans Petter Selasky CommitDate

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-20 Thread Hans Petter Selasky
On 4/19/23 22:17, Jessica Clarke wrote: Except they’re not, because all of what bsort provides can be provided by qsort. All people care about are being able to quickly sort their data and whether it’s a stable sort. Hi Jessica, From this I'm reading: Going bad being rare should just be accept

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-20 Thread Hans Petter Selasky
On 4/20/23 09:12, Jessica Clarke wrote: This conversation is getting extremely tiresome. Can we move the discussion over to differential? https://reviews.freebsd.org/D36493 --HPS

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-20 Thread Hans Petter Selasky
On 4/20/23 09:12, Jessica Clarke wrote: On 20 Apr 2023, at 08:08, Hans Petter Selasky wrote: On 4/20/23 08:50, Jessica Clarke wrote: On 20 Apr 2023, at 07:26, Hans Petter Selasky wrote: On 4/20/23 00:31, Jessica Clarke wrote: On 19 Apr 2023, at 22:41, Hans Petter Selasky wrote: On 4/19

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-20 Thread Hans Petter Selasky
On 4/20/23 08:50, Jessica Clarke wrote: On 20 Apr 2023, at 07:26, Hans Petter Selasky wrote: On 4/20/23 00:31, Jessica Clarke wrote: On 19 Apr 2023, at 22:41, Hans Petter Selasky wrote: On 4/19/23 22:17, Jessica Clarke wrote: pdqsort is n log n time, in-place and doesn’t allocate, and is

Re: git: a7469c9c0a50 - main - libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLE

2023-04-19 Thread Hans Petter Selasky
On 4/20/23 01:43, Brooks Davis wrote: On Wed, Apr 19, 2023 at 11:35:56PM +0200, Hans Petter Selasky wrote: On 4/19/23 22:29, Brooks Davis wrote: This is a formal request to revert all commits related to bsort. It should not have been committed without much broader discussion and IMO does not

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/20/23 00:28, Colin Percival wrote: Quicksort with cryptographically randomized pivot selection is O(N^2) worst case but O(N log N) average-case-for-worst-case-inputs which is good enough for most purposes. Quicksort with in-place median-of-medians pivot selection is O(N log N) worst case

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/20/23 00:31, Jessica Clarke wrote: On 19 Apr 2023, at 22:41, Hans Petter Selasky wrote: On 4/19/23 22:17, Jessica Clarke wrote: pdqsort is n log n time, in-place and doesn’t allocate, and is used, for example, for Rust’s standard sort_unstable. Hi Jessica, Like many many people have

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 22:17, Jessica Clarke wrote: pdqsort is n log n time, in-place and doesn’t allocate, and is used, for example, for Rust’s standard sort_unstable. Hi Jessica, Like many many people have tried over the years, to improve the belated QuickSort (*) algorithm since it was invented, by ca

Re: git: a7469c9c0a50 - main - libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLE

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 22:29, Brooks Davis wrote: This is a formal request to revert all commits related to bsort. It should not have been committed without much broader discussion and IMO does not belong in the tree. It certainly should not be in the tree under such a generic name. -- Brooks Hi Brooks,

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 21:49, Hans Petter Selasky wrote: On 4/19/23 21:07, Charlie Li wrote: Hans Petter Selasky wrote: This causes ports to fail, so far with Python's configure phase and any Python ports with C extensions: In file included from /usr/local/include/python3.11/Python.h:23: /usr/in

git: a7469c9c0a50 - main - libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLE

2023-04-19 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a7469c9c0a504a5e6e9b89e148cd78df5e67ff7f commit a7469c9c0a504a5e6e9b89e148cd78df5e67ff7f Author: Hans Petter Selasky AuthorDate: 2023-04-19 19:37:29 + Commit: Hans Petter Selasky CommitDate

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 21:07, Charlie Li wrote: Hans Petter Selasky wrote: This causes ports to fail, so far with Python's configure phase and any Python ports with C extensions: In file included from /usr/local/include/python3.11/Python.h:23: /usr/include/stdlib.h:409:1: error: unknown type

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 19:51, Jessica Clarke wrote: On 19 Apr 2023, at 18:24, Hans Petter Selasky wrote: On 4/19/23 17:46, Brooks Davis wrote: On Wed, Apr 19, 2023 at 12:06:26PM +, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 17:46, Brooks Davis wrote: On Wed, Apr 19, 2023 at 12:06:26PM +, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8dcf3a82c54cb216df3213a013047907636a01da commit 8dcf3a82c54cb216df3213a013047907636a01da

git: ecb2ce3a51e9 - main - libc: Sorting is not needed when there are less than two elements

2023-04-19 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ecb2ce3a51e9b09a57cd42262fc798ae089c0758 commit ecb2ce3a51e9b09a57cd42262fc798ae089c0758 Author: Hans Petter Selasky AuthorDate: 2023-04-19 10:18:56 + Commit: Hans Petter Selasky CommitDate

Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
On 4/19/23 14:20, Yuri wrote: Hans Petter Selasky wrote: The branch main has been updated by hselasky: NAME +.Nm bsort , +.Nm bsort_b , +.Nm bsort_r +and +.Nm bsort_s +.Nd sort functions mandoc: lib/libc/stdlib/bsort.3:34:1: WARNING: bad NAME section content: text mandoc: lib/libc/stdlib

git: 27bb0d337c0d - main - libc: Add missing object size check to qsort_s(3)

2023-04-19 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=27bb0d337c0d82a1a4f310315840236eb239963c commit 27bb0d337c0d82a1a4f310315840236eb239963c Author: Hans Petter Selasky AuthorDate: 2023-04-19 10:22:11 + Commit: Hans Petter Selasky CommitDate

git: 7d65a450cdcc - main - bsort.3: Fix warnings as reported by mandoc -W warning

2023-04-19 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=7d65a450cdcc7cc743f2ecd114ba3428a21c0033 commit 7d65a450cdcc7cc743f2ecd114ba3428a21c0033 Author: Hans Petter Selasky AuthorDate: 2023-04-19 13:24:35 + Commit: Hans Petter Selasky CommitDate

git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

2023-04-19 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8dcf3a82c54cb216df3213a013047907636a01da commit 8dcf3a82c54cb216df3213a013047907636a01da Author: Hans Petter Selasky AuthorDate: 2022-09-08 10:16:43 + Commit: Hans Petter Selasky CommitDate

git: 1943c40cd655 - main - mlx5en(4): Don't wait for receive queue to fill up with mbufs during open channels.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1943c40cd655b7259b9b21849f328362c97a2657 commit 1943c40cd655b7259b9b21849f328362c97a2657 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:42:17 + Commit: Hans Petter Selasky CommitDate

git: 6bd4bb9bdbad - main - mlx5en(4): Explain why CQE zipping is off.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6bd4bb9bdbadb76c5502c7972df9f525b909e2f5 commit 6bd4bb9bdbadb76c5502c7972df9f525b909e2f5 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:12:32 + Commit: Hans Petter Selasky CommitDate

git: 80b4ef6d1054 - main - mlx5: Remove unused debugfs node pointers.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=80b4ef6d10544d30b6cfeddca12ae28d81816201 commit 80b4ef6d10544d30b6cfeddca12ae28d81816201 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:40:22 + Commit: Hans Petter Selasky CommitDate

git: aa7bbdabde89 - main - mlx5: Implement diagostic counters as sysctl(8) nodes.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=aa7bbdabde890676d54a22eeec3af9b7681d19b7 commit aa7bbdabde890676d54a22eeec3af9b7681d19b7 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:38:59 + Commit: Hans Petter Selasky CommitDate

git: 95bf70a4bf79 - main - mlx5: Don't give zero number of pages to the firmware.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=95bf70a4bf7982091bb59200bc2db2cb5cd840d7 commit 95bf70a4bf7982091bb59200bc2db2cb5cd840d7 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:22:41 + Commit: Hans Petter Selasky CommitDate

git: 273bfac08ff8 - main - mlx5: Implement mlx5_core_modify_cq_by_mask().

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=273bfac08ff838786c8b48bc7d3d7180b5f6a3be commit 273bfac08ff838786c8b48bc7d3d7180b5f6a3be Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:21:28 + Commit: Hans Petter Selasky CommitDate

git: 2f7e9a8a2136 - main - mlx5: Fix duplicate free of default flow rule in error case.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=2f7e9a8a21367393b613f0f150d49009fa74dd5c commit 2f7e9a8a21367393b613f0f150d49009fa74dd5c Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:17:38 + Commit: Hans Petter Selasky CommitDate

git: b0b87d915145 - main - mlx5: Make mlx5_del_flow_rule() NULL safe.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=b0b87d9151456e71fd6a14736e132d67114db4aa commit b0b87d9151456e71fd6a14736e132d67114db4aa Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:16:16 + Commit: Hans Petter Selasky CommitDate

git: 3bb3e4768ff8 - main - mlx5: Make MLX5_COMP_EQ_SIZE tunable.

2023-04-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=3bb3e4768ff854b88ba0a7d129edad49f15d7ce3 commit 3bb3e4768ff854b88ba0a7d129edad49f15d7ce3 Author: Hans Petter Selasky AuthorDate: 2023-04-18 11:11:02 + Commit: Hans Petter Selasky CommitDate

git: 9b077d72bcc3 - main - usb(4): Separate the fast path and the slow path to avoid races and use-after-free for the USB FS interface.

2023-04-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9b077d72bcc313baea2b9283afc7f568739eaadc commit 9b077d72bcc313baea2b9283afc7f568739eaadc Author: Hans Petter Selasky AuthorDate: 2023-03-31 17:14:18 + Commit: Hans Petter Selasky CommitDate

git: 03a2e432d5cc - main - usb(4): Code refactoring as a pre-step for adding missing synchronization mechanism.

2023-04-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=03a2e432d5cc2eedb9304faea2b19051c84caecf commit 03a2e432d5cc2eedb9304faea2b19051c84caecf Author: Hans Petter Selasky AuthorDate: 2023-04-04 15:15:38 + Commit: Hans Petter Selasky CommitDate

Re: git: dac310248826 - main - Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSD

2023-04-04 Thread Hans Petter Selasky
On 4/4/23 15:19, Konstantin Belousov wrote: The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dac310248826c37b60306c1b25fb94c35802196d commit dac310248826c37b60306c1b25fb94c35802196d Author: Konstantin Belousov AuthorDate: 2023-03-31 22:27:00 + Comm

git: 4c6bcffd04f9 - main - libusb(3): Implement libusb_init_context() and the needed structures and definitions.

2023-03-30 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=4c6bcffd04f9d0b6cb57af0ffcc9be3098fe950c commit 4c6bcffd04f9d0b6cb57af0ffcc9be3098fe950c Author: Hans Petter Selasky AuthorDate: 2023-01-26 12:56:51 + Commit: Hans Petter Selasky CommitDate

Re: git: 1c5e68711760 - main - mlx5: purge EOL release compatibility

2023-02-04 Thread Hans Petter Selasky
On 2/4/23 17:20, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1c5e68711760712e5ddb95b138179bec65b314f8 commit 1c5e68711760712e5ddb95b138179bec65b314f8 Author: Elliott Mitchell AuthorDate: 2022-06-23 00:53:47 + Commit: War

git: 0d7064d58f89 - main - xhci(4): Add new USB IDs.

2023-01-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=0d7064d58f897c95c3bd319b497f70c8177e0de6 commit 0d7064d58f897c95c3bd319b497f70c8177e0de6 Author: Dmitry Luhtionov AuthorDate: 2023-01-17 10:43:40 + Commit: Hans Petter Selasky CommitDate

git: f9237e1937a4 - main - ehci(4): Add new USB IDs.

2023-01-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f9237e1937a4e399e08ca8e5bd88a60910e74be6 commit f9237e1937a4e399e08ca8e5bd88a60910e74be6 Author: Dmitry Luhtionov AuthorDate: 2023-01-17 10:43:33 + Commit: Hans Petter Selasky CommitDate

git: 986c7be472bd - main - uhci(4): Add new USB IDs.

2023-01-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=986c7be472bd8b29bb280e72b57e6cbf1851b26f commit 986c7be472bd8b29bb280e72b57e6cbf1851b26f Author: Dmitry Luhtionov AuthorDate: 2023-01-17 10:43:24 + Commit: Hans Petter Selasky CommitDate

git: e0d8add4af0b - main - tcp_lro: Fix for undefined behaviour.

2023-01-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=e0d8add4af0be1d37ede9a16f46424dc08f0d95e commit e0d8add4af0be1d37ede9a16f46424dc08f0d95e Author: Hans Petter Selasky AuthorDate: 2022-11-28 22:56:16 + Commit: Hans Petter Selasky CommitDate

git: e4611d26265f - main - usb(4): Call optional endpoint_uninit() when changing configuration or alternate setting.

2023-01-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=e4611d26265fb9e3bd2a345cf4776863f49a2587 commit e4611d26265fb9e3bd2a345cf4776863f49a2587 Author: Hans Petter Selasky AuthorDate: 2022-12-15 22:32:47 + Commit: Hans Petter Selasky CommitDate

git: 8685d7b5cb75 - main - xhci(4): Make sure allocated bandwidth is freed in hardware by unconfiguring endpoint.

2023-01-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8685d7b5cb759b4f688dea93dbe1c38f9e833e4e commit 8685d7b5cb759b4f688dea93dbe1c38f9e833e4e Author: Cheng, Huiming AuthorDate: 2022-12-15 22:30:11 + Commit: Hans Petter Selasky CommitDate: 2023

Re: git: 3cf97e91fac5 - main - Revert "newbus: Change attach failure behavior"

2022-12-06 Thread Hans Petter Selasky
On 12/6/22 03:09, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3cf97e91fac5f53fc0375bc816cc541a8864ffc4 commit 3cf97e91fac5f53fc0375bc816cc541a8864ffc4 Author: Warner Losh AuthorDate: 2022-12-05 23:57:58 + Commit: Warner

Re: git: da5d0a1dbc28 - main - kboot: Use unsigned long long.

2022-12-03 Thread Hans Petter Selasky
On 12/2/22 20:49, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=da5d0a1dbc2838eae7033254705c684d7a013fce commit da5d0a1dbc2838eae7033254705c684d7a013fce Author: Warner Losh AuthorDate: 2022-12-02 19:41:01 + Commit: Warner

git: 3492caf512ae - main - dhclient(8): Verify lease-, renewal- and rebinding-time option sizes.

2022-11-14 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=3492caf512ae090816b4ffa275be43b2f5cfc460 commit 3492caf512ae090816b4ffa275be43b2f5cfc460 Author: Hans Petter Selasky AuthorDate: 2022-11-14 14:20:09 + Commit: Hans Petter Selasky CommitDate

git: ad370f7658ba - main - sound(4): Fix memory map of /dev/dsp devices when buffer size is not a multiple of PAGE_SIZE.

2022-11-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ad370f7658ba59811d02c04032ac33ef787f752f commit ad370f7658ba59811d02c04032ac33ef787f752f Author: Florian Walpen AuthorDate: 2022-11-04 18:04:26 + Commit: Hans Petter Selasky CommitDate: 2022

git: fdd95483332b - main - time(3): Fix spelling.

2022-10-23 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=fdd95483332bf7fab36e2562d570a9a914a19769 commit fdd95483332bf7fab36e2562d570a9a914a19769 Author: Hans Petter Selasky AuthorDate: 2022-10-23 16:41:28 + Commit: Hans Petter Selasky CommitDate

git: 35a33d14b593 - main - time(3): Optimize tvtohz() function.

2022-10-23 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=35a33d14b593ba93feb8fed8d0689bc8e0edd15b commit 35a33d14b593ba93feb8fed8d0689bc8e0edd15b Author: Hans Petter Selasky AuthorDate: 2022-10-20 16:49:51 + Commit: Hans Petter Selasky CommitDate

git: ee29897fc3d6 - main - time(3): Declare the minimum and maximum hz values supported.

2022-10-23 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ee29897fc3d66ba7006c9ee3f524bf2e8cf30a4f commit ee29897fc3d66ba7006c9ee3f524bf2e8cf30a4f Author: Hans Petter Selasky AuthorDate: 2022-10-03 09:08:53 + Commit: Hans Petter Selasky CommitDate

git: a2d60916d0dd - main - xhci(4): Fix spelling in manual page.

2022-10-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a2d60916d0dd4073d8da15bad65f301e9f8085fa commit a2d60916d0dd4073d8da15bad65f301e9f8085fa Author: Hans Petter Selasky AuthorDate: 2022-10-21 05:47:54 + Commit: Hans Petter Selasky CommitDate

git: 30e555de804f - main - xhci(4): Update list of quirks in manual page.

2022-10-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=30e555de804f67afb27385ee0521f94784dbbfbf commit 30e555de804f67afb27385ee0521f94784dbbfbf Author: Hans Petter Selasky AuthorDate: 2022-10-20 17:22:41 + Commit: Hans Petter Selasky CommitDate

git: 3346ae0d24c0 - main - xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.

2022-10-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=3346ae0d24c072ef0e26ace3aae21bfef93d80aa commit 3346ae0d24c072ef0e26ace3aae21bfef93d80aa Author: Hans Petter Selasky AuthorDate: 2022-10-20 17:21:53 + Commit: Hans Petter Selasky CommitDate

Re: git: 1c2be25f6080 - main - Add extra EINVAL information about wrong block size to read(2)/write(2)

2022-10-07 Thread Hans Petter Selasky
On 10/8/22 02:48, Konstantin Belousov wrote: On Fri, Oct 07, 2022 at 11:39:04AM +, Benedict Reuschling wrote: The branch main has been updated by bcr (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1c2be25f6080ee63baeae55e45761e1310d1b756 commit 1c2be25f6080ee63baeae55e45761

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 15:21, Piotr P. Stefaniak wrote: On 2022-10-07 14:03:51, Hans Petter Selasky wrote: On 10/7/22 13:48, Piotr P. Stefaniak wrote: On 2022-10-07 11:41:38, Hans Petter Selasky wrote:    usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"

Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 13:48, Piotr P. Stefaniak wrote: On 2022-10-07 11:41:38, Hans Petter Selasky wrote:    usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword. Why? Just because it's shorter? Yes, just because "int" is the redundant. No functional change. --HPS

git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.

2022-10-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=62d42655bca1e496160718c1443e67e626e24365 commit 62d42655bca1e496160718c1443e67e626e24365 Author: Hans Petter Selasky AuthorDate: 2022-10-07 11:31:51 + Commit: Hans Petter Selasky CommitDate

git: 8758aabb169d - main - usb(4): Make the enumeration thread nice time a variable.

2022-10-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8758aabb169d98f08c20f2a1fce5184434b1ddf6 commit 8758aabb169d98f08c20f2a1fce5184434b1ddf6 Author: Hans Petter Selasky AuthorDate: 2022-10-07 11:28:38 + Commit: Hans Petter Selasky CommitDate

Re: git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast.

2022-10-07 Thread Hans Petter Selasky
On 10/7/22 02:27, Kubilay Kocak wrote: On 5/10/2022 9:13 pm, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=55a3bd000d9799f431c207e359466484ac63c137 commit 55a3bd000d9799f431c207e359466484ac63c137 Author: Hans Petter

git: 9e0edafe92ad - main - uslcom(4): Clear stall at every open.

2022-10-06 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9e0edafe92ad9fc6745ee4c4c58e45a49b9e7ed1 commit 9e0edafe92ad9fc6745ee4c4c58e45a49b9e7ed1 Author: Hans Petter Selasky AuthorDate: 2022-10-05 14:45:21 + Commit: Hans Petter Selasky CommitDate

git: 55a3bd000d97 - main - usb(4): Make sure the enumeration thread doesn't loop too fast.

2022-10-05 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=55a3bd000d9799f431c207e359466484ac63c137 commit 55a3bd000d9799f431c207e359466484ac63c137 Author: Hans Petter Selasky AuthorDate: 2022-06-09 13:15:49 + Commit: Hans Petter Selasky CommitDate

git: d2d30464365e - main - vt(4): Clear paste buffer after pasting.

2022-10-05 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d2d30464365ebaa9f4b04371f947fcffcc3975e1 commit d2d30464365ebaa9f4b04371f947fcffcc3975e1 Author: Ivan Quitschal AuthorDate: 2022-10-05 08:37:08 + Commit: Hans Petter Selasky CommitDate: 2022

git: 90b89100548f - main - vt(4): When cutting a line, append a newline character.

2022-10-05 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=90b89100548f7fef4cbd4a8c76dc3d83ab786d7a commit 90b89100548f7fef4cbd4a8c76dc3d83ab786d7a Author: Ivan Quitschal AuthorDate: 2022-10-05 09:20:54 + Commit: Hans Petter Selasky CommitDate: 2022

git: 18a44589fcdc - main - vt(4): Use define instead of numerical value.

2022-10-05 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=18a44589fcdc9833b3756854c2db4b68e750d7d7 commit 18a44589fcdc9833b3756854c2db4b68e750d7d7 Author: Hans Petter Selasky AuthorDate: 2022-10-05 09:50:42 + Commit: Hans Petter Selasky CommitDate

git: 4ea90153ac79 - main - vt(4): Make sure pressing the extend button updates the current selection.

2022-10-05 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=4ea90153ac792afd0f8c3db845a09176c8d6dfa3 commit 4ea90153ac792afd0f8c3db845a09176c8d6dfa3 Author: Hans Petter Selasky AuthorDate: 2022-10-05 09:40:01 + Commit: Hans Petter Selasky CommitDate

Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 18:41, John Baldwin wrote: On 10/4/22 4:53 AM, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d97ecf714e791ad8ca7caa969fd9a5e9347fc96a commit d97ecf714e791ad8ca7caa969fd9a5e9347fc96a Author: Hans Petter

Re: 1024bb26337b - main - qdivrem: Predict division by zero as false.

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 18:38, Ravi Pokala wrote: -Original Message- From: on behalf of Hans Petter Selasky Date: 2022-10-04, Tuesday at 04:53 To: , , Subject: git: 1024bb26337b - main - qdivrem: Predict division by zero as false. The branch main has been updated by hselasky: URL

git: 89e5ef8917af - main - Fix kernel build after 754cb545b68ba0a1643792763d000018ffe2afec .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89e5ef8917af900558c2d275f5d5c4c703520ead commit 89e5ef8917af900558c2d275f5d5c4c703520ead Author: Hans Petter Selasky AuthorDate: 2022-10-04 15:09:07 + Commit: Hans Petter Selasky CommitDate

git: 1d41a0555787 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1d41a055578704a28b34820e0aaf14a29f28f413 commit 1d41a055578704a28b34820e0aaf14a29f28f413 Author: Hans Petter Selasky AuthorDate: 2022-10-04 14:08:20 + Commit: Hans Petter Selasky CommitDate

git: c2a808b977dd - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c2a808b977dd61c0d69d878cd1bef6b016114d14 commit c2a808b977dd61c0d69d878cd1bef6b016114d14 Author: Hans Petter Selasky AuthorDate: 2022-10-04 13:55:15 + Commit: Hans Petter Selasky CommitDate

git: 9f69c0b87da3 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9f69c0b87da3faa02abcedb69689b1ab1edf571a commit 9f69c0b87da3faa02abcedb69689b1ab1edf571a Author: Hans Petter Selasky AuthorDate: 2022-10-04 13:41:39 + Commit: Hans Petter Selasky CommitDate

git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d97ecf714e791ad8ca7caa969fd9a5e9347fc96a commit d97ecf714e791ad8ca7caa969fd9a5e9347fc96a Author: Hans Petter Selasky AuthorDate: 2022-10-02 22:15:09 + Commit: Hans Petter Selasky CommitDate

git: 1024bb26337b - main - qdivrem: Predict division by zero as false.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1024bb26337bdc6679af477977247e9155d502bc commit 1024bb26337bdc6679af477977247e9155d502bc Author: Hans Petter Selasky AuthorDate: 2022-10-04 10:28:25 + Commit: Hans Petter Selasky CommitDate

git: 2ae08612424e - main - cuse(3): Cosmetic change about testing boolean values.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=2ae08612424eda47e099096f1f5719891c6d4711 commit 2ae08612424eda47e099096f1f5719891c6d4711 Author: Hans Petter Selasky AuthorDate: 2022-10-04 10:31:51 + Commit: Hans Petter Selasky CommitDate

Re: git: 8f0a3c9c3551 - main - cuse(3): Use bool type for boolean value instead of int type.

2022-10-03 Thread Hans Petter Selasky
On 10/3/22 19:49, Jessica Clarke wrote: On 3 Oct 2022, at 16:36, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8f0a3c9c35517e61f4f64ce5b252202b8ddfa313 commit 8f0a3c9c35517e61f4f64ce5b252202b8ddfa313 Author: Hans

Re: git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes.

2022-10-03 Thread Hans Petter Selasky
On 10/3/22 22:07, Konstantin Belousov wrote: On Mon, Oct 03, 2022 at 03:36:58PM +, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=5e59b2734f77da24e2bc45154c7db949b9d790c5 commit

git: 0def80f1a5c8 - main - time(3): Align fast clock times to avoid firing multiple timers.

2022-10-03 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=0def80f1a5c8f7a02b92c823e5c71f9f746c3e6b commit 0def80f1a5c8f7a02b92c823e5c71f9f746c3e6b Author: Hans Petter Selasky AuthorDate: 2022-10-03 08:54:40 + Commit: Hans Petter Selasky CommitDate

git: 5e59b2734f77 - main - cuse(3): Optimise small reads and writes.

2022-10-03 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=5e59b2734f77da24e2bc45154c7db949b9d790c5 commit 5e59b2734f77da24e2bc45154c7db949b9d790c5 Author: Hans Petter Selasky AuthorDate: 2022-09-20 13:58:36 + Commit: Hans Petter Selasky CommitDate

git: 8f0a3c9c3551 - main - cuse(3): Use bool type for boolean value instead of int type.

2022-10-03 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8f0a3c9c35517e61f4f64ce5b252202b8ddfa313 commit 8f0a3c9c35517e61f4f64ce5b252202b8ddfa313 Author: Hans Petter Selasky AuthorDate: 2022-10-03 15:26:43 + Commit: Hans Petter Selasky CommitDate

git: aa87aa52326b - main - libusb(3): Implement libusb_interrupt_event_handler() by exposing existing function.

2022-10-02 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=aa87aa52326be7b726664dba65e91ec3d8160f48 commit aa87aa52326be7b726664dba65e91ec3d8160f48 Author: Hans Petter Selasky AuthorDate: 2022-10-02 15:30:40 + Commit: Hans Petter Selasky CommitDate

git: dd6bb9abf075 - main - LinuxKPI: Use SYSCTL_FOREACH()

2022-09-28 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=dd6bb9abf075fd3a14956f61559a7e90bb2f26d9 commit dd6bb9abf075fd3a14956f61559a7e90bb2f26d9 Author: Hans Petter Selasky AuthorDate: 2022-09-28 11:42:32 + Commit: Hans Petter Selasky CommitDate

git: f092c21bf630 - main - snd_uaudio(4): Add some examples accessing USB MIDI devices.

2022-09-27 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f092c21bf630543dc899a444fa7885d0bbbaedfd commit f092c21bf630543dc899a444fa7885d0bbbaedfd Author: Goran Mekic AuthorDate: 2022-09-27 17:28:27 + Commit: Hans Petter Selasky CommitDate: 2022-09

git: c075ea46bca6 - main - sysctl(3): Implement SYSCTL_FOREACH() to iterate all OIDs in a sysctl list.

2022-09-27 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c075ea46bca6d48ce9f639e4575077d06d392427 commit c075ea46bca6d48ce9f639e4575077d06d392427 Author: Hans Petter Selasky AuthorDate: 2022-09-27 13:48:16 + Commit: Hans Petter Selasky CommitDate

git: 2cce9aa0785c - main - vt(4): Make sure vt_switch_timer() has a sleepable context.

2022-09-27 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=2cce9aa0785c438fa8b66bd230824f7460df14ac commit 2cce9aa0785c438fa8b66bd230824f7460df14ac Author: Hans Petter Selasky AuthorDate: 2022-09-26 15:10:50 + Commit: Hans Petter Selasky CommitDate

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-09-27 Thread Hans Petter Selasky
FYI: https://reviews.freebsd.org/D36748 --HPS

  1   2   3   4   5   >