aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-141-8/+127
* ifupdown: rewrite state file atomicallyDenys Vlasenko2016-10-091-5/+38
* ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko2016-09-251-1/+6
* ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko2016-09-201-2/+5
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko2016-03-031-1/+1
* ifupdown: allow duplicate interface definitionsNicolas Cavallari2016-03-011-1/+14
* ifupdown: use -x hostname:NAME with udhcpcNatanael Copa2015-10-311-2/+2
* ifupdown: pass interface device name for ipv6 route commandsTimo Teräs2015-10-261-3/+4
* ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad2015-08-241-2/+2
* ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
* ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-5/+5
* libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-021-2/+2
* ifupdown: support 'link' address familyKaarle Ritvanen2014-02-031-0/+13
* ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko2013-02-281-6/+13
* ifupdown: code shrinkDenys Vlasenko2012-11-091-7/+4
* ifupdown: remove unused errno assignmentsDenys Vlasenko2012-11-051-6/+3
* ifupdown: simple code shrinkDenys Vlasenko2012-11-051-2/+2
* style fixes, no code changesDenys Vlasenko2012-09-021-1/+1
* ifupdown: improve compatibility with DebianAndreas Oberritter2012-04-231-8/+12
* ifupdown: support metric for static default gwNatanael Copa2012-02-191-4/+4
* *: style fixes. no code changesDenys Vlasenko2011-12-151-2/+2
* ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1
* ifupdown: code shrinkDenys Vlasenko2011-10-191-27/+15
* ifupdown: support post-up / pre-down hooksPeter Korsgaard2011-10-191-0/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-4/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+28
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-4/+5
* don't leak malloced variables in the loop; remove double allocAlexey Fomenko2011-03-021-2/+5
* ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko2010-10-291-55/+68
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* ifupdown: %client%, not %clientid%Denys Vlasenko2010-09-031-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-5/+3
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-3/+4
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-111-2/+2
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-2/+2
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko2009-10-161-1/+4
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko2009-06-051-59/+65
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-26/+25
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-15/+1