Age | Commit message (Expand) | Author |
2007-05-14 | Use correct function casts. Use dlfunc where available to remove ISO warnings :) | Roy Marples |
2007-05-14 | RC_INTERACTIVE now works, #178331. | Roy Marples |
2007-05-14 | Add --startas back to s-s-d, #175980, #175981. | Roy Marples |
2007-05-14 | Allow time for pidfiles to be created, #178274. | Roy Marples |
2007-05-11 | Use clock MONOTONIC to timeout, not localtime, #177514 | Roy Marples |
2007-05-03 | Always pass ttyname to sulogin | Roy Marples |
2007-05-02 | Don't timeout waiting for checkfs and checkroot. Do a better fix later. | Roy Marples |
2007-05-02 | SSD_NICELEVEL can now affect the nicelevel for daemons started | Roy Marples |
2007-05-02 | Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop o... | Roy Marples |
2007-04-30 | restart/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 fully | Roy Marples |
2007-04-27 | env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17... | Roy Marples |
2007-04-26 | Set fonts in init-early.sh, don't stop services twice when shutting down and ... | Roy Marples |
2007-04-25 | Don't abort select when on signals | Roy Marples |
2007-04-25 | Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLs | Roy Marples |
2007-04-25 | We now have an alternative to buffering stdout and stderr. | Roy Marples |
2007-04-24 | We now buffer stdout and stderr to a file and flush that when running in para... | Roy Marples |
2007-04-21 | error then unlink | Roy Marples |
2007-04-21 | Don't free in vfork | Roy Marples |
2007-04-20 | Style fixes | Roy Marples |
2007-04-20 | Re-work the starting and stopping of services so we always know the pid so we... | Roy Marples |
2007-04-20 | Fix rc-abort to notify the plugins we are aborting | Roy Marples |
2007-04-20 | Added the rc-abort command, #175106 thanks to Daniel Drake. | Roy Marples |
2007-04-20 | Plugins now run in a forked process for extra resliance. | Roy Marples |
2007-04-19 | Fix fstabinfo -p / | Roy Marples |
2007-04-19 | strdup -> rc_xstrdup | Roy Marples |
2007-04-19 | Use RTLD_NOW instead of RTLD_LAZY | Roy Marples |
2007-04-19 | Fix bridge some more, remove superflous warning from vewarn and error when no... | Roy Marples |
2007-04-17 | remove APPLET check so we can create .depend | Mike Frysinger |
2007-04-17 | start unifying help handling | Mike Frysinger |
2007-04-17 | fix #if handling in get_term_columns | Mike Frysinger |
2007-04-17 | Rationalise our colour usage a little. | Roy Marples |
2007-04-17 | env vars EINFO_GOOD and friends now override our hardcoded builtins. | Roy Marples |
2007-04-13 | More basename compliance. | Roy Marples |
2007-04-13 | Punt .depend | Roy Marples |
2007-04-13 | Ignore and clean .depend | Roy Marples |
2007-04-13 | hug getopt_long some more | Roy Marples |
2007-04-13 | add basic --help | Mike Frysinger |
2007-04-13 | add hidden visibility support to libeinfo as well | Mike Frysinger |
2007-04-13 | kill off internal relocations for librc.so | Mike Frysinger |
2007-04-13 | Use basename properly | Roy Marples |
2007-04-13 | make sure .depend gets regenerated automatically | Mike Frysinger |
2007-04-13 | add .depend / .PHONY support | Mike Frysinger |
2007-04-13 | use CPPFLAGS rather than CFLAGS where appropriate and make LDFLAGS/-rpath dyn... | Mike Frysinger |
2007-04-13 | revert previous commit | Mike Frysinger |
2007-04-13 | dont create .so links as they arent needed for runtime | Mike Frysinger |
2007-04-13 | use ln -sf rather than ln -s incase target exists | Mike Frysinger |
2007-04-13 | add a symlink for update-rc -> rc-update | Mike Frysinger |
2007-04-13 | s-s-d now allows --signal to be used without --stop and --oknodo. man page up... | Roy Marples |
2007-04-13 | Fix module loading, #174360. s-s-d now changes group when changing user, #174... | Roy Marples |