aboutsummaryrefslogtreecommitdiff
path: root/ifconfig.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesandersen2001-07-071-7/+19
| | | | | | | "broadcast +" for deriving the broadcast address automagically. git-svn-id: svn://busybox.net/trunk/busybox@3030 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix in_ether bug regarding hex digits reported by Jonas Holmberg ↵mjn32001-03-261-3/+3
| | | | | | <jonas.holmberg@axis.com>. git-svn-id: svn://busybox.net/trunk/busybox@2196 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't confuse people. If the run 'ifconfig' and they didn'tandersen2001-03-151-2/+2
| | | | | | | | | compile with BB_FEATURE_IFCONFIG_STATUS turned on, it will now print a message telling them as much. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2103 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reduced code size of interface. Support ifconfig -a and ifconfig interfacemjn32001-03-121-15/+18
| | | | | | | | display. Change %llu to %Lu in ifconfig for hacked unsigned long long support in uClibc scanf. git-svn-id: svn://busybox.net/trunk/busybox@2039 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Quick mod to enable option -a for ifconfig.mjn32001-03-101-8/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2037 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use perror_msg_and_die function where appropriate.mjn32001-03-091-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2033 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improved port of ifconfig... smaller and with more features.mjn32001-03-081-329/+382
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a first pass at ifconfig status reporting. It took a long whileandersen2001-03-061-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 git-svn-id: svn://busybox.net/trunk/busybox@1978 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-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 git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-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. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in ifconfig and routeandersen2001-02-141-0/+476
git-svn-id: svn://busybox.net/trunk/busybox@1802 69ca8d6d-28ef-0310-b511-8ec308f3f277