User Details
- User Since
- Jun 6 2021, 5:11 PM (234 w, 1 d)
Today
Yesterday
Fri, Nov 28
But didn't you propose making exactly that change?
For testing, the gold standard is to build the port and execute the test suite on as many platforms we support as possible, on all currently supported OS versions (that is, 13.5, 14.3, and 15.0). If you don't have access to some architectures, you can skip testing there, but especially for an infrastructure port like this it is a good idea to be thorough.
Thu, Nov 27
Tue, Nov 25
Looks reasonable. Should do the same thing as before, literally.
Mon, Nov 24
This looks reasonable. I can't say if the conflict is correct, that's for you to decide. What would go wrong with multiple flavours installed at once?
Sun, Nov 23
Sat, Nov 22
Thu, Nov 20
- fix INTPTR_WIDTH on arm64 and riscv
Wed, Nov 19
- etc/mtree: add stdbit directory to etc/mtree/BSD.tests.mk
Thanks, this is something I always forget about.
I like this, removes a minor annoyance from working with some ports.
- use _WIDTH macros from C23 <limits.h> in stdbit unit tests, see D53825
- use C23 *_WIDTH macros from <limits.h>, see D53825
- add descriptive comments to all static_assert uses
- fix formatting issues in stdbit unit tests
- add missing backslash in Makefile.inc
- use explicit unsigned int in <stdbit.h>
- use explicit unsigned int in stdbit source files
- add period to comment
Tue, Nov 18
Sounds reasonable.
- sort MAN entries alphabetically as requested by @kib