index
:
openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rc-plugin.c
Age
Commit message (
Expand
)
Author
2007-09-19
plugin hook function is now rc_plugin_hook instead of a name based
Roy Marples
2007-09-18
API change! rc_ls_dir, rc_get_config and rc_get_list no longer take
Roy Marples
2007-08-09
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...
Roy Marples
2007-07-11
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...
Roy Marples
2007-07-05
Don't trust the plugin
Roy Marples
2007-07-04
Flush the ebuffer before and after running a plugin.
Roy Marples
2007-07-04
As we're running each plugin in a fork, we need to call our cleanup code so w...
Roy Marples
2007-05-14
Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t...
Roy Marples
2007-05-14
Use correct function casts. Use dlfunc where available to remove ISO warnings :)
Roy Marples
2007-04-25
Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLs
Roy Marples
2007-04-20
Plugins now run in a forked process for extra resliance.
Roy Marples
2007-04-19
strdup -> rc_xstrdup
Roy Marples
2007-04-19
Use RTLD_NOW instead of RTLD_LAZY
Roy Marples
2007-04-11
Cuddle up to LKML C style
Roy Marples
2007-04-10
Fix indentation
Roy Marples
2007-04-06
Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples