git: 7390daf87c53 - main - e1000: Style txrx

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=7390daf87c53073da5e74b2d73ac7320c1a44475 commit 7390daf87c53073da5e74b2d73ac7320c1a44475 Author: Kevin Bowling AuthorDate: 2024-11-24 07:39:43 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: c7fb7b5d9fcd - main - igc: Style pass igc_txrx

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=c7fb7b5d9fcd1fc67794228820aa54df388d47b4 commit c7fb7b5d9fcd1fc67794228820aa54df388d47b4 Author: Kevin Bowling AuthorDate: 2024-11-24 07:27:12 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: c58d34dd67a4 - main - ixgbe: Style pass on FreeBSD part of driver

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=c58d34dd67a419866ee50f152044e49cecbae261 commit c58d34dd67a419866ee50f152044e49cecbae261 Author: Kevin Bowling AuthorDate: 2024-11-24 07:18:33 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: 9efc7325f1ac - main - igc: Reflow long lines

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=9efc7325f1acb85ac8772096cc2b54fd0c6a60ff commit 9efc7325f1acb85ac8772096cc2b54fd0c6a60ff Author: Kevin Bowling AuthorDate: 2024-11-24 05:58:13 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: 6f14883066f1 - main - e1000: Style pass on if_em

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=6f14883066f10afc9e3e2af45c5b509586f9da9e commit 6f14883066f10afc9e3e2af45c5b509586f9da9e Author: Kevin Bowling AuthorDate: 2024-11-24 05:45:52 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: d1bb1a501118 - main - igc: Normalize indentation a bit

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=d1bb1a501118851b02a182afdd9dd1413e9f4ce0 commit d1bb1a501118851b02a182afdd9dd1413e9f4ce0 Author: Kevin Bowling AuthorDate: 2024-11-24 03:17:27 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

git: bceec3d80a3c - main - e1000: Try auto-negotiation for fixed 100 or 10 configuration

2024-11-23 Thread Kevin Bowling
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=bceec3d80a3caf9249e24247fb937674bf5b46b5 commit bceec3d80a3caf9249e24247fb937674bf5b46b5 Author: Kevin Bowling AuthorDate: 2024-11-23 12:27:44 + Commit: Kevin Bowling CommitDate: 2024-11-24 0

Re: git: 7749de244014 - main - Add new kern.vt.slow_down tunable.

2024-11-23 Thread Poul-Henning Kamp
Mark Millard writes: > On Nov 23, 2024, at 08:18, Poul-Henning Kamp wrote: > Sounds to me like the wording should be in terms of > 0 vs. positive numbers: both accurate to the existing > behavior and invariant to such potential changes > --and that the code is doing what you intended. No

Re: git: 7749de244014 - main - Add new kern.vt.slow_down tunable.

2024-11-23 Thread Mark Millard
On Nov 23, 2024, at 08:18, Poul-Henning Kamp wrote: > > Mark Millard writes: > >>> +When debugging the kernel on modern laptops, the screen is often >>> +the only available console, and relevant information will scroll >>> +out of view before it can be captured by eye or camera. >>> +.P

git: b4ede68c21c6 - main - find: Correct ls(1) equivalent command for -ls primary

2024-11-23 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b4ede68c21c6c0277bc283c2bda35f3136e836b6 commit b4ede68c21c6c0277bc283c2bda35f3136e836b6 Author: Thomas Eberhardt AuthorDate: 2024-11-23 16:45:27 + Commit: John Baldwin CommitDate: 2024-11-23 16:4

git: b4c700fa7cca - main - new-bus: Fix some shortcomings in disabling devices via hints

2024-11-23 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b4c700fa7cca7d3e4da84dd417fc3efc42788a52 commit b4c700fa7cca7d3e4da84dd417fc3efc42788a52 Author: John Baldwin AuthorDate: 2024-11-23 16:39:02 + Commit: John Baldwin CommitDate: 2024-11-23 16:39:02

git: 9ad8116b5461 - main - kerneldump: fix incorrect SETSIZE to BIT_COPY_STORE_REL when livedump

2024-11-23 Thread Ka Ho Ng
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=9ad8116b54616a5e8cbcdd2e1432893dce0c608c commit 9ad8116b54616a5e8cbcdd2e1432893dce0c608c Author: Ka Ho Ng AuthorDate: 2024-11-23 16:35:07 + Commit: Ka Ho Ng CommitDate: 2024-11-23 16:35:07 +

Re: git: 7749de244014 - main - Add new kern.vt.slow_down tunable.

2024-11-23 Thread Poul-Henning Kamp
Mark Millard writes: > > +When debugging the kernel on modern laptops, the screen is often > > +the only available console, and relevant information will scroll > > +out of view before it can be captured by eye or camera. > > +.Pp > > +Setting > > +.Va kern.vt.slow_down > > +to a non-zero

RE: git: 7749de244014 - main - Add new kern.vt.slow_down tunable.

2024-11-23 Thread Mark Millard
Poul-Henning Kamp wrote on Date: Sat, 23 Nov 2024 15:03:55 UTC : > The branch main has been updated by phk: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=7749de244014a057b2ea9d68fd8aeb262ea0 > > commit 7749de244014a057b2ea9d68fd8aeb262ea0 > Author: Poul-Henning Kamp > AuthorD

git: 7749de244014 - main - Add new kern.vt.slow_down tunable.

2024-11-23 Thread Poul-Henning Kamp
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=7749de244014a057b2ea9d68fd8aeb262ea0 commit 7749de244014a057b2ea9d68fd8aeb262ea0 Author: Poul-Henning Kamp AuthorDate: 2024-11-23 15:01:09 + Commit: Poul-Henning Kamp CommitDate: 2024-11-2

git: e012d79c9c73 - main - ipfw: fix order of memcpy arguments.

2024-11-23 Thread Andrey V. Elsukov
The branch main has been updated by ae: URL: https://cgit.FreeBSD.org/src/commit/?id=e012d79c9c732a6aef21066feba2e5e48833cca4 commit e012d79c9c732a6aef21066feba2e5e48833cca4 Author: Andrey V. Elsukov AuthorDate: 2024-11-23 12:52:43 + Commit: Andrey V. Elsukov CommitDate: 2024-11-23

git: 253a1fa16b98 - main - mlx5: Fix handling of port_module_event

2024-11-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=253a1fa16b98ac5f73f0820cfdd4f5ad7378757a commit 253a1fa16b98ac5f73f0820cfdd4f5ad7378757a Author: Ariel Ehrenberg AuthorDate: 2024-10-31 09:18:26 + Commit: Konstantin Belousov CommitDate: 2024-11-2

git: 0d38b0bc8fbc - main - mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSD

2024-11-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0d38b0bc8fbc82e3b4664d34d30d9e0091b277b9 commit 0d38b0bc8fbc82e3b4664d34d30d9e0091b277b9 Author: Konstantin Belousov AuthorDate: 2024-11-20 13:00:00 + Commit: Konstantin Belousov CommitDate: 2024-

git: 64bf5a431cbe - main - mlx5_en: style function prototype

2024-11-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=64bf5a431cbe1842db6f54993d6d426484012a5a commit 64bf5a431cbe1842db6f54993d6d426484012a5a Author: Konstantin Belousov AuthorDate: 2024-11-23 10:01:12 + Commit: Konstantin Belousov CommitDate: 2024-

git: 7fbc896e28e4 - main - vm_page.c: remove transiently defined vm_page_free_toq_impl() prototype

2024-11-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7fbc896e28e4eb895bd299da40dbdbc32509376b commit 7fbc896e28e4eb895bd299da40dbdbc32509376b Author: Konstantin Belousov AuthorDate: 2024-11-23 09:45:05 + Commit: Konstantin Belousov CommitDate: 2024-

git: 81b38bce0794 - main - mlx5e tls: Ensure all allocated tags have a hw context associated

2024-11-23 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=81b38bce07940b7a4001dfeb8cd63774229ca950 commit 81b38bce07940b7a4001dfeb8cd63774229ca950 Author: Andrew Gallatin AuthorDate: 2024-11-23 09:43:17 + Commit: Konstantin Belousov CommitDate: 2024-11-2