aboutsummaryrefslogtreecommitdiff
path: root/src/rc-plugin.c
AgeCommit message (Expand)Author
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-22Wait for plugins to finish before moving on.Roy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-19plugin hook function is now rc_plugin_hook instead of a name basedRoy Marples
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
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