Age | Commit message (Expand) | Author |
2013-04-25 | add cgroup cleanup support | Alexander Vershilov |
2013-02-16 | Add module for cgroup processing | Alexander Vershilov |
2013-01-15 | typo fix | William Hubbs |
2013-01-15 | runscript: fix stopping changed service issues | William Hubbs |
2012-11-12 | Support cpu usage management for Linux | Alexander Vershilov |
2012-11-07 | checkbashisms: clean up export statements. | Robin H. Johnson |
2012-09-25 | Drop restart_pre/restart_post | William Hubbs |
2012-09-22 | Add restart_pre/restart_post support, also document RC_CMD | Christian Ruppert |
2012-04-26 | fix references to functions.sh | William Hubbs |
2012-04-26 | Change the working directory for depend only | William Hubbs |
2012-04-26 | Revert "Revert "Let runscript enter the service dir before expand globs"" | William Hubbs |
2012-04-26 | Revert "Let runscript enter the service dir before expand globs" | William Hubbs |
2012-04-26 | Let runscript enter the service dir before expand globs | Christian Ruppert |
2012-03-03 | Runscript: allow extra_commands to be run in chroots | William Hubbs |
2012-01-29 | cgroups: only create the cgroup when the service is being started | William Hubbs |
2012-01-28 | Use "checkpath -W" instead of dir_writable() | Christian Ruppert |
2012-01-28 | Check if /sys/fs/cgroup/openrc is writable | Christian Ruppert |
2012-01-26 | cgroups: add all services to the openrc cgroup | William Hubbs |
2012-01-22 | Make checks for writable directory posix compliant | William Hubbs |
2012-01-17 | drop the extra --pidfile option | William Hubbs |
2012-01-17 | Use the "--make-pidfile" when command_background is used | Christian Ruppert |
2011-12-31 | Add "retry" option for the stop() template | Christian Ruppert |
2011-12-19 | cgroups: remove references to the "openrc" cgroup | William Hubbs |
2011-12-11 | Allow init scripts to be executed with a relative path | William Hubbs |
2011-11-20 | CGroups: create the openrc cgroup hierarchy | William Hubbs |
2011-11-18 | CGroups: /sys/fs/cgroups should be a tmpfs | William Hubbs |
2011-11-18 | CGroups: fix group initialization | William Hubbs |
2011-11-17 | CGroups: finish initializing the CGroup | William Hubbs |
2011-11-17 | Change RC_CGROUP to lower case | William Hubbs |
2011-11-17 | Add CGroup support | Patrick Lauer |
2011-11-16 | add support for extra_stopped_commands | William Hubbs |
2011-11-02 | Make sure we load external scripts before using eerror | William Hubbs |
2011-10-16 | fix random typos | Mike Frysinger |
2011-09-18 | runscript: simplify livecd-functions.sh loading | Mike Frysinger |
2011-07-31 | Improve processing of service directories and conf.d files | William Hubbs |
2011-07-26 | Runscript: print deprecation warning for opts variable | William Hubbs |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-05-11 | do not run services if openrc did not boot the system | William Hubbs |
2011-01-17 | more whitespace cleanup | Mike Frysinger |
2011-01-12 | bug 351160: make openrc exit codes LSB compliant | Eray Aslan |
2011-01-12 | bug 328675: add error checking to runscript.sh | William Hubbs |
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples |
2009-09-04 | Allow init scripts to show their dependencies easier | Roy Marples |
2009-05-26 | We need to use eval so we can pass "*" as an argument. | Roy Marples |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-04-27 | Allow templates to define a stop signal | Roy Marples |
2009-04-26 | Stop using needless {} in vars | Roy Marples |
2009-04-18 | Allow user to provide custom status function and still hook into the system one | Roy Marples |
2009-04-18 | Move status to runscript.sh so init scripts can override it, #159 | Roy Marples |