aboutsummaryrefslogtreecommitdiff
path: root/src/librc-daemon.c
AgeCommit message (Expand)Author
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-24Plug some leaksRoy Marples
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
2007-09-04start-stop-daemon now works with userids correctly when a pidfileRoy Marples
2007-08-08If given a pidfile, just match on that for seeing if we have crashedRoy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-13More basename compliance.Roy Marples
2007-04-13kill off internal relocations for librc.soMike Frysinger
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-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples