Robert D. French

Results 14 issues of Robert D. French

Since GitHub supports that now.

The Makefiles all use GNU conventions, but don't have to. Porting them to illumos' `make` would allow the more natural `make test` syntax to work as expected. At the moment,...

This is where we go over the data structures and conventions used for packing / unpacking arguments to / from door_calls, but there are no "Check for Understanding" questions at...

Should be able to more-or-less revive the one that was deleted in c57525f1670aaa0991c7cea6bd8b66cba03c8d8f and update it to point to MNX.

GitHub supports this now.

In order to emphasize privilege separation, we actually need some of the processes to run as a different user. The setup guides should create one or more unprivileged users for...

This is the right way to clean up a door, and should be called when the server exits

As [u/jking13](https://www.reddit.com/r/illumos/comments/babxsl/doors_api_tutorial/eke7es9/) puts it: >The other bit that might be worth mentioning is that the advantage of a door vs. say a unix socket is that during a door call,...

blocked

From [u/jking13](https://www.reddit.com/r/illumos/comments/babxsl/doors_api_tutorial/eke7es9/): > When you talk about passing a door through a door, it might be good to note that you're just using the feature that allows doors to pass...

blocked