Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: initial IPC processes | dimitri staessens | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | Basic functions for implementation of IPC processes, and implementation of core functions of the shim IPCP over UDP. Updates to the build system to compile these IPC processes, as well as some fixes in the irmd (rudimentary capturing exit signals) and some fixes in the library, mainly relating to the messaging. Basic implementation of creation / bootstrapping / deletion of the shim UDP. Placeholders for other functions. | ||||
* | 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. |