nr_seg is int, but it can not get to negative, can it?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 2 2023
Maybe it should be moved to common?
Jan 24 2023
Jan 18 2023
In D36052#857841, @emaste wrote:Getting rid of default 9600 baud serial console is a good thing, we'll need to make sure this is widely documented in release notes etc.
See also D36295
Jan 13 2023
Nice, thanks!:)
Jan 4 2023
Dec 16 2022
small nits still, but good otherwise, I assume, this code does work as expected now?
Dec 15 2022
In D36052#857682, @schakrabarti_microsoft.com wrote:Setting other values than default values cause hang during comc_setup. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266248
Nov 18 2022
Seems reasonable.
Oct 13 2022
Oct 11 2022
Oct 10 2022
LGTM, thanks!
Sep 20 2022
In D34479#831843, @imp wrote:Some general comments...
The style of indented #if isn't what we do in FreeBSD. Code should be indented as if the #if isn't present, and the # directives should be in column 1.
We don't add extra spaces around the ('s, as I've highlighted
We don't do if (foo) bar; on one line.
logical operators are at the end of the line, not the start of the continuation.It's an interesting notion... You'll likely want to do something similar to the EFI boot loader as well.
Sep 14 2022
Sep 13 2022
Sep 8 2022
Thanks!
Sep 5 2022
Aug 31 2022
review feedback.
50 enumeration values not handled in switch
commit message update
Aug 15 2022
Aug 14 2022
Aug 13 2022
BSS would not had saved us as we do have code, data, bss, stack in low memory.
Aug 12 2022
Jul 28 2022
Jul 27 2022
Jul 26 2022
Jul 25 2022
Jul 24 2022
I am wondering, if we should use #ifndef ASSERT etc instead.
Jul 22 2022
update date and nuke $FreeBSD$
suggestions from review.
Jul 20 2022
In D33302#814333, @avg wrote:@tsoome , could you please clarify the nature of our objection to this change?
Jul 14 2022
Jul 10 2022
Do not split authors on new lines.
Implemented by https://reviews.freebsd.org/D35750
Jul 9 2022
most done
and more feedback
some more feedback.
review feedback
Jul 8 2022
It does look good, thanks! (waiting for update as noted in chat).
Jul 4 2022
Seems to be good. and on this arm64 machine, it does work:
Jun 26 2022
Jun 25 2022
In D35342#807371, @mhorne wrote:Seems to be the same as the original review with my two suggested tweaks? LGTM
Updates to pmc.3 as suggested by pauamma_gundo.com.