summaryrefslogtreecommitdiff
path: root/route.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-6/+6
| | | | cleans up most of the now-revealed problems.
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
| | | | namespace polluting things that really should be static.
* 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
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* 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
| | | | | | | - style changes - It actually returns the code computed by INET_setroute (wasn't being done properly before) - The displayroute() format string now matches net-tools
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-13/+13
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen2001-02-141-5/+62
| | | | so now route behaves as expected w/o any arguments.
* Add in ifconfig and routeEric Andersen2001-02-141-0/+372