aboutsummaryrefslogtreecommitdiff
path: root/src/rc-plugin.c
AgeCommit message (Expand)Author
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples
2007-07-05Don't trust the pluginRoy Marples
2007-07-04Flush the ebuffer before and after running a plugin.Roy Marples
2007-07-04As we're running each plugin in a fork, we need to call our cleanup code so w...Roy Marples
2007-05-14Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t...Roy Marples
2007-05-14Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples
2007-04-25Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLsRoy Marples
2007-04-20Plugins now run in a forked process for extra resliance.Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-19Use RTLD_NOW instead of RTLD_LAZYRoy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-06Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples