aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-11start-stop-daemon: Allow group read/write when creating output filesMike Gilbert
2016-02-12Fix rc_env_allow wildcard usageWilliam Hubbs
2016-01-28rc-service: add --ifinactive and --ifnotstarted flagsWilliam Hubbs
2016-01-22add back deprecation warnings lost during refactoringWilliam Hubbs
2016-01-22fix testsWilliam Hubbs
2016-01-21librc: Complain when a real and virtual service have the same nameWilliam Hubbs
2016-01-20openrc-run: in verbose mode, log execution of the shell scriptWilliam Hubbs
2016-01-19rc: remove use of magic constant and allow OpenVZ to drop to shellDoug Freed
2016-01-19librc: handle rc_sys="prefix" even if we weren't built with a prefixDoug Freed
2016-01-19librc: fix handling the nothing special case for rc_sysDoug Freed
2016-01-19librc: move system detection code into rc_sys and use itDoug Freed
2016-01-18Revert "rc: make get_systype similar to the old rc_sys function"William Hubbs
2016-01-18Revert "librc: fix librc-depend functions to call rc_sys"William Hubbs
2016-01-18fix bsd buildWilliam Hubbs
2016-01-18rc: make get_systype similar to the old rc_sys functionWilliam Hubbs
2016-01-18librc: fix librc-depend functions to call rc_sysWilliam Hubbs
2016-01-14src/rc/Makefile: fix make depend targetWilliam Hubbs
2016-01-14include rc.h properly in source filesWilliam Hubbs
2016-01-14fix selinux buildWilliam Hubbs
2016-01-13fix selinux buildWilliam Hubbs
2016-01-13Add LANG, LC_MESSAGES and TERM to the environment whitelistWilliam Hubbs
2016-01-13fix seg faultWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2016-01-05rc: fix compiler warnings cleanupWilliam Hubbs
2016-01-04Clean default env_whitelistWilliam Hubbs
2016-01-01rc: clean up compiler warningsWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-14format fixWilliam Hubbs
2015-12-08rc.map: remove references to rc_sys_v{1,2}William Hubbs
2015-12-08Convert rc_sys() calls to detect_container() and detect_vm()William Hubbs
2015-12-08Create detect_container() and detect_vm() functionsWilliam Hubbs
2015-12-05Rename bootlevel variable in _usage.cWilliam Hubbs
2015-12-02Use systype variable for rc_sys callWilliam Hubbs
2015-12-02Add detection for rkt containersWilliam Hubbs
2015-12-02Add detection for docker containersWilliam Hubbs
2015-12-01librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sysWilliam Hubbs
2015-11-12Implement "want" dependencyIan Stakenvicius
2015-11-11Standardize macro tests for gnu hurdBenda Xu
2015-11-05librc: rework overriding rc.conf options from the kclWilliam Hubbs
2015-11-05librc: Remove redundant code from rc_config_loadWilliam Hubbs
2015-11-05Add rc.conf.d supportWilliam Hubbs
2015-10-13mountinfo: make sure the netdev variable is initialized on LinuxWilliam Hubbs
2015-10-05mountinfo: fix --netdev and --nonetdev on LinuxWilliam Hubbs
2015-10-04mountinfo: read /proc/self/mounts instead of /proc/mounts on LinuxWilliam Hubbs
2015-09-17openrc-run: rename some dependency variables and a function for clarityWilliam Hubbs
2015-08-02mountinfo: fix -e and -E optionsWilliam Hubbs
2015-07-23Add EERROR_QUIET and EINFO_QUIET to environment whitelistWilliam Hubbs
2015-05-04librc: Fix crash if the service name is the same as the including runlevelJakob Drexel
2015-05-01Add support for systemd-nspawn containersWilliam Hubbs
2015-04-27convert all references from runscript to openrc-runWilliam Hubbs