User Details
- User Since
- Jul 12 2022, 11:32 AM (134 w, 5 d)
Thu, Jan 30
Thanks for trying this out @jkim & @shuriku_shurik.kiev.ua :)
Wed, Jan 29
Print out message when all device power constraints are respected
- Use Intel GET_DEVICE_CONSTRAINTS DSM by default (Microsoft doesn't have this)
- Comment for entry/exit notification functions
Sat, Jan 25
Sat, Jan 11
Based on the discussion on github, it looks like the unqualified D3 state likely should correspond to D3hot?
Jan 10 2025
more style(9) closening
bring closer to style(9)
Add PCI_POWERSTATE_D3_COLD to pci(9) manpage
Respond to style comments
Jan 9 2025
Add missing section header in libusb.3 manpage
Jan 8 2025
Jan 3 2025
Jan 2 2025
Explicit check for reslist_name to set reslist_handle. Was previously relying on hidden check in AcpiGetHandle.
Also, we'll likely want to split this up since it looks like several different changes combined. Though we can split once we're happy with the changes if you have them all combined at the moment.
Dec 27 2024
Dec 18 2024
Nov 5 2024
- libusb.3: add libusb_get_parent
- libusb.3: add libusb_get_parent
Oct 9 2024
This will end up being a port.
Oct 7 2024
Aug 31 2023
Feb 5 2023
Ah yes I forgot to specify sorry, "Aymeric Wibo" :)
Sep 8 2022
ls: Remove Tn macros from manpage
Fix warnings from mandoc -Tlint
Sep 7 2022
I have not, I didn't know about that, thanks for pointing me to it! I'll fix that in a bit. May I fix all the "STYLE: useless macro: Tn" errors or do I ignore those?
Sep 3 2022
Sep 1 2022
Aug 31 2022
ls: Add strcoll(3) & strverscmp(3) to "SEE ALSO" in manpage
Aug 24 2022
Aug 23 2022
scandir: Add man link from versionsort.3
Stupid mistake in usage of __DECONST
Looks fine to me aside from the manpage typos :)
Code style
I still haven't tried compiling anything yet; I don't have access to a FreeBSD machine for the moment.
Aug 21 2022
Does spacing like this work for you @kib? Hopefully I'll get the feeling for where blank spaces are/aren't appropriate in FreeBSD code in future patches 😄
Replace casts with __DECONST & remove some blank lines
Where can I find the rules for vertical spacing? I can't find it explicitly in style(9)
Integrate styling comments from @kib
Integrate styling comments from @kib
I'll make those changes a little later, thank you :)
Aug 19 2022
strverscmp: Respect new rules in style(9)
- strverscmp: Respect new rules in style(9)
Jul 27 2022
Jul 24 2022
Hey guys, is there anything here that I still need to do?
Jul 20 2022
See D35807.
Jul 16 2022
Simplify digit counting code & style
Jul 15 2022
Remove contraction in manual page
Jul 14 2022
Integrate feedback from pstef@
Integrate feedback from danfe@ about comments not consistently ending with full stops.
Integrate feedback from danfe@ about 000 < 09 example.