Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-10 | Latest patch from vodz: | Eric Andersen | |
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets | |||
2001-09-05 | Another fix from vodz | Eric Andersen | |
2001-08-27 | patch from vodz -- route cleanup to display all route entries | Eric Andersen | |
2001-08-23 | A patch from Jaspreet Singh <jsingh@somanetworks.com> | Eric Andersen | |
fixing both a segfault and cosmetic bug in route | |||
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | |
cleans up most of the now-revealed problems. | |||
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | |
namespace polluting things that really should be static. | |||
2001-03-07 | This patch by Vladimir and Larry saves a few bytes. | Eric Andersen | |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
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 | |||
2001-02-18 | A small cleanup by Vladimir | Eric Andersen | |
2001-02-15 | Another small formatting change from Larry Doolittle. | Mark Whitley | |
2001-02-15 | Applied patch from Larry Doolittle that does the following: | Mark Whitley | |
- 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 | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-14 | implemented displayroute() based on a patch from Vladimir N. Oleynik, | Eric Andersen | |
so now route behaves as expected w/o any arguments. | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |