summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko1-29/+7
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko4-116/+127
2016-10-09ifupdown: rewrite state file atomicallyDenys Vlasenko1-5/+38
2016-09-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko1-1/+6
2016-09-20ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko1-2/+5
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-03ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko1-1/+1
2016-03-01ifupdown: allow duplicate interface definitionsNicolas Cavallari1-1/+14
2015-10-31ifupdown: use -x hostname:NAME with udhcpcNatanael Copa1-2/+2
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs1-3/+4
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad1-2/+2
2015-03-22ifupdown: shrink a messageDenys Vlasenko1-1/+1
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann1-3/+4
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko6-18/+18
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen1-0/+13
2013-02-28ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko1-6/+13
2012-11-09ifupdown: code shrinkDenys Vlasenko1-7/+4
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko1-6/+3
2012-11-05ifupdown: simple code shrinkDenys Vlasenko1-2/+2
2012-09-02style fixes, no code changesDenys Vlasenko2-2/+2
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter1-8/+12
2012-02-19ifupdown: support metric for static default gwNatanael Copa1-4/+4
2011-12-15*: style fixes. no code changesDenys Vlasenko3-9/+10
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala1-1/+1
2011-10-19ifupdown: code shrinkDenys Vlasenko1-27/+15
2011-10-19ifupdown: support post-up / pre-down hooksPeter Korsgaard1-0/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko2-3/+6
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko1-55/+68
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko1-3/+3
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-05-02ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko1-2/+4
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko8-36/+36
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-16ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko1-1/+4
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko1-59/+65
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
[next]