summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples2007-07-31
* Merge some of reb's OpenBSD fixes inRoy Marples2007-07-25
* appending noinitd=xdm will skip the xdm service when first booting, #181858.Roy Marples2007-07-23
* RC_DEPEND_STRICT now controls dependency strictness.Roy Marples2007-07-21
* Skip some files in env-update like portage env-update for more robustnessRoy Marples2007-07-19
* Use printf so we don't put blank lines at the top of new files and fix mounti...Roy Marples2007-07-16
* Fix compile on FreeBSDRoy Marples2007-07-16
* env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples2007-07-16
* Don't use 'this' as a variable name as it confuses c++Roy Marples2007-07-13
* Punt the RC_TTY variableRoy Marples2007-07-12
* Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples2007-07-11
* Fix restarting services with pluginsRoy Marples2007-07-11
* Don't do interactive when changing init, #174141.Roy Marples2007-07-11
* Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples2007-07-11
* Allow non root users to describeRoy Marples2007-07-10
* Rename variableRoy Marples2007-07-10
* init scripts and their extra options can now have descriptions, #184327.Roy Marples2007-07-10
* Support /etc/init.d/foo ineed and friends again.Roy Marples2007-07-10
* Remove a debug lineRoy Marples2007-07-10
* We no longer care about numerical runlevels, #184733.Roy Marples2007-07-10
* Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples2007-07-09
* Of course, glibc does not have strlcpyRoy Marples2007-07-06
* Make the prefix length dynamicRoy Marples2007-07-06
* Don't trust the pluginRoy Marples2007-07-05
* Flush the ebuffer before and after running a plugin.Roy Marples2007-07-04
* As we're running each plugin in a fork, we need to call our cleanup code so w...Roy Marples2007-07-04
* We need the full path to the service before chdir /Roy Marples2007-07-04
* We still need to wait for services we need/useRoy Marples2007-07-03
* Don't wait for services that were inactive, #183667 thanks to Daniel DrakeRoy Marples2007-07-02
* Make the provided code a little more readable and fix a bug when calculating ...Roy Marples2007-07-02
* Fix error and only let root run init commands except for status and helpRoy Marples2007-07-02
* Add --nocolor to more programsRoy Marples2007-06-28
* Add --nocolor to more programsRoy Marples2007-06-28
* Add --no-ldconfig option to env-update to match portage.Roy Marples2007-06-27
* Change pwd to / for all init scripts, #181224.Roy Marples2007-06-26
* Change pwd to / for all init scripts, #181224.Roy Marples2007-06-26
* --nocolor works again, #181011 thanks to Daniel Drake.Roy Marples2007-06-26
* Improve spellingRoy Marples2007-05-27
* RC_SYS should now set XEN0 correctlyRoy Marples2007-05-23
* Create a function for running init.sh and init-early.sh which saves on code a...Roy Marples2007-05-22
* Default eend to SUCCESS if no options givenRoy Marples2007-05-16
* Remove debug lineRoy Marples2007-05-16
* Stop using getimeofday for timeouts incase the clock changes.Roy Marples2007-05-16
* /etc/conf.d/rc.$runlevel now works, #177869.Roy Marples2007-05-15
* Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t...Roy Marples2007-05-14
* Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples2007-05-14
* RC_INTERACTIVE now works, #178331.Roy Marples2007-05-14
* Add --startas back to s-s-d, #175980, #175981.Roy Marples2007-05-14
* Allow time for pidfiles to be created, #178274.Roy Marples2007-05-14
* Use clock MONOTONIC to timeout, not localtime, #177514Roy Marples2007-05-11