User Details
- User Since
- Mar 21 2023, 9:35 AM (155 w, 3 d)
Mar 19 2024
Makes sense. The commits are ordered to build things up progressively under distinct sub-topics, hopefully this offers a feasible way in. Happy to respond to any queries if that can save you time.
Mar 18 2024
Calling Brooks?
Mar 4 2024
Hi Brookes, I added a small tweak for your review a couple of months ago, but the system is still labelling it as "Unsubmitted" for some reason, so I think you haven't seen it, could you take a look?
Dec 21 2023
Config file tweak, NOTES update.
Dec 20 2023
I have resubmitted with the addition to HISTORY you suggested.
Reusing existing syscall numbers
Removal of new syscall numbers, reusing old ones instead, with
associated changes to ensure backward compatibility, as per discussion.
Dec 16 2023
Thanks for that. I have it working now. I am ready to "git arc update" if you are happy with my response to your comment regarding the man (2) page
Dec 12 2023
Hi Brooks. Am very happy to remove the need to change syscalls numbers, did not realise that was possible when the symbol itself (the name) changed. As suggested I removed the old symbols from Symbol.map, put the new names under the original numbers in syscalls.master, and to compat.h added:
sym_compat(ffclock_setestimate, freebsd15_ffclock_setdata, FBSD_1.3);
sym_compat(ffclock_getestimate, freebsd15_ffclock_getdata, FBSD_1.3);
which was the only option that made sense to me that was consistent with existing entries. Does this look right?
