summaryrefslogtreecommitdiff
path: root/networking/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-12/+6
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-1/+1
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-15/+12
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-7/+7
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+8
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-4/+0
* fix no previous prototype warningMike Frysinger2006-05-111-0/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-11/+4
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* added support /prefix for IPV4 form IPV6 code. Close bug 461"Vladimir N. Oleynik"2006-01-251-3/+20
* just whitespaceTim Riker2006-01-251-6/+6
* network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"2005-09-221-1/+1
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2005-08-221-4/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-0/+1
* Oops.. got a bit to aggressive with size optimization and global replace. :-(Manuel Novoa III2004-03-191-3/+5
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-101-478/+486
* Fix/eliminate use of atolEric Andersen2004-03-061-3/+2
* Major coreutils update.Manuel Novoa III2003-03-191-38/+38
* Always print the routing table header for IPv4:Robert Griebl2002-12-161-7/+6
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-3/+2
* use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath2002-11-261-7/+7
* Run through indent, fix commentGlenn L McGrath2002-08-221-163/+174
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-3/+240
* Reduced code size for new -e flag (suggested by vodz)Robert Griebl2002-05-161-17/+9
* This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl2002-05-141-22/+48
* Latest patch from vodz:Eric Andersen2001-11-101-40/+29
* Another fix from vodzEric Andersen2001-09-051-45/+47
* patch from vodz -- route cleanup to display all route entriesEric Andersen2001-08-271-9/+30
* A patch from Jaspreet Singh <jsingh@somanetworks.com>Eric Andersen2001-08-231-5/+6
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-6/+6
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* This patch by Vladimir and Larry saves a few bytes.Eric Andersen2001-03-071-5/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-2/+2
* A small cleanup by VladimirEric Andersen2001-02-181-8/+5
* Another small formatting change from Larry Doolittle.Mark Whitley2001-02-151-4/+6
* Applied patch from Larry Doolittle that does the following:Mark Whitley2001-02-151-53/+54
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-13/+13
* implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen2001-02-141-5/+62
* Add in ifconfig and routeEric Andersen2001-02-141-0/+372