Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irmd, lib: Create and destroy IPC Processes | Sander Vrijders | 2016-03-15 | 1 | -0/+5 |
| | | | | | | This adds the functionality to create and destroy IPCPs. Upon creation a new process is forked and execve'd. Upon destruction the IPCP is destroyed by killing it with SIGTERM. | ||||
* | src: Rename daemons and add tools folder | Sander Vrijders | 2016-02-22 | 1 | -0/+10 |
This renames the daemons to end with a 'd', as is common for UNIX daemons. It also adds a tools folder, that will hold the tools of the Ouroboros prototype. Examples are a simple echo application, an application to instruct the IRM ... |