Tue, Apr 21
Based on the original submission it is not a typo (D48877). It took one year for the merge to happen. I suggest just to leave it as is.
LGTM
Sun, Apr 19
Rebase the patch.
Don't add operator.7 in MLINKS, since this man page already exists.
Mon, Apr 13
Thanks for doing this, and sorry again for the backtracking.
Sat, Apr 11
Use recommended wording for non-standard options.
Fri, Apr 10
Sorry to backtrack here (and to let this slip for a while), but I did a deeper dive in preparation for merging this. Looking at our utilities that are specified in POSIX.1-2024:
xargs: options are non-standard FreeBSD extensions which may not be available on other operating systems.
Thu, Apr 2
If you borrow a substantial* amount of changes from NetBSD I'd the following:
Tue, Mar 31
Thank you both so much!
Take mhorne's suggestion.
sorry i forgot about this! i think this is fine, but id appreciate if a more senior colleague would also look at it.
Mon, Mar 30
This should be not a note, but a proper explanation. Besides talking about that, it might be useful to explain how to get the stable results.
Sun, Mar 29
Hi @kib,
I read your comments from kern_membarrier.c
Please can you correct me if I'm wrong "The function returns a mask of the CPUs where the given pmap is active(Here a CPU is active for a pmap if its using address space represented by that pmap). CPUs that switch context during the call might be missed, so the caller must ensure synchronization or otherwise the result could be invalid immediately after the call." I'll add this in a separate NOTE section
Also it probably worth explaining what 'active' means.
The result of the call is invalid the moment the function returns. If this one-line manual page ever makes sense, it must describe how to use the result safely.
Sat, Mar 28
Thank you Maxim for the review
Fri, Mar 27
Hi Raghav,
Thu, Mar 26
Move non-POSIX options block in the STANDARDS section.
Merged, thanks Artem! I trimmed the commit message title, some git tooling expects it to be under 51 characters, so try and shoot for that when possible.
Thanks for the patch! The mdoc(7) manual explains that it's important to use standardized sections wherever possible to reinforce the idea that people can jump directly to the relevant section. The COMPATIBILITY section is a GNU-ism. Please put this in the STANDARDS section. Other than that, looks good to me!
Looks good to me. Thank you.
Correct grammar.
Wed, Mar 25
Tue, Mar 24
Fix a typo: 'signle' -> 'single'.
Mar 23 2026
Can we have this for 15.1, as a little treat?
Mar 20 2026
- Refer readers to malloc(9) for info about malloc types. malloc(9) documents malloc types already. Let's not duplicate documentation.
Mar 17 2026
LGTM, provided the comment is addressed :-)
Mar 15 2026
Could somebody please review this? Or maybe tag appropriate people?