aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
* ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko2007-03-061-4/+17
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-15/+9
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-1/+1
* remove casts from xmalloc()Denis Vlasenko2006-12-191-4/+2
* ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko2006-12-191-9/+7
* ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2006-12-191-11/+14
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko2006-12-181-80/+76
* fix remaining survivors of the return(a) cleanupDenis Vlasenko2006-11-271-5/+5
* ifupdown:Denis Vlasenko2006-11-231-6/+9
* ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko2006-11-231-45/+35
* dhcprelay: new appletDenis Vlasenko2006-11-201-0/+9
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-7/+2
* strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko2006-10-161-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-33/+55
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-9/+8
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* ifupdown: Debian users contributed improvement to itDenis Vlasenko2006-10-021-23/+27
* ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko2006-09-281-0/+16
* ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko2006-09-271-41/+23
* ifupdown: style cleanup, no code changesDenis Vlasenko2006-09-261-266/+260
* ifupdown: getopt_ulflags'ification.Denis Vlasenko2006-09-231-59/+29
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-30/+18
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-4/+0
* only enable count_bit functions when actually needed to fix warning reported ...Mike Frysinger2006-06-201-1/+2
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-61/+8
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-5/+5
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-8/+8
* Remove code for protocols we don't properly support. (Most of this couldRob Landley2006-04-141-38/+1
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
* Fix from Glenn McGrath.Rob Landley2006-03-221-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Fixup to make warnings from the last patch go away.Rob Landley2006-03-011-5/+5
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-8/+7
* Cleanup from Glenn McGrath.Rob Landley2006-02-281-46/+18
* Patch from Glenn McGrath to remove code that opens a file but does nothingRob Landley2006-02-261-12/+1
* just whitespaceTim Riker2006-01-251-2/+2
* - several functions depend on IPv4 or IPv6 od IPX support.Bernhard Reutner-Fischer2005-12-141-0/+3
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-281-19/+7
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* - rename llist_add_to.c to llist.cBernhard Reutner-Fischer2005-09-291-23/+0
* more remove lost exported"Vladimir N. Oleynik"2005-09-221-1/+1
* Do not attempt to free() the application's environment, which is wasEric Andersen2005-04-271-10/+8
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* Only define a local environ when not using the prototype from unistd.hEric Andersen2005-04-161-0/+2