aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
AgeCommit message (Expand)Author
2007-08-17Stop un-needed services when changing runlevels, #189050.Roy Marples
2007-08-16Fully move esyslog into rcRoy Marples
2007-08-16Add esyslog supportRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-08-04Boot properly when we cannot set an early font, #187628.Roy Marples
2007-08-04Fix rc-update, #187487 and release rc2.Roy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-07-25Merge some of reb's OpenBSD fixes inRoy Marples
2007-07-23appending noinitd=xdm will skip the xdm service when first booting, #181858.Roy Marples
2007-07-21RC_DEPEND_STRICT now controls dependency strictness.Roy Marples
2007-07-11Don't do interactive when changing init, #174141.Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples
2007-07-10Remove a debug lineRoy Marples
2007-07-10We no longer care about numerical runlevels, #184733.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-06-28Add --nocolor to more programsRoy Marples
2007-06-26Change pwd to / for all init scripts, #181224.Roy Marples
2007-05-22Create a function for running init.sh and init-early.sh which saves on code a...Roy Marples
2007-05-16Default eend to SUCCESS if no options givenRoy Marples
2007-05-14RC_INTERACTIVE now works, #178331.Roy Marples
2007-05-03Always pass ttyname to suloginRoy Marples
2007-05-02Don't timeout waiting for checkfs and checkroot. Do a better fix later.Roy Marples
2007-04-26Set fonts in init-early.sh, don't stop services twice when shutting down and ...Roy Marples
2007-04-25Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLsRoy Marples
2007-04-25We now have an alternative to buffering stdout and stderr.Roy Marples
2007-04-24We now buffer stdout and stderr to a file and flush that when running in para...Roy Marples
2007-04-20Style fixesRoy Marples
2007-04-20Re-work the starting and stopping of services so we always know the pid so we...Roy Marples
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