Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Move strdup to utils | Sander Vrijders | 2016-04-02 | 1 | -0/+22 |
| | | | | This moves strdup to utils to make it globally available. | ||||
* | irmd, lib: Create and destroy IPC Processes | Sander Vrijders | 2016-03-15 | 1 | -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. |