User Details
- User Since
- Mar 12 2014, 1:00 AM (610 w, 2 d)
Yesterday
Looks good to me aside from the comment.
Wed, Nov 19
Upon resume, schedule harvesting further in the future.
Fix a compile error
This looks like it's really testing the host's (cross-)build environment. That seems useful, but it's not the same as testing the installation itself, e.g., a test could invoke cc to compile this file or something similar and verify that it succeeded. Should we do both? Is there some reason this test on its own is sufficient?
How should ptraddr_t and vm_offset_t coexist? Are they semantically different, or should we gradually replace uses of vm_offset_t with ptraddr_t, or?
Tue, Nov 18
This looks ok to me with Ed's suggestion applied.
Looks good overall.
usr.bin/procstat/procstat_rlimit.c should be updated too.
Approved
Seems ok, this is really just a Tested-by: markj
This won't preserve symlinks. That probably won't hurt too much.
We should really just do this in a central place in vmimage.subr, but that can be a separate change.
Mon, Nov 17
Fix the comment.
- Add a comment.
- Acquire the kqueue lock earlier if we're activating the knote, otherwise we will pick up and drop the kqueue lock twice in a row.
Sun, Nov 16
Presumably this should be submitted upstream as well: https://mandoc.bsd.lv/
Approved.
Sat, Nov 15
Fri, Nov 14
Update rc.conf.5 too
Ok, so PlotSet() sets pl->data[j * pl->width + x] |= val where 0<=val<MAX_DS. So your assertion is true, but only because MAX_DS is a power of 2.