aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-16Default eend to SUCCESS if no options givenRoy Marples
2007-05-16Remove debug lineRoy Marples
2007-05-16Stop using getimeofday for timeouts incase the clock changes.Roy Marples
2007-05-15/etc/conf.d/rc.$runlevel now works, #177869.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-05-14RC_INTERACTIVE now works, #178331.Roy Marples
2007-05-14Add --startas back to s-s-d, #175980, #175981.Roy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-05-11Use clock MONOTONIC to timeout, not localtime, #177514Roy 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-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
2007-05-02Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop o...Roy Marples
2007-04-30restart/schedule stopped services when the trigger service goes inactive on a...Roy Marples
2007-04-30/etc/init.d/foo start and stop no longer exit when service is fullyRoy Marples
2007-04-27env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17...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 abort select when on signalsRoy 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-21error then unlinkRoy Marples
2007-04-21Don't free in vforkRoy 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-19Fix fstabinfo -p /Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-19Use RTLD_NOW instead of RTLD_LAZYRoy Marples
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when no...Roy Marples
2007-04-17remove APPLET check so we can create .dependMike Frysinger
2007-04-17start unifying help handlingMike Frysinger
2007-04-17fix #if handling in get_term_columnsMike Frysinger
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-17env vars EINFO_GOOD and friends now override our hardcoded builtins.Roy Marples
2007-04-13More basename compliance.Roy Marples
2007-04-13Punt .dependRoy Marples
2007-04-13Ignore and clean .dependRoy Marples
2007-04-13hug getopt_long some moreRoy Marples
2007-04-13add basic --helpMike Frysinger
2007-04-13add hidden visibility support to libeinfo as wellMike Frysinger
2007-04-13kill off internal relocations for librc.soMike Frysinger
2007-04-13Use basename properlyRoy Marples
2007-04-13make sure .depend gets regenerated automaticallyMike Frysinger
2007-04-13add .depend / .PHONY supportMike Frysinger
2007-04-13use CPPFLAGS rather than CFLAGS where appropriate and make LDFLAGS/-rpath dyn...Mike Frysinger
2007-04-13revert previous commitMike Frysinger