| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Some allocations were not freed in case the creation of a new IPCP
failed.
|
|
|
|
|
| |
This adds the messages required for the IRMd to communicate with an
IPC Process through the library.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This adds helper functions for RINA names, to aid with handling them.
|
|
This replaces the stubs in the irmd and calls the actual IPCP
operations from the library. It also calls the DIF Allocator API in
one of the operations.
|