Age | Commit message (Expand) | Author |
2017-08-23 | move get_pid function to a shared file | William Hubbs |
2017-07-24 | fix ENT macro usage | Jason Graham |
2017-06-08 | kill_all: include limits.h for PATH_MAX | Jory A. Pratt |
2017-06-08 | fix compile issue for musl | William Hubbs |
2017-06-05 | openrc-shutdown: add --single option and clean up option processing | William Hubbs |
2017-06-04 | add support for writing reboot and shutdown records to wtmp | William Hubbs |
2017-05-30 | openrc-init: fix buffer overflow in init.ctl | Sergei Trofimovich |
2017-05-30 | rc-logger.c: fix crash on fclose(NULL) (#137) | Sergei Trofimovich |
2017-05-22 | openrc-shutdown: add dry-run option | William Hubbs |
2017-05-22 | openrc-shutdown: move to single user mode by default | William Hubbs |
2017-05-22 | init: add ability to switch to single user mode | William Hubbs |
2017-05-19 | add kill_all helper | William Hubbs |
2017-05-15 | rc_status: calculate time differences in time_t and display seconds in uptime | William Hubbs |
2017-05-12 | supervise-daemon: save start time and respawn count before dropping privs | William Hubbs |
2017-05-11 | rc-status: show uptimes and respawn counts for supervised daemons | William Hubbs |
2017-05-11 | fix to_time_t to honor dst | William Hubbs |
2017-05-11 | fix from_time_t function | William Hubbs |
2017-05-11 | Move time_t conversions to rc-misc.c so they can be shared | William Hubbs |
2017-05-11 | supervise-daemon: save start time and respawn count | William Hubbs |
2017-05-11 | supervise-daemon: fix our status when we give up on the child process | William Hubbs |
2017-05-10 | supervise-daemon:create multiple options from --respawn-limit | William Hubbs |
2017-05-09 | supervise-daemon: add a --respawn-limit option | William Hubbs |
2017-04-29 | supervise-daemon: mark all open file descriptors FD_CLOEXEC | William Hubbs |
2017-04-29 | supervise-daemon:remove the controlling tty in the supervisor | William Hubbs |
2017-04-29 | supervise-daemon: fix access to tty_fd and devnull_fd | William Hubbs |
2017-04-29 | supervise-daemon: mark the service started when the supervisor is active | William Hubbs |
2017-04-17 | init: send term/kill signals as final step of shutdown | William Hubbs |
2017-04-13 | init: fix signal handling | William Hubbs |
2017-04-12 | init: add re-exec capability | William Hubbs |
2017-04-07 | Add attribution to openrc-init.c and openrc-shutdown.c | William Hubbs |
2017-04-06 | add init process | William Hubbs |
2017-04-03 | start-stop-daemon: warn if calling --start with --retry or --stop with --wait | Austin English |
2017-02-17 | Move deptree2dot to the support folder | William Hubbs |
2017-01-25 | start-stop-daemon: allow all standard signals | Doug Freed |
2017-01-04 | mountinfo: make the path to /proc/mounts a constant | William Hubbs |
2017-01-04 | Clean up warnings that can use the _unused macro | Benda Xu |
2017-01-04 | Indentation fixes | Benda Xu |
2016-12-19 | librc: detect loops in stacked runlevels and abort | Doug Freed |
2016-11-17 | selinux: fix SIGSEGV with invalid contexts | Jason Zaman |
2016-11-01 | src/rc/rc: do not try to start services if fork fails | William Hubbs |
2016-10-24 | src/rc/rc-misc.c: report error if call to flock() fails | William Hubbs |
2016-10-11 | do_service: Initialize idx to 0 | Sven Wegener |
2016-09-30 | openrc-run: fix double free | Doug Freed |
2016-09-19 | Revert "Disable parallel startup in interactive mode" | William Hubbs |
2016-09-16 | rc-misc: allow EINFO_VERBOSE through too | Doug Freed |
2016-09-14 | rc-misc: Allow EINFO_COLOR through env_filter() | Doug Freed |
2016-08-25 | openrc-run: make runscript warning respect quiet option | William Hubbs |
2016-07-31 | librc: fix Docker auto detection | William Hubbs |
2016-07-26 | start-stop-daemon: Add SSD_IONICELEVEL | Kenneth Lakin |
2016-07-24 | rc-logger: refuse to cat TMPLOG into itself | Doug Freed |