User Details
- User Since
- Jan 29 2022, 5:50 PM (27 w, 1 d)
Fri, Jul 15
Feb 5 2022
After reading all your comments and great suggestions, I will start incorporating them into the differential. As per Konstantin's suggestion, I will move everything to a separate module, ditch filesystem interactions and separate the namespace in a posixshm-like manner as Ka Ho Ng suggested, move thread pool logic to userspace and generally offload as much functionality as possible to userspace.
Thank you for your feedback and advice!
Jan 31 2022
Jan 30 2022
Removed unused includes in door_machdep.c
First off, thank you for taking the time to take a look at the patch!
This is my first patch and I greatly appreciate all feedback as I am overwhelmed by the vast complexity.
I am sure that there are more dubious lines of code lurking in the patch and I greatly appreciate all suggestions to rectify them.
Removed redundant locks and a few errors.