User Details
- User Since
- Jun 14 2019, 6:43 AM (377 w, 2 d)
Yesterday
Brilliant work. Thanks!
Sat, Sep 5
Thanks, Robert! Sure, I will do.
Fri, Sep 4
Move __WCHAR_WIDTH into sys/sys/_types.h
If the size is the same on all platforms, it should not be in the platform-specific _types.h files.
Excellent work on this. Thanks!
Thu, Sep 3
Looks good to me. Thanks!
Wed, Sep 2
Tue, Sep 1
Add new symbols in alphabetical order and apply @kib's fenv.3 suggestion
Is it reasonable to provide the inline versions of these methods for complicated cases, like x86? Could it be always a function call?
Address @kib's inline comments
Mon, Aug 31
This should be reviewed by kib, andy (for ARM), jrtc27 (for riscv64), jhibbits (for ppc), and kargl (for msun).
Sun, Aug 30
Document mbrtoc8() and c8rtomb() functions
Fri, Aug 28
This seems to be correct at first glance, but I think it can be greatly simplified and improved in performance.. I did a lot of research on Unicode validation and transcoding and had originally meant to take a stab at this function, but then forgot about it.
I'll think about it some more and then let you know what I came up with.
Thu, Aug 27
I’ll take care of manpages in the coming days.
Mon, Aug 24
Sure!
Sure thing. I'll take care of it.
Sun, Aug 23
Sat, Aug 22
Thanks a lot for your notes, Devin. I can see it much more clearly now, and I understand why 1:1 is the preferred approach. I’ve just updated the summary with the message for the squashed commit, and I’ll push my changes shortly.
Fri, Aug 21
I do have some questions about the summary on this review though. Seeing 3 separate commit sections, how do you intend to commit this?
Thu, Aug 20
Looks good to me. Thanks!
Update commit messages
Address @fuz comments
Wed, Aug 19
- bsearch.3: Document bsearch_b extension
- libc: Add bsearch_s() from Annex K
- libc: Add tests for bsearch(), bsearch_b(), and bsearch_s()
Looks good to me, but while you're here, could we also map IFT_LOOP -> LINUX_ARPHRD_LOOPBACK so a Linux ip link show lo under the linuxulator does not look like FireWire? The constant already exists. Fine as a follow-up if you want to keep this patch to bridge/vlan/stf.
Looks good to me. Thanks!
Tue, Aug 18
Sure, thanks!
Mon, Aug 17
The bsearch_b documentation is handled in a separate commit. It displays correctly for me here in Phabricator, but I’ll shortly update the description with the proposed commit messages, as we’ve agreed to use that convention to make reviews easier and clearer. And as for the tests, sure, I’m working on it; I do my best to submit the commit by tonight.
Sun, Aug 16
Fri, Aug 14
Sure. Thanks!
Finalise commit messages and improve the geliboot_internal.h comment block
Thu, Aug 13
Tue, Aug 11
Mon, Aug 10
OK, I’ve taken a look at similar cases throughout the file and reviewed the commit history, and it sounds like I’ve got it right. Ready to push these changes shortly.
The news.toml file is in reverse chronological order, so after rebasing I placed mine before the most recent 14.5-BETA1 announcement as it is six days after my joining date. Is that correct?
Sat, Aug 8
Thank you both. I really appreciate all your help and support.