aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-311-12/+6
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-271-1/+1
* bb_INET_default[] is really just a const "default",vda2006-11-211-2/+2
* remove bb_printf and the likevda2006-10-261-15/+12
* attempt to regularize atoi mess.vda2006-10-081-7/+7
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+8
* More removal of "#if 0" content.rpjday2006-07-011-4/+0
* fix no previous prototype warningvapier2006-05-111-0/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-11/+4
* fix up annoying signed/unsigned and mixed type errorsandersen2006-01-301-1/+1
* added support /prefix for IPV4 form IPV6 code. Close bug 461vodz2006-01-251-3/+20
* just whitespacetimr2006-01-251-6/+6
* network "default" --> bb_INET_default. Reduce 2 exported from find appletvodz2005-09-221-1/+1
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.landley2005-08-221-4/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-0/+1
* Oops.. got a bit to aggressive with size optimization and global replace. :-(mjn32004-03-191-3/+5
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* In spite of the feature freeze, check in a complete rework of route whichmjn32004-03-101-478/+486
* Fix/eliminate use of atolandersen2004-03-061-3/+2
* Major coreutils update.mjn32003-03-191-38/+38
* Always print the routing table header for IPv4:sandman2002-12-161-7/+6
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-3/+2
* use #ifdef CONFIG_* instead of #if CONFIG_*bug12002-11-261-7/+7
* Run through indent, fix commentbug12002-08-221-163/+174
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-031-3/+240
* Reduced code size for new -e flag (suggested by vodz)sandman2002-05-161-17/+9
* This patch adds -e (extended information) to route and -r/-e (show routingsandman2002-05-141-22/+48
* Latest patch from vodz:andersen2001-11-101-40/+29
* Another fix from vodzandersen2001-09-051-45/+47
* patch from vodz -- route cleanup to display all route entriesandersen2001-08-271-9/+30
* A patch from Jaspreet Singh <jsingh@somanetworks.com>andersen2001-08-231-5/+6
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-6/+6
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-2/+2
* This patch by Vladimir and Larry saves a few bytes.andersen2001-03-071-5/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-2/+2
* A small cleanup by Vladimirandersen2001-02-181-8/+5
* Another small formatting change from Larry Doolittle.markw2001-02-151-4/+6
* Applied patch from Larry Doolittle that does the following:markw2001-02-151-53/+54
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-13/+13
* implemented displayroute() based on a patch from Vladimir N. Oleynik,andersen2001-02-141-5/+62
* Add in ifconfig and routeandersen2001-02-141-0/+372