Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reduced code size of interface. Support ifconfig -a and ifconfig interface | Manuel Novoa III | 2001-03-12 | 1 | -15/+18 | |
| | | | | | display. Change %llu to %Lu in ifconfig for hacked unsigned long long support in uClibc scanf. | |||||
* | Quick mod to enable option -a for ifconfig. | Manuel Novoa III | 2001-03-10 | 1 | -8/+14 | |
| | ||||||
* | Use perror_msg_and_die function where appropriate. | Manuel Novoa III | 2001-03-09 | 1 | -3/+2 | |
| | ||||||
* | Improved port of ifconfig... smaller and with more features. | Manuel Novoa III | 2001-03-08 | 1 | -329/+382 | |
| | ||||||
* | Add in a first pass at ifconfig status reporting. It took a long while | Eric Andersen | 2001-03-06 | 1 | -241/+196 | |
| | | | | | | | hacking on the mess in net-tools-1.59, but it currently adds 12k and supports ethernet, loop, ppp, and treats everything else as a generic interface. Works ok for me. -Erik | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -3/+3 | |
| | | | | | | 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 | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -10/+10 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+476 | |