git: c5f549c1e0c9 - main - newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .

2022-03-11 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c5f549c1e0c9aa1764e87d55f183053c1545b1fc commit c5f549c1e0c9aa1764e87d55f183053c1545b1fc Author: Wuyang Chung AuthorDate: 2022-03-08 13:52:17 + Commit: Hans Petter Selasky CommitDate: 2022

git: 3322d1c0e254 - main - ps(1): Use calloc instead of malloc and memset.

2022-03-11 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=3322d1c0e25448563497acaa5c2358fe465765b8 commit 3322d1c0e25448563497acaa5c2358fe465765b8 Author: Alfonso AuthorDate: 2021-10-04 16:46:57 + Commit: Hans Petter Selasky CommitDate: 2022-03-11

git: 419822b372f5 - main - libgeom(3): Use calloc instead of malloc and bzero.

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

Re: git: 832acea92fc8 - main - icl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_transient.

2022-03-11 Thread Hans Petter Selasky
On 3/11/22 10:32, Andrew Turner wrote: You can use PMAP_HAS_DMAP to check if the DMAP region is supported, however you’ll need a fallback to create a temporary mapping. You may want to look at how the LinuxKPI handles this. /usr/src/sys/compat/linuxkpi/common/include/linux/scatterlist.h:

Re: git: 832acea92fc8 - main - icl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_transient.

2022-03-11 Thread Hans Petter Selasky
On 3/11/22 10:50, Hans Petter Selasky wrote: On 3/11/22 10:32, Andrew Turner wrote: You can use PMAP_HAS_DMAP to check if the DMAP region is supported, however you’ll need a fallback to create a temporary mapping. You may want to look at how the LinuxKPI handles this. More specifically

Re: git: 419822b372f5 - main - libgeom(3): Use calloc instead of malloc and bzero.

2022-03-11 Thread Hans Petter Selasky
On 3/11/22 11:57, Mateusz Piotrowski wrote: Hi, I grepped out tree and there are many other places, which could be converted to using calloc. Is there anything to watch out for when converting malloc and memset call pairs to calloc? Hi, If you have a tool for it combined with a review, sh

git: 88a29d89ebab - main - lindebugfs: Zero the linux_file structure before use.

2022-03-11 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=88a29d89ebab1ed60607c3dab73143c3b59a0f83 commit 88a29d89ebab1ed60607c3dab73143c3b59a0f83 Author: Hans Petter Selasky AuthorDate: 2022-03-11 16:29:54 + Commit: Hans Petter Selasky CommitDate

git: 68ec2949ad34 - main - lindebugfs: The Linux file operations use negative return values in the kernel.

2022-03-11 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=68ec2949ad3411aa8a684dfca2cae90cbe202675 commit 68ec2949ad3411aa8a684dfca2cae90cbe202675 Author: Hans Petter Selasky AuthorDate: 2022-03-11 16:37:46 + Commit: Hans Petter Selasky CommitDate

git: a23e475c48da - main - lindebugfs: Make single_release() NULL safe.

2022-03-11 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a23e475c48da7a3751ffdc689be01d514ea2857c commit a23e475c48da7a3751ffdc689be01d514ea2857c Author: Hans Petter Selasky AuthorDate: 2022-03-11 16:39:44 + Commit: Hans Petter Selasky CommitDate

git: 16346e1401b8 - main - usbtest: Fix issue when multiple devices are sharing same USB vendor and product ID.

2022-03-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=16346e1401b8b369e251bc70781349fb9b813cef commit 16346e1401b8b369e251bc70781349fb9b813cef Author: Hans Petter Selasky AuthorDate: 2022-03-13 14:17:06 + Commit: Hans Petter Selasky CommitDate

git: d5ad1713cc38 - main - Chase mixer(8) command-line interface changes

2022-03-14 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d5ad1713cc38b680920efc0596e3904532c07dc7 commit d5ad1713cc38b680920efc0596e3904532c07dc7 Author: Hans Petter Selasky AuthorDate: 2022-03-14 08:36:58 + Commit: Hans Petter Selasky CommitDate

git: c6cf874c7de3 - main - LinuxKPI: Add comment describing proper use of the on_each_cpu() function.

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

git: 19837718ab51 - main - xhci(4): Add quirk for "Fresco Logic FL1009 USB3.0 xHCI Controller".

2022-03-16 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=19837718ab51756183046e5162b8b3b7b3cb8c3d commit 19837718ab51756183046e5162b8b3b7b3cb8c3d Author: Hans Petter Selasky AuthorDate: 2022-03-16 15:48:12 + Commit: Hans Petter Selasky CommitDate

git: a85ff2114ccb - main - stand/usb: Fix build by declaring missing functions and types.

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

git: 5e203517e0d2 - main - usb(4): Use the global BUS topology lock where appropriate.

2022-03-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=5e203517e0d231e7edfa86bac5d577137896ce45 commit 5e203517e0d231e7edfa86bac5d577137896ce45 Author: Hans Petter Selasky AuthorDate: 2022-03-17 14:20:51 + Commit: Hans Petter Selasky CommitDate

git: 6bce8a35cf0a - main - usb(4): Check return value from bus_generic_get_device_path().

2022-03-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6bce8a35cf0aa184571e7e7049c1d15873afff30 commit 6bce8a35cf0aa184571e7e7049c1d15873afff30 Author: Hans Petter Selasky AuthorDate: 2022-03-17 14:23:46 + Commit: Hans Petter Selasky CommitDate

git: 5c6935a64560 - main - mixer.3: Fix spelling

2022-03-18 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=5c6935a645604b1e39b2cf6dbc23f66ec58f3e54 commit 5c6935a645604b1e39b2cf6dbc23f66ec58f3e54 Author: Hans Petter Selasky AuthorDate: 2022-03-18 11:08:55 + Commit: Hans Petter Selasky CommitDate

git: 60bdfe986968 - main - mixer(8): Remove [.volume] string from default printout.

2022-03-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=60bdfe986968a583fd26fee107b922bad4b57031 commit 60bdfe986968a583fd26fee107b922bad4b57031 Author: Hans Petter Selasky AuthorDate: 2022-03-20 16:23:37 + Commit: Hans Petter Selasky CommitDate

git: da3d4469ef84 - main - mixer(8): Add shorthand syntax for setting the volume.

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

git: f250ff5ff309 - main - mixer(8): Improve shorthand volume parsing.

2022-03-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f250ff5ff3094abd5570df61fbe4d2c37e3624a9 commit f250ff5ff3094abd5570df61fbe4d2c37e3624a9 Author: Hans Petter Selasky AuthorDate: 2022-03-20 19:08:13 + Commit: Hans Petter Selasky CommitDate

git: bde84602722e - main - mixer.4 and mixer.8: Fix mandoc -Tlint errors.

2022-03-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bde84602722e3fad2e433e9b6bf6196909936481 commit bde84602722e3fad2e433e9b6bf6196909936481 Author: Hans Petter Selasky AuthorDate: 2022-03-20 19:13:00 + Commit: Hans Petter Selasky CommitDate

git: 95e96c00fd5a - main - mixer.8: Document shorthand syntax for volume setting.

2022-03-20 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=95e96c00fd5ae57a9c3a0c4032822170c2fc4d13 commit 95e96c00fd5ae57a9c3a0c4032822170c2fc4d13 Author: Hans Petter Selasky AuthorDate: 2022-03-20 19:15:30 + Commit: Hans Petter Selasky CommitDate

git: 88162f7abd61 - main - ulpt(4): Add support for Epson TM-U220B.

2022-04-01 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=88162f7abd61206c98432f2c0de869a59be13854 commit 88162f7abd61206c98432f2c0de869a59be13854 Author: Hans Petter Selasky AuthorDate: 2022-04-02 00:27:48 + Commit: Hans Petter Selasky CommitDate

git: cda31e734925 - main - xhci(4): Ensure the so-called data toggle gets properly reset.

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

git: 6eb6aeef7e67 - main - uath(4): Fix incorrect byte-swapping and a buffer length check.

2022-04-30 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6eb6aeef7e670bddc9cd52aaf32765a9ea85eee3 commit 6eb6aeef7e670bddc9cd52aaf32765a9ea85eee3 Author: Hans Petter Selasky AuthorDate: 2022-04-30 09:21:54 + Commit: Hans Petter Selasky CommitDate

git: 6244b53e1658 - main - ibcore: Allow passing NULL-pointers to ib_umem_release()

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

Re: git: cda31e734925 - main - xhci(4): Ensure the so-called data toggle gets properly reset.

2022-05-02 Thread Hans Petter Selasky
On 5/3/22 00:25, Nathan Whitehorn wrote: After this change, I cannot use devices attached to the USB 3 hub in my Dell monitor anymore. The hub appears properly, but any device plugged into it just leaves this in dmesg: ugen0.3: at usbus0 (disconnected) Note that there is no corresponding conn

git: d735d604f063 - main - mlx5en(4): Use hard-coded 4K page size for RQ/SQ/CQ.

2022-05-03 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d735d604f063617909d98bd0fc36a6f25a14c699 commit d735d604f063617909d98bd0fc36a6f25a14c699 Author: Hans Petter Selasky AuthorDate: 2022-05-02 15:14:50 + Commit: Hans Petter Selasky CommitDate

git: e276d2815031 - main - xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.

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

git: 09dd1adfa4c9 - main - xhci(4): Always add and evaluate the slot context.

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

git: d730333c80fe - main - xhci(4): Properly define all basic USB port speeds.

2022-05-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d730333c80fe8bc60770d093cbf12f473a065ca4 commit d730333c80fe8bc60770d093cbf12f473a065ca4 Author: Hans Petter Selasky AuthorDate: 2022-05-03 20:19:35 + Commit: Hans Petter Selasky CommitDate

git: a1c0442b418b - main - xhci(4): Tweak USB port speed checks to allow newer super speed generations.

2022-05-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a1c0442b418b39e57d287750147b0aeae5140766 commit a1c0442b418b39e57d287750147b0aeae5140766 Author: Hans Petter Selasky AuthorDate: 2022-05-03 20:20:27 + Commit: Hans Petter Selasky CommitDate

git: 9f580526e45a - main - ibcore: Remove set, but not used variable.

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

Re: git: 868bf82153e8 - main - if: avoid interface destroy race

2022-05-06 Thread Hans Petter Selasky
On 5/6/22 13:56, Kristof Provost wrote: The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=868bf82153e8ff22f09a8860c872149e0fb6bdef commit 868bf82153e8ff22f09a8860c872149e0fb6bdef Author: Kristof Provost AuthorDate: 2022-03-27 18:23:25 + Commit: K

git: f9e90c24737f - main - LinuxKPI: Implement linux/hashtable.h for FreeBSD.

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

git: 747feea146d8 - main - Streamline the infiniband code according to the ethernet code.

2020-12-31 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=747feea146d809e01595a11d0a8e8adefc4a975c commit 747feea146d809e01595a11d0a8e8adefc4a975c Author: Hans Petter Selasky AuthorDate: 2020-12-31 09:06:42 + Commit: Hans Petter Selasky CommitDate

Re: git: ec52ff6d1411 - main - Streamline the infiniband code according to the ethernet code.

2020-12-31 Thread Hans Petter Selasky
On 12/31/20 3:58 AM, Ryan Libby wrote: This broke tinderbox via the LINT-NOIP kernels. The code compiles fine with the ifdef guard removed. Can we just delete it? Thank you. I've just fixed it in 747feea146d8. --HPS ___ dev-commits-src-main@freebs

Re: git: c3e89a30fdc2 - main - copyrights: Happy New Year 2021

2020-12-31 Thread Hans Petter Selasky
On 12/31/20 4:29 PM, Glen Barber wrote: The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=c3e89a30fdc2c985b73f46ab2f414d53945fc00b commit c3e89a30fdc2c985b73f46ab2f414d53945fc00b Author: Glen Barber AuthorDate: 2020-12-31 15:23:36 + Commit: Glen

git: c834f30a0c16 - main - Add new PCI ID for XHCI(4).

2021-01-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c834f30a0c16d1ea79f3e1695b486aa81a8ede38 commit c834f30a0c16d1ea79f3e1695b486aa81a8ede38 Author: Hans Petter Selasky AuthorDate: 2021-01-07 14:27:24 + Commit: Hans Petter Selasky CommitDate

git: ea0efc370416 - main - Add support for PL2303HXN to uplcom(4).

2021-01-07 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ea0efc37041640686fbfb226e80ee60e58cb17f1 commit ea0efc37041640686fbfb226e80ee60e58cb17f1 Author: Hans Petter Selasky AuthorDate: 2021-01-07 14:34:26 + Commit: Hans Petter Selasky CommitDate

git: 50a9f8bbc1dd - main - Downgrade error about missing VSC to warning and make messages consistent in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=50a9f8bbc1dd3551440dcd30fd9d85ee14353248 commit 50a9f8bbc1dd3551440dcd30fd9d85ee14353248 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:50:41 + Commit: Hans Petter Selasky CommitDate

git: daa150aaa30f - main - Properly handle case where firmware dump returns more registers on second pass in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=daa150aaa30fad8187da8bcbce0880c5075fdda7 commit daa150aaa30fad8187da8bcbce0880c5075fdda7 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:52:44 + Commit: Hans Petter Selasky CommitDate

git: 87b3c8cc99f9 - main - Fix spelling in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=87b3c8cc99f964d152ab12f38560de157c681d4d commit 87b3c8cc99f964d152ab12f38560de157c681d4d Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:54:16 + Commit: Hans Petter Selasky CommitDate

git: 82c7abe7785b - main - The "unsigned" type is the same like "unsigned int".

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=82c7abe7785bd8aeb290d91f80ddeb31e81407a5 commit 82c7abe7785bd8aeb290d91f80ddeb31e81407a5 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:58:10 + Commit: Hans Petter Selasky CommitDate

git: 98140747ca93 - main - Update the PCI ID list in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=98140747ca93fa36f49103d6c01e47117b51f48c commit 98140747ca93fa36f49103d6c01e47117b51f48c Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:00:54 + Commit: Hans Petter Selasky CommitDate

git: 480570dbb309 - main - Fixes for SRIOV in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=480570dbb309585b04dcb6e9cb3f6b1e1a9bd683 commit 480570dbb309585b04dcb6e9cb3f6b1e1a9bd683 Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:06:11 + Commit: Hans Petter Selasky CommitDate

git: a00718e1dfcd - main - Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a00718e1dfcd9b1f0a1b2706f552cd003ea082d8 commit a00718e1dfcd9b1f0a1b2706f552cd003ea082d8 Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:12:02 + Commit: Hans Petter Selasky CommitDate

git: 89c0b4fa1172 - main - Bump some copyrights in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e commit 89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:21:58 + Commit: Hans Petter Selasky CommitDate

git: 376e130b4707 - main - Fix memory leaks in error paths in krping.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=376e130b4707d97a047a0d1e85cd8ce29035138b commit 376e130b4707d97a047a0d1e85cd8ce29035138b Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:22:18 + Commit: Hans Petter Selasky CommitDate

git: 9a47ae044b48 - main - Bump driver versions for mlx5en(4) and mlx4en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9a47ae044b487b98da8c3a892d2aa06df233ac53 commit 9a47ae044b487b98da8c3a892d2aa06df233ac53 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:45:26 + Commit: Hans Petter Selasky CommitDate

git: 376479200760 - main - Fix whitespace in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=37647920076048300c604b97d8a8691dca49ad4a commit 37647920076048300c604b97d8a8691dca49ad4a Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:44:42 + Commit: Hans Petter Selasky CommitDate

git: f8f5b459d21e - main - Update user access region, UAR, APIs in the core in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f8f5b459d21ec9dd1ca5d9de319d8b440fef84a8 commit f8f5b459d21ec9dd1ca5d9de319d8b440fef84a8 Author: Hans Petter Selasky AuthorDate: 2021-01-08 12:30:26 + Commit: Hans Petter Selasky CommitDate

git: 431980466ff0 - main - Don't offset the UAR map twice in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=431980466ff05947975cae6a85188b6a54c05939 commit 431980466ff05947975cae6a85188b6a54c05939 Author: Hans Petter Selasky AuthorDate: 2021-01-08 17:32:16 + Commit: Hans Petter Selasky CommitDate

git: a898ee51c41d - main - Fix LINT kernel build after 01f2e864f79584c0cd250a8e7cfb501a9985768a.

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

Re: git: 1ffa5c63f449 - main - Copy HID over USB support files to new sys/dev/hid directory

2021-01-09 Thread Hans Petter Selasky
On 1/9/21 12:10 PM, Vladimir Kondratyev wrote: On 09.01.2021 04:43, Mateusz Guzik wrote: I don't know which commit is ultimately responsible from the series, but LINT kernels fail to build in tinderbox. For example LINT-NOINET6: ld: error: undefined symbol: hid_report_size_max referenced by ua

Re: git: 82c7abe7785b - main - The "unsigned" type is the same like "unsigned int".

2021-01-09 Thread Hans Petter Selasky
On 1/9/21 7:15 PM, Andriy Gapon wrote: On 2021-01-08 13:37, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=82c7abe7785bd8aeb290d91f80ddeb31e81407a5 commit 82c7abe7785bd8aeb290d91f80ddeb31e81407a5 Author: Hans Petter

Re: git: afd590d9e566 - main - hid: Import hidmap and bunch of drivers based on it

2021-01-10 Thread Hans Petter Selasky
On 1/10/21 7:39 AM, Ryan Libby wrote: This broke the gcc build in about a half dozen places due to -Wswitch, e.g. here. If you like, I can prepare an inelegant patch adding either default cases or all the ignored cases to all of them. wulf: I believe adding "default:" cases to all switch state

Re: git: 16079c7233be - main - hid: quiet -Wswitch

2021-01-11 Thread Hans Petter Selasky
On 1/11/21 8:05 PM, Ryan Libby wrote: If these cases are never reachable, then I think '__assert_unreachable()' is preferred to a plain break. Hi, I'll have to let wulf and hselasky speak to that... __assert_unreachable() is a bit fresh in my opinion. Basically it comes down to a panic/as

git: 6e5baec33c10 - main - Fix for use-after-free in if_ure(4) driver.

2021-01-12 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6e5baec33c1032f4fbf713d601a34b4658b918a2 commit 6e5baec33c1032f4fbf713d601a34b4658b918a2 Author: Hans Petter Selasky AuthorDate: 2021-01-12 13:13:14 + Commit: Hans Petter Selasky CommitDate

git: bafb68265672 - main - Fix for off-by-one in GPIO driver after r368585. While at it declare the iteration variable outside the for-loop to appease older compilers.

2021-01-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bafb682656724d06045fa494efb83a4312036f1f commit bafb682656724d06045fa494efb83a4312036f1f Author: Hans Petter Selasky AuthorDate: 2021-01-12 17:46:09 + Commit: Hans Petter Selasky CommitDate

Re: git: bafb68265672 - main - Fix for off-by-one in GPIO driver after r368585. While at it declare the iteration variable outside the for-loop to appease older compilers.

2021-01-13 Thread Hans Petter Selasky
On 1/13/21 12:13 PM, Michal Meloun wrote: On 13.01.2021 10:07, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=bafb682656724d06045fa494efb83a4312036f1f commit bafb682656724d06045fa494efb83a4312036f1f Author: Hans

git: f2a7b434b30e - main - Variable declarations are since C99 and r363250 allowed inside for-loops. Partial revert of bafb68265672.

2021-01-13 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f2a7b434b30efe341d51c0c0b151614775771ab6 commit f2a7b434b30efe341d51c0c0b151614775771ab6 Author: Hans Petter Selasky AuthorDate: 2021-01-13 11:27:04 + Commit: Hans Petter Selasky CommitDate

git: e47a6525e71d - main - Add missing init of new fields after new UAR API was introduced by f8f5b459d21e in mlx5ib.

2021-01-14 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=e47a6525e71d48fd3dd49aac61cbe211ceec34f2 commit e47a6525e71d48fd3dd49aac61cbe211ceec34f2 Author: Hans Petter Selasky AuthorDate: 2021-01-14 10:42:31 + Commit: Hans Petter Selasky CommitDate

Re: git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue

2021-01-18 Thread Hans Petter Selasky
On 1/17/21 12:47 PM, Emmanuel Vadot wrote: diff --git a/sys/compat/linuxkpi/common/include/linux/llist.h b/sys/compat/linuxkpi/common/include/linux/llist.h new file mode 100644 index ..b3c89516e710 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/linux/llist.h @@ -0,0 +1,101 @@

git: 064009e79462 - main - Add support for enabling and disabling IFCAP_VLAN_HWTSO via ifconfig(8) in mlx5en(4).

2021-01-25 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=064009e79462dea517aa7f1a857fb4d5393caa69 commit 064009e79462dea517aa7f1a857fb4d5393caa69 Author: Hans Petter Selasky AuthorDate: 2021-01-25 10:22:55 + Commit: Hans Petter Selasky CommitDate

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

2021-01-26 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=85d8d30f9f7046f5e89295352ded49135b25fbe3 commit 85d8d30f9f7046f5e89295352ded49135b25fbe3 Author: Hans Petter Selasky AuthorDate: 2021-01-26 14:01:38 + Commit: Hans Petter Selasky CommitDate

git: 093e72319089 - main - Add missing decrement of active ratelimit connections.

2021-01-26 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=093e7231908908b651b91c68ac03fb697c3a8352 commit 093e7231908908b651b91c68ac03fb697c3a8352 Author: Hans Petter Selasky AuthorDate: 2021-01-26 15:59:42 + Commit: Hans Petter Selasky CommitDate

git: b8051298b0a3 - main - Fix missing value in uar_page field for ratelimit in mlx5en(4). This is a regression issue after the new UAR API was introduced by f8f5b459d21e .

2021-01-28 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=b8051298b0a345ae0bdfcd2ddf89bca1b96c6c2a commit b8051298b0a345ae0bdfcd2ddf89bca1b96c6c2a Author: Hans Petter Selasky AuthorDate: 2021-01-26 16:01:34 + Commit: Hans Petter Selasky CommitDate

Re: git: 1a714ff20419 - main - This pulls over all the changes that are in the netflix tree that fix the ratelimit code. There were several bugs in tcp_ratelimit itself and we needed further work to s

2021-01-31 Thread Hans Petter Selasky
Hi, If Randall doesn't fix this by end of Monday, I'll step up and fix it. It is just a matter of adding some #ifdef's in there :-) --HPS ___ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-mai

Re: git: 1a714ff20419 - main - This pulls over all the changes that are in the netflix tree that fix the ratelimit code. There were several bugs in tcp_ratelimit itself and we needed further work to s

2021-02-01 Thread Hans Petter Selasky
) ld: error: undefined symbol: gssd_release_name_1 referenced by gss_release_name.c gss_release_name.o:(gss_release_name) Maybe xdr needs to be added to LINT now? Passing the ball onto Konstantin. --HPS commit 38dc40d5b501932e60eb1fb52933a280d5035488 Author: Hans Petter Selasky

git: db46c0d0cb3d - main - Fix LINT kernel builds after 1a714ff20419 .

2021-02-01 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=db46c0d0cb3da2813727e56df1f2db292065867a commit db46c0d0cb3da2813727e56df1f2db292065867a Author: Hans Petter Selasky AuthorDate: 2021-02-01 12:23:21 + Commit: Hans Petter Selasky CommitDate

git: 12148d4300db - main - Fix for locking order reversal in USB audio driver, when using mmap().

2021-02-14 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=12148d4300dbbd93260bf2801cdb9eda8b3b05a4 commit 12148d4300dbbd93260bf2801cdb9eda8b3b05a4 Author: Hans Petter Selasky AuthorDate: 2021-02-14 19:29:16 + Commit: Hans Petter Selasky CommitDate

git: d23b583dfdd5 - main - Bump the FreeBSD kernel version in kernel boot shim.

2021-02-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d23b583dfdd5669aeeb0693bdf3b30bfde98d4b4 commit d23b583dfdd5669aeeb0693bdf3b30bfde98d4b4 Author: Hans Petter Selasky AuthorDate: 2021-02-17 15:45:09 + Commit: Hans Petter Selasky CommitDate

git: 9febbc454190 - main - Fix for natd(8) sending wrong sequence number after TCP retransmission, terminating a TCP connection.

2021-02-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9febbc4541903bb8e6b0f1c84988c98b2f7c96ef commit 9febbc4541903bb8e6b0f1c84988c98b2f7c96ef Author: Hans Petter Selasky AuthorDate: 2021-02-22 10:58:46 + Commit: Hans Petter Selasky CommitDate

Re: git: 600eade2fb4f - main - Add ifa_try_ref() to simplify ifa handling inside epoch.

2021-03-06 Thread Hans Petter Selasky
On 2/16/21 9:18 PM, Alexander V. Chernikov wrote: The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=600eade2fb4faacfcd408a01140ef15f85f0c817 commit 600eade2fb4faacfcd408a01140ef15f85f0c817 Author: Alexander V. Chernikov AuthorDate: 2021-02-16 20:12

Re: git: 7563019bc693 - main - Add if_try_ref() to simplify refcount handling inside epoch.

2021-03-06 Thread Hans Petter Selasky
On 2/23/21 12:38 AM, Alexander V. Chernikov wrote: The branch main has been updated by melifaro: diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 291a7781d73c..33a737880a8d 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -661,6 +661,7 @@ voidif_link_state_change(struct if

git: c743a6bd4fc0 - main - Implement mallocarray_domainset(9) variant of mallocarray(9).

2021-03-06 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c743a6bd4fc0d1be30f9bc9996333ac0ba079563 commit c743a6bd4fc0d1be30f9bc9996333ac0ba079563 Author: Hans Petter Selasky AuthorDate: 2021-03-06 10:25:12 + Commit: Hans Petter Selasky CommitDate

git: ebe5cf355dca - main - Implement basic support for allocating memory from a specific numa node in the LinuxKPI.

2021-03-09 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ebe5cf355dca1d7827a70b99a9d9c4f97f78691d commit ebe5cf355dca1d7827a70b99a9d9c4f97f78691d Author: Hans Petter Selasky AuthorDate: 2021-03-05 11:44:06 + Commit: Hans Petter Selasky CommitDate

git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d1cbe79089868226625c12ef49f51214d79aa427 commit d1cbe79089868226625c12ef49f51214d79aa427 Author: Hans Petter Selasky AuthorDate: 2021-03-10 09:50:01 + Commit: Hans Petter Selasky CommitDate

Re: git: 1ae20f7c70ea - main - kern: malloc: fix panic on M_WAITOK during THREAD_NO_SLEEPING()

2021-03-10 Thread Hans Petter Selasky
On 3/9/21 6:33 PM, John Baldwin wrote: On 3/9/21 3:17 AM, Kyle Evans wrote: The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=1ae20f7c70ea16fa8b702e409030e170df4f5c13 commit 1ae20f7c70ea16fa8b702e409030e170df4f5c13 Author: Kyle Evans AuthorDate:

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
On 3/10/21 11:04 AM, Konstantin Belousov wrote: This probably hangs machine instead of panicing. In low memory condition, you do not handle interrupt, which probably mean that the source is not silenced, and after EOI the same interrupt will be generated again. Hi, This usually happens during

git: 6eb60f5b7f7d - main - Use the word "LinuxKPI" instead of "Linux compatibility", to not confuse with user-space Linux compatibility support. No functional change.

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6eb60f5b7f7df1a59de139260aebfa0aa5f6d79e commit 6eb60f5b7f7df1a59de139260aebfa0aa5f6d79e Author: Hans Petter Selasky AuthorDate: 2021-03-10 11:21:01 + Commit: Hans Petter Selasky CommitDate

git: dfb33cb0ef48 - main - Allocating the LinuxKPI current structure from a software interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=dfb33cb0ef48084da84072244e8ca486dfcf3a96 commit dfb33cb0ef48084da84072244e8ca486dfcf3a96 Author: Hans Petter Selasky AuthorDate: 2021-03-10 12:26:09 + Commit: Hans Petter Selasky CommitDate

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-11 Thread Hans Petter Selasky
On 3/11/21 6:13 PM, John Baldwin wrote: On 3/10/21 2:09 AM, Hans Petter Selasky wrote: On 3/10/21 11:04 AM, Konstantin Belousov wrote: This probably hangs machine instead of panicing.  In low memory condition, you do not handle interrupt, which probably mean that the source is not silenced

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-11 Thread Hans Petter Selasky
On 3/11/21 7:35 PM, Konstantin Belousov wrote: And I dislike this. It is yet another case of introducing consumer-specific logic into core. Isn't netepoch example enough? I presented another patch to Hans, where task and mm allocations are switched to zones, and the zones have reserve applied.

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-11 Thread Hans Petter Selasky
On 3/11/21 8:04 PM, Konstantin Belousov wrote: On Thu, Mar 11, 2021 at 07:41:53PM +0100, Hans Petter Selasky wrote: On 3/11/21 7:35 PM, Konstantin Belousov wrote: And I dislike this. It is yet another case of introducing consumer-specific logic into core. Isn't netepoch example enoug

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-12 Thread Hans Petter Selasky
Hi, On 3/12/21 1:00 PM, Konstantin Belousov wrote: On Thu, Mar 11, 2021 at 08:20:05PM +0100, Hans Petter Selasky wrote: ... And how this would change? The linux_set_current() calls are spread all over the linuxkpi code, so - you cannot eliminate them for interrupt thread context Regular

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-12 Thread Hans Petter Selasky
On 3/12/21 2:15 PM, Hans Petter Selasky wrote: We could just pre-allocate these structures into a linked list, and dequeue these for interrupt threads only. Every time a new interrupt is allocated we allocate one more of these structures beforehand, and then we use that structure back when the

git: 1acf24a044aa - main - Implement pci_get_relaxed_ordering_enabled() helper function.

2021-03-17 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1acf24a044aaa0391c61af4abe7e018c3bf8a37c commit 1acf24a044aaa0391c61af4abe7e018c3bf8a37c Author: Hans Petter Selasky AuthorDate: 2021-03-16 15:06:42 + Commit: Hans Petter Selasky CommitDate

git: 31070b5bc77a - main - Set default alternate setting when USB audio devices are not in use, to activate power save features.

2021-03-25 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=31070b5bc77a499009a835650eb9d4bf2eceaa15 commit 31070b5bc77a499009a835650eb9d4bf2eceaa15 Author: Hans Petter Selasky AuthorDate: 2021-03-09 16:41:18 + Commit: Hans Petter Selasky CommitDate

git: 4e38478c595a - main - ipoib: Fix incorrectly computed IPOIB_CM_RX_SG value.

2021-03-25 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=4e38478c595a9e6225b525890d7ee269a203c200 commit 4e38478c595a9e6225b525890d7ee269a203c200 Author: Hans Petter Selasky AuthorDate: 2021-03-25 15:55:02 + Commit: Hans Petter Selasky CommitDate

git: 177772088060 - main - Reduce chance of RCU deadlock in the LinuxKPI by implementing the section feature of the concurrency kit, CK.

2021-03-29 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=12088060ab0f41bcdbdd81c4712e7f1c7621 commit 12088060ab0f41bcdbdd81c4712e7f1c7621 Author: Hans Petter Selasky AuthorDate: 2021-03-28 07:36:48 + Commit: Hans Petter Selasky CommitDate

git: 5a3426f453f9 - main - if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching, similarly to the Linux driver, by a tunable read only sysctl.

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

git: 7497dd588901 - main - Fix build of stand/usb .

2021-04-12 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=7497dd58890131251441ab992016c9457295094b commit 7497dd58890131251441ab992016c9457295094b Author: Hans Petter Selasky AuthorDate: 2021-04-12 14:12:18 + Commit: Hans Petter Selasky CommitDate

Re: git: dfff37765ce4 - main - Rename struct device to struct _device

2021-04-12 Thread Hans Petter Selasky
Hi, On 4/12/21 4:30 PM, Cy Schubert wrote: Whereas freebsd_device or fbsd_device is more descriptive and gives the struct the status it deserves There are other non-FreeBSD OS'es using this structure too. I think freebsd_device is too specific. How about bsd_device? In this world of cross OS

git: e3e7d953323c - main - tcp: Avoid division by zero when KERN_TLS is enabled in tcp_account_for_send().

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

git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD.

2021-09-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=903873ce15600fc02a0ea42cbf888cff232b411d commit 903873ce15600fc02a0ea42cbf888cff232b411d Author: Hans Petter Selasky AuthorDate: 2021-09-22 13:42:51 + Commit: Hans Petter Selasky CommitDate

git: 0e94a3069138 - main - UPDATING: Add new entry about mixer(8) usage.

2021-09-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=0e94a30691385595ef03cc6861f0b67371ff90ef commit 0e94a30691385595ef03cc6861f0b67371ff90ef Author: Hans Petter Selasky AuthorDate: 2021-09-22 14:47:25 + Commit: Hans Petter Selasky CommitDate

git: 8fc722a572b8 - main - mixer(8): Compile fix for when the "char" type is unsigned.

2021-09-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=8fc722a572b8af5afde4a4515a7ff3784360e471 commit 8fc722a572b8af5afde4a4515a7ff3784360e471 Author: Hans Petter Selasky AuthorDate: 2021-09-22 18:56:34 + Commit: Hans Petter Selasky CommitDate

git: db6ba1e0c585 - main - mixer(3) and mixer(8): Update manual pages.

2021-09-22 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=db6ba1e0c585d37469c3bc74238b7fc4ea249274 commit db6ba1e0c585d37469c3bc74238b7fc4ea249274 Author: Hans Petter Selasky AuthorDate: 2021-09-22 20:01:12 + Commit: Hans Petter Selasky CommitDate

  1   2   3   4   5   >