aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-08kill_all: include limits.h for PATH_MAXJory A. Pratt
2017-06-08fix compile issue for muslWilliam Hubbs
2017-06-05openrc-shutdown: add --single option and clean up option processingWilliam Hubbs
2017-06-04add support for writing reboot and shutdown records to wtmpWilliam Hubbs
2017-05-30openrc-init: fix buffer overflow in init.ctlSergei Trofimovich
2017-05-30rc-logger.c: fix crash on fclose(NULL) (#137)Sergei Trofimovich
2017-05-22openrc-shutdown: add dry-run optionWilliam Hubbs
2017-05-22openrc-shutdown: move to single user mode by defaultWilliam Hubbs
2017-05-22init: add ability to switch to single user modeWilliam Hubbs
2017-05-19add kill_all helperWilliam Hubbs
2017-05-15rc_status: calculate time differences in time_t and display seconds in uptimeWilliam Hubbs
2017-05-12supervise-daemon: save start time and respawn count before dropping privsWilliam Hubbs
2017-05-11rc-status: show uptimes and respawn counts for supervised daemonsWilliam Hubbs
2017-05-11fix to_time_t to honor dstWilliam Hubbs
2017-05-11fix from_time_t functionWilliam Hubbs
2017-05-11Move time_t conversions to rc-misc.c so they can be sharedWilliam Hubbs
2017-05-11supervise-daemon: save start time and respawn countWilliam Hubbs
2017-05-11supervise-daemon: fix our status when we give up on the child processWilliam Hubbs
2017-05-10supervise-daemon:create multiple options from --respawn-limitWilliam Hubbs
2017-05-09supervise-daemon: add a --respawn-limit optionWilliam Hubbs
2017-04-29supervise-daemon: mark all open file descriptors FD_CLOEXECWilliam Hubbs
2017-04-29supervise-daemon:remove the controlling tty in the supervisorWilliam Hubbs
2017-04-29supervise-daemon: fix access to tty_fd and devnull_fdWilliam Hubbs
2017-04-29supervise-daemon: mark the service started when the supervisor is activeWilliam Hubbs
2017-04-17init: send term/kill signals as final step of shutdownWilliam Hubbs
2017-04-13init: fix signal handlingWilliam Hubbs
2017-04-12init: add re-exec capabilityWilliam Hubbs
2017-04-07Add attribution to openrc-init.c and openrc-shutdown.cWilliam Hubbs
2017-04-06add init processWilliam Hubbs
2017-04-03start-stop-daemon: warn if calling --start with --retry or --stop with --waitAustin English
2017-02-17Move deptree2dot to the support folderWilliam Hubbs
2017-01-25start-stop-daemon: allow all standard signalsDoug Freed
2017-01-04mountinfo: make the path to /proc/mounts a constantWilliam Hubbs
2017-01-04Clean up warnings that can use the _unused macroBenda Xu
2017-01-04Indentation fixesBenda Xu
2016-12-19librc: detect loops in stacked runlevels and abortDoug Freed
2016-11-17selinux: fix SIGSEGV with invalid contextsJason Zaman
2016-11-01src/rc/rc: do not try to start services if fork failsWilliam Hubbs
2016-10-24src/rc/rc-misc.c: report error if call to flock() failsWilliam Hubbs
2016-10-11do_service: Initialize idx to 0Sven Wegener
2016-09-30openrc-run: fix double freeDoug Freed
2016-09-19Revert "Disable parallel startup in interactive mode"William Hubbs
2016-09-16rc-misc: allow EINFO_VERBOSE through tooDoug Freed
2016-09-14rc-misc: Allow EINFO_COLOR through env_filter()Doug Freed
2016-08-25openrc-run: make runscript warning respect quiet optionWilliam Hubbs
2016-07-31librc: fix Docker auto detectionWilliam Hubbs
2016-07-26start-stop-daemon: Add SSD_IONICELEVELKenneth Lakin
2016-07-24rc-logger: refuse to cat TMPLOG into itselfDoug Freed
2016-07-18rc-status: add -m/--manual option to show manually started servicesWilliam Hubbs
2016-07-16rc: Rename some static variables to kill warningsDoug Freed