aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2020-12-11libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-28ifupdown: close memory leakDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-09-30ifupdown: support "source-directory" stanzaBrandon Maier
2018-03-28ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-23Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko
2016-10-09ifupdown: rewrite state file atomicallyDenys Vlasenko
2016-09-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko
2016-09-20ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-03ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko
2016-03-01ifupdown: allow duplicate interface definitionsNicolas Cavallari
2015-10-31ifupdown: use -x hostname:NAME with udhcpcNatanael Copa
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad
2015-03-22ifupdown: shrink a messageDenys Vlasenko
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen
2013-02-28ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko
2012-11-09ifupdown: code shrinkDenys Vlasenko
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko
2012-11-05ifupdown: simple code shrinkDenys Vlasenko
2012-09-02style fixes, no code changesDenys Vlasenko
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter
2012-02-19ifupdown: support metric for static default gwNatanael Copa
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala
2011-10-19ifupdown: code shrinkDenys Vlasenko
2011-10-19ifupdown: support post-up / pre-down hooksPeter Korsgaard
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko