aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-13Add commit message information to style guideWilliam Hubbs
2011-07-13Fix rc_service_value_get() to return multiple lines as wellChristian Ruppert
2011-07-13Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger
2011-07-09Do not skip similar config optionsChristian Ruppert
2011-07-07save and restore IFS correctlyKirill Elagin
2011-07-06rc_log_path should be quotedWilliam Hubbs
2011-07-06Rename rc_logger_path to rc_log_pathChristian Ruppert
2011-07-06The is_net_fs function should use extra_net_fs_listWilliam Hubbs
2011-07-05fix issue with extra_net_fs_listWilliam Hubbs
2011-07-06Document the new rc_logger_path optionChristian Ruppert
2011-07-05Improve loggingChristian Ruppert
2011-07-05Don't write into optarg, this also fixes a compiler warning.Christian Ruppert
2011-07-04eat trailing whitespaceMike Frysinger
2011-07-04Bug 373808: init.d/modules skipped certain variable combinationsRobin H. Johnson
2011-07-02slight formatting changeWilliam Hubbs
2011-06-30Add --startas/-a back to the optstringChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-06-28Use RC_CONF instead of the hardcoded /etc/rc.confChristian Ruppert
2011-06-28net: ccwgroup: smooth up/down processMike Frysinger
2011-06-27Only print the deprecation warning for --chuid/-c when using itJoe Harvell
2011-06-27Revert "remove functions.sh symbolic link in init.d"William Hubbs
2011-06-27remove functions.sh symbolic link in init.dWilliam Hubbs
2011-06-24update bug reporting information in READMEWilliam Hubbs
2011-06-24localmount: make OIFS and CIFS local in stop functionKirill Elagin
2011-06-23allow options to be passed to killall5William Hubbs
2011-06-19release openrc-0.8.3William Hubbs
2011-06-19fix comment in conf.d/consolefontWilliam Hubbs
2011-06-18sysctl: do not make unknown keys fatalMike Frysinger
2011-06-05Warn if deprecated commandline options are used for start-stop-daemonChristian Ruppert
2011-06-03fix underquoting of wrapped color stubs of exit statusMike Frysinger
2011-06-03clean up gitignore filesMike Frysinger
2011-06-02Don't set hostname on containers.Diego Elio Pettenò
2011-05-28rc-update: sort "show" outputMike Frysinger
2011-05-28cc.mk: move debug.mk out of end MakefilesMike Frysinger
2011-05-28cc.mk: enable -g by defaultMike Frysinger
2011-05-28librc: tweak style: foo () -> foo()Mike Frysinger
2011-05-28rc: delete now unused local "i" variableMike Frysinger
2011-05-23Fix dirname calls in runscriptChristian Ruppert
2011-05-17fix keymaps config file to show the correct variable nameWilliam Hubbs
2011-05-16only warn about /run if it existsMike Frysinger
2011-05-16drop rc_sys funcs from removal scheduleMike Frysinger
2011-05-16net:bonding small style change for readabilityWilliam Hubbs
2011-05-16Do not add slaves to bond interface if they are already addedKfir Lavi
2011-05-16net: ccwgroup: forward port changes from baselayout-1Mike Frysinger
2011-05-11do not run services if openrc did not boot the systemWilliam Hubbs
2011-04-27fix rc_service_extra_commands return valueJames Le Cuirot
2011-04-27fix list returned by rc_service_extra_commandsWilliam Hubbs
2011-04-26change udhcpc support to busybox udhcpcWilliam Hubbs
2011-04-21add back the eend command in start/stop for local serviceWilliam Hubbs
2011-04-19[oldnet] Bug #363959: Improve plug_timeout ifplugd/netplugd code.Robin H. Johnson