aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
AgeCommit message (Expand)Author
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
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2008-11-14ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier
2008-11-01iplink: accept shorthands for "address" keyword here:Denis Vlasenko
2008-08-19ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko
2008-08-12ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-08ifupdown: /etc/network/interfaces can have comments with leading blanksDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-02udhcpc: add -o "do not request options by default" switchDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-25ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-19ifupdown: make it NOMMU-capableDenis Vlasenko