aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc.c
AgeCommit message (Expand)Author
2018-06-20openrc: convert snprintf calls to xasprintfWilliam Hubbs
2018-02-26openrc: remove unused #define's.William Hubbs
2018-02-26openrc: convert another execl() call to execlp()William Hubbs
2018-02-22openrc: force deptree update for sysinit runlevelWilliam Hubbs
2018-02-21rc.c: remove PATH_MAX referencesWilliam Hubbs
2016-11-01src/rc/rc: do not try to start services if fork failsWilliam Hubbs
2016-09-19Revert "Disable parallel startup in interactive mode"William Hubbs
2016-07-16rc: Rename some static variables to kill warningsDoug Freed
2016-07-14Remove the DEBUG_MEMORY macroWilliam Hubbs
2016-05-24Make deprecation warnings for rc and runscript more visibleWilliam Hubbs
2016-01-22add back deprecation warnings lost during refactoringWilliam Hubbs
2016-01-22fix testsWilliam Hubbs
2016-01-19rc: remove use of magic constant and allow OpenVZ to drop to shellDoug 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-18rc: make get_systype similar to the old rc_sys functionWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2016-01-05rc: fix compiler warnings cleanupWilliam Hubbs
2016-01-01rc: clean up compiler warningsWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-08Convert rc_sys() calls to detect_container() and detect_vm()William Hubbs
2015-12-02Use systype variable for rc_sys callWilliam Hubbs
2015-11-12Implement "want" dependencyIan Stakenvicius
2015-03-24Fix some compiler warningsDoug Freed
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2013-12-12Rename the rc binary to openrcWilliam Hubbs
2013-09-23style fixesWilliam Hubbs
2013-09-20Fix stacked runlevel supportAlexander V Vershilov
2013-04-28rc: allow switching runlevels without stopping servicesWilliam Hubbs
2013-02-25rc: add usage messageAndrew Gregory
2012-03-26librc: Do not output error messages from within the library.William Hubbs
2012-02-20rc: remove calls to rc_sys_v2 and rc_sys_v1William Hubbs
2012-02-20remove the warning about falling back to autodetectionJory A. Pratt
2012-02-12Use size_t instead of intChristian Ruppert
2012-02-11Remove unused/useless function single_user()Christian Ruppert
2012-01-24Disable parallel startup in interactive modeChristian Ruppert
2012-01-15Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert
2011-12-30Code style fixesChristian Ruppert
2011-12-30Compare stricter in proc_getentChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-05-28rc: delete now unused local "i" variableMike Frysinger
2011-02-16new implementation of applet optionWilliam Hubbs
2011-02-14make version option commonWilliam Hubbs
2011-01-17Style fix: "if (" not "if(".Robin H. Johnson
2011-01-17Better error checking of argc for --applet call.Robin H. Johnson
2011-01-17Clean up all trailing whitespace in src/.Robin H. Johnson
2011-01-17Bug #351712: Implement --applet selection mode for SELinux wrappers.Robin H. Johnson
2011-01-05Implement explicit selection of subsystem types.Robin H. Johnson
2010-03-26Fix -s and -S.Roy Marples
2009-07-01We should use -feature instead of nofeature.Roy Marples