aboutsummaryrefslogtreecommitdiff
path: root/route.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-6/+6
| | | | | | | cleans up most of the now-revealed problems. git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-2/+2
| | | | | | | namespace polluting things that really should be static. git-svn-id: svn://busybox.net/trunk/busybox@2027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch by Vladimir and Larry saves a few bytes.andersen2001-03-071-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-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 git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A small cleanup by Vladimirandersen2001-02-181-8/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1851 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another small formatting change from Larry Doolittle.markw2001-02-151-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1830 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Larry Doolittle that does the following:markw2001-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 git-svn-id: svn://busybox.net/trunk/busybox@1829 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-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. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* implemented displayroute() based on a patch from Vladimir N. Oleynik,andersen2001-02-141-5/+62
| | | | | | | so now route behaves as expected w/o any arguments. git-svn-id: svn://busybox.net/trunk/busybox@1804 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in ifconfig and routeandersen2001-02-141-0/+372
git-svn-id: svn://busybox.net/trunk/busybox@1802 69ca8d6d-28ef-0310-b511-8ec308f3f277