aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
AgeCommit message (Expand)Author
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
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-05-02ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-16ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko