summaryrefslogtreecommitdiff
path: root/src/lib/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Move strdup to utilsSander Vrijders2016-04-021-0/+22
| | | | This moves strdup to utils to make it globally available.
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-0/+33
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.