Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Change release directory | Sander Vrijders | 2016-06-14 | 1 | -1/+1 |
| | | | | | The release build was being installed sandboxed. Now it is installed system-wide. | ||||
* | build: fixes wrong target for install_release.sh | dimitri staessens | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | irmd, lib: Create and destroy IPC Processes | Sander Vrijders | 2016-03-15 | 1 | -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. |