aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-04-19fix permissions for /run/lockWilliam Hubbs
2011-04-18Don't unmount /run on shutdownLars Wendler
2011-04-18Add support for /run directoryAmadeusz Żołnowski
2011-04-18make rc_sys system specificWilliam Hubbs
2011-04-17Check for /sys/module/usbcore before modprobe usbcoreAnthony G. Basile
2011-04-15release openrc-0.8.2William Hubbs
2011-04-15revert changes for bug #292894William Hubbs
2011-04-14termencoding should run after bootmiscSebastian Thorarensen
2011-04-12release openrc 0.8.1William Hubbs
2011-04-11start loopback interface before mtabWilliam Hubbs
2011-04-10remove "after bootmisc" dependency from loopback interfaceWilliam Hubbs
2011-04-10bring up the loopback interface earlierWilliam Hubbs
2011-04-09add fallback_routes support to network scriptsWilliam Hubbs
2011-04-09typo fixWilliam Hubbs
2011-04-08clarify documentation for -timeout keywordWilliam Hubbs
2011-04-08do not timeout waiting for bootmisc to completeWilliam Hubbs
2011-04-07fix typo in ethtool.shWilliam Hubbs
2011-04-07fix typo in staticrouteWilliam Hubbs
2011-04-01remove hard coded directory paths from link flagsWilliam Hubbs
2011-03-29Bug #360963: Improve interface naming/set_name_type documentation on new vlan...Robin H. Johnson
2011-03-27remove bashism from ethtool moduleMarc Joliet
2011-03-25bootmisc: clean up tmpdir cleaningMike Frysinger
2011-03-24rework test for mounted /procWilliam Hubbs
2011-03-23termencoding needs root to be mounted read/writeWilliam Hubbs
2011-03-22release openrc-0.8.0William Hubbs
2011-03-22update documentation for windowkeys variableWilliam Hubbs
2011-03-21do not delete addresses when stopping a ppp interface.Ed Wildgoose
2011-03-21update documentation for rc_sysWilliam Hubbs
2011-03-18net: bonding: avoid using bash string replaceMike Frysinger
2011-03-14rc_sys: let default behavior be automagicMike Frysinger
2011-03-06savecache should not fail if we are shutting downWilliam Hubbs
2011-03-05remove references to the migration guideWilliam Hubbs
2011-03-05allow default rc_sys value to be set at build timeWilliam Hubbs
2011-03-03fix typoWilliam Hubbs
2011-02-22net/ethtool: official interface for changing ethtool params (bug #195479)Robin H. Johnson