aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-19sh/s6.sh: update s6-svc syntax to be valid for 2.2.0.0+Colin Booth
2016-01-19Fix typoManuel RĂ¼ger
2016-01-19conf.d/bootmisc: typo fix: s/dmesc/dmesg/Gokturk Yuksek
2016-01-19localmount: Allow users to control whether errors are ignoredWilliam 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-14version 0.21William 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-13update ChangeLogWilliam Hubbs
2016-01-13allow the user to decide whether fsck aborts for errorsjoe9
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
2016-01-01add ignore patterns for init.d directoryWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-14format fixWilliam Hubbs
2015-12-11FEATURE-REMOVAL-SCHEDULE: create section for librc API functionsWilliam Hubbs
2015-12-11netmount: use want dependency to start nfsclientRick Farina (Zero_Chaos)
2015-12-09Add note about deprecating rc_getline()William Hubbs
2015-12-09Complete support for rc.conf.dWilliam Hubbs
2015-12-08Add note about removing rc_sys() from librcWilliam Hubbs
2015-12-08Update feature-removal-schedule wrt mtab serviceWilliam 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-05Increment version numberWilliam Hubbs
2015-12-04update ChangeLogWilliam Hubbs
2015-12-03man/openrc-run.8: Clarify documentation on dependencies and keywordsWilliam Hubbs
2015-12-03add support for -containers keywordWilliam Hubbs
2015-12-02Use systype variable for rc_sys callWilliam Hubbs
2015-12-02rc.conf.Linux: document the rkt keywordWilliam 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-12-01rc-functions.sh: add support for user-defined want dependenciesWilliam Hubbs
2015-11-12Implement "want" dependencyIan Stakenvicius