Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -6/+6 |
| | | | | cleans up most of the now-revealed problems. | ||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -2/+2 |
| | | | | namespace polluting things that really should be static. | ||||
* | This patch by Vladimir and Larry saves a few bytes. | Eric Andersen | 2001-03-07 | 1 | -5/+4 |
| | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -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 Vladimir | Eric Andersen | 2001-02-18 | 1 | -8/+5 |
| | |||||
* | Another small formatting change from Larry Doolittle. | Mark Whitley | 2001-02-15 | 1 | -4/+6 |
| | |||||
* | Applied patch from Larry Doolittle that does the following: | Mark Whitley | 2001-02-15 | 1 | -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 work | Eric Andersen | 2001-02-14 | 1 | -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 Andersen | 2001-02-14 | 1 | -5/+62 |
| | | | | so now route behaves as expected w/o any arguments. | ||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+372 |