summaryrefslogtreecommitdiff
path: root/rap.c (follow)
AgeCommit message (Collapse)Author
2013-09-07Remove warnings.Chris Johns
2013-09-05pair unlock when rap loadPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05Fix symbols which need underscorePeng Fan
To some archs, the symbols are added a '_' prefix. we should handle it.
2013-01-15Add support for RAP module loading/unload plus a shell command.Chris Johns
Add a RAP module loading and unloading. This support wraps the dlopen API plus manages calling the entry point. The modules are also held in a list so users can find them, iterator over them and unload them. This API provides a system level way to manage application modules. The find file user needs to manage errors. Load the rap module by default and list the loaded modules. Add the RAP shell command to the shell in main.