aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath2004-09-141-3/+3
* use SIGTERM to kill off udhcpd, not SIGKILLEric Andersen2004-07-301-1/+4
* As noted by Eric Spakman, calling static_down() and then callingEric Andersen2004-07-301-14/+4
* add missing ;1_00_rc2Eric Andersen2004-07-261-1/+1
* bother. unrevert my fix.Eric Andersen2004-07-261-1/+2
* Make certain that udhcp shuts down the interfaceEric Andersen2004-07-261-2/+1
* oopsEric Andersen2004-07-261-1/+1
* Make certain that udhcp shuts down the interfaceEric Andersen2004-07-261-1/+2
* Patch from Manousaridis Angelos to bring dhclient down more elegentlyGlenn L McGrath2004-07-231-1/+2
* Patch from Mike Snitzer to fix return codes.Glenn L McGrath2004-07-211-13/+29
* Patch from Mike Snitzer, bring down dhclient using its correct pid, fixGlenn L McGrath2004-07-211-2/+2
* Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa...Eric Andersen2004-07-201-9/+9
* Paul Fox writes:Eric Andersen2004-06-291-2/+2
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'Eric Andersen2004-04-121-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-14/+14
* Manousaridis Angelos writes:Eric Andersen2003-12-191-10/+8
* As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3Eric Andersen2003-09-121-2/+2
* Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen2003-09-121-7/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-1/+1
* label's dont work in v4 tunnels, patch by Eric SpakmanGlenn L McGrath2003-08-291-1/+1
* Eric Spakman writes:Eric Andersen2003-08-061-7/+11
* Eric Spakman writes:Eric Andersen2003-07-301-1/+1
* Match up interfacesEric Andersen2003-07-291-1/+1