Robert D. French
Robert D. French
Lots of nice people are writing things here.
I need to provide some user-space reports on filesystem usage. I think I could rig something up with `rbh-du` to run canned queries at regular intervals and populate some intermediate...
Instead of copying payloads back and forth over doors, which incurs a performance cost, show how shared memory segments can be shared between the door server and the door client...
The idea being that the DNS server can host records for multiple different zones (belonging to different customers), and that each customer could update their records independently. ```mermaid sequenceDiagram participant...
from @nekopsykose ```c #include #include #include #include struct myfuncs { unsigned (*multiply)(unsigned, unsigned); }; static struct myfuncs *page; unsigned multiply_base(unsigned x, unsigned y) { return x * y; } unsigned...
The "main" thread prints some shared value, in a loop, as long as it can get a read lock for that value. Expose a server procedure which acquires or releases...
```console $ uname -a SunOS omnios 5.11 omnios-r151054-180b86b9dd i86pc i386 i86pc $ gmake test ... ## 20_create_a_door gmake -C 20_create_a_door test gmake[1]: Entering directory '/home/robert/revolving-doors/20_create_a_door' /usr/bin/gcc server.c -o server ./server...