summaryrefslogtreecommitdiff
path: root/src/ipcpd/main.c
Commit message (Collapse)AuthorAgeFilesLines
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-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 folderSander Vrijders2016-02-221-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 ...