aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
AgeCommit message (Expand)Author
2007-04-20Fix rc-abort to notify the plugins we are abortingRoy Marples
2007-04-20Added the rc-abort command, #175106 thanks to Daniel Drake.Roy Marples
2007-04-20Plugins now run in a forked process for extra resliance.Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor...Roy Marples
2007-04-10Fix indentationRoy Marples
2007-04-09rc does not need SIGCHLD handler. Also, always return 0 in /etc/rc as non zer...Roy Marples
2007-04-09Use names instead of numbers for reporting signals and trap signals in rcRoy Marples
2007-04-08LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...Roy 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