Age | Commit message (Expand) | Author |
2013-09-23 | style fixes | William Hubbs |
2013-09-20 | Fix stacked runlevel support | Alexander V Vershilov |
2013-09-03 | rc: add support for suppressing error messages | William Hubbs |
2013-08-26 | start-stop-daemon: remove redundant test of the quiet value | William Hubbs |
2013-08-26 | start-stop-daemon: fix --quiet switch | William Hubbs |
2013-07-25 | Add support for DragonFly BSD | Gary |
2013-07-19 | rc-status: fix typo | Alexander V Vershilov |
2013-07-16 | rc-status: fix -a to show all services | Alexander V Vershilov |
2013-05-02 | Add service applet | William Hubbs |
2013-05-01 | fix the build for non-selinux systems | William Hubbs |
2013-04-28 | rc: allow switching runlevels without stopping services | William Hubbs |
2013-02-25 | rc-service: add usage message | Andrew Gregory |
2013-02-25 | rc-status: improve usage message accuracy and consistency | Andrew Gregory |
2013-02-25 | rc-update: improve usage message accuracy and consistency | Andrew Gregory |
2013-02-25 | rc: add usage message | Andrew Gregory |
2013-02-15 | runscript: retry prefix flock if it is interrupted by a signal | Alexander Mezin |
2012-10-27 | Checkpath: print the path when correcting the owner | William Hubbs |
2012-10-24 | mountinfo: respect the -q command line option | William Hubbs |
2012-10-17 | Spacing fixes | William Hubbs |
2012-10-09 | checkpath: fix bool values | William Hubbs |
2012-10-09 | checkpath: change the owner/group only when requested to do so | William Hubbs |
2012-09-14 | Typo: emtpy -> empty | Christian Ruppert |
2012-09-12 | Silence the right get_pid() call | Christian Ruppert |
2012-09-12 | Silence get_pid(), OpenRC will give the process some time to create the PID f... | Christian Ruppert |
2012-09-09 | add RC_PREFIX environment variable | William Hubbs |
2012-08-19 | Do not silence errors | Christian Ruppert |
2012-08-18 | Fix quiet usage | Christian Ruppert |
2012-05-23 | rc: fix inverted string compare logic | Mike Frysinger |
2012-05-16 | rc: fix thinko in applet collapse | Mike Frysinger |
2012-05-06 | rc: collapse the applet if statements into a single array walk | Mike Frysinger |
2012-05-06 | add a new ARRAY_SIZE macro and use it | Mike Frysinger |
2012-04-26 | Disable some questionable lines | Christian Ruppert |
2012-04-24 | Remove duplicate getenv("RC_SVCNAME") call | Christian Ruppert |
2012-03-26 | librc: Do not output error messages from within the library. | William Hubbs |
2012-02-23 | Skip pam if running as root | William Hubbs |
2012-02-20 | rc: remove calls to rc_sys_v2 and rc_sys_v1 | William Hubbs |
2012-02-20 | remove the warning about falling back to autodetection | Jory A. Pratt |
2012-02-12 | Fix some more warnings | Christian Ruppert |
2012-02-12 | Use size_t instead of int | Christian Ruppert |
2012-02-11 | Remove unused/useless function single_user() | Christian Ruppert |
2012-01-31 | fstabinfo: add --remount option | William Hubbs |
2012-01-28 | Do not unlink the temp. log during shutdown | Christian Ruppert |
2012-01-28 | Do not loop flock() | Christian Ruppert |
2012-01-26 | Add -W/--writable function to checkpath | Christian Ruppert |
2012-01-26 | Add is_writable() function to check whether a path is writable or not | Christian Ruppert |
2012-01-24 | Disable parallel startup in interactive mode | Christian Ruppert |
2012-01-23 | Per the systemd tmpfiles implementation, we need to watch out for umask durin... | Robin H. Johnson |
2012-01-23 | Ensure that when -F is passed, existing files are truncated properly. | Robin H. Johnson |
2012-01-23 | Respin features.h usage so that we correctly test for features before we use ... | Robin H. Johnson |
2012-01-23 | Revert "Drop include for features.h" | Robin H. Johnson |