summaryrefslogtreecommitdiff
path: root/install_release.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: fixes wrong target for install_release.shdimitri staessens2016-04-161-1/+1
|
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-0/+18
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.