Age | Commit message (Expand) | Author |
2007-07-10 | Allow non root users to describe | Roy Marples |
2007-07-10 | Rename variable | Roy Marples |
2007-07-10 | init scripts and their extra options can now have descriptions, #184327. | Roy Marples |
2007-07-10 | Support /etc/init.d/foo ineed and friends again. | Roy Marples |
2007-07-10 | Remove a debug line | Roy Marples |
2007-07-10 | We no longer care about numerical runlevels, #184733. | Roy Marples |
2007-07-09 | Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent... | Roy Marples |
2007-07-06 | Of course, glibc does not have strlcpy | Roy Marples |
2007-07-06 | Make the prefix length dynamic | Roy Marples |
2007-07-05 | Don't trust the plugin | Roy Marples |
2007-07-04 | Flush the ebuffer before and after running a plugin. | Roy Marples |
2007-07-04 | As we're running each plugin in a fork, we need to call our cleanup code so w... | Roy Marples |
2007-07-04 | We need the full path to the service before chdir / | Roy Marples |
2007-07-03 | We still need to wait for services we need/use | Roy Marples |
2007-07-02 | Don't wait for services that were inactive, #183667 thanks to Daniel Drake | Roy Marples |
2007-07-02 | Make the provided code a little more readable and fix a bug when calculating ... | Roy Marples |
2007-07-02 | Fix error and only let root run init commands except for status and help | Roy Marples |
2007-06-28 | Add --nocolor to more programs | Roy Marples |
2007-06-28 | Add --nocolor to more programs | Roy Marples |
2007-06-27 | Add --no-ldconfig option to env-update to match portage. | Roy Marples |
2007-06-26 | Change pwd to / for all init scripts, #181224. | Roy Marples |
2007-06-26 | Change pwd to / for all init scripts, #181224. | Roy Marples |
2007-06-26 | --nocolor works again, #181011 thanks to Daniel Drake. | Roy Marples |
2007-05-27 | Improve spelling | Roy Marples |
2007-05-23 | RC_SYS should now set XEN0 correctly | Roy Marples |
2007-05-22 | Create a function for running init.sh and init-early.sh which saves on code a... | Roy Marples |
2007-05-16 | Default eend to SUCCESS if no options given | Roy Marples |
2007-05-16 | Remove debug line | Roy Marples |
2007-05-16 | Stop 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-14 | Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t... | Roy Marples |
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 |