| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-18 | add ipc_tail() | Kimplul | |
| + ipc_kick() does a forward and a tail at the same time The idea with ipc_tail() is to allow 'trusted' calls, so for example a process is not allowed to willy-nilly open a file, as it has to go via init(), making the eid 1. This way the receiver can know that the request has gone through init() and can open up a new connection (file, whatever) after which requests from that pid/tid are allowed without init() intervention | |||
| 2024-07-17 | make compilation more robust on *BSD | Kimplul | |
| 2024-05-24 | rename common to src | Kimplul | |
| + I keep starting to type src and wondering why autocomplete won't work, I guess src is just uncounciously a better name | |||
