aboutsummaryrefslogtreecommitdiff
path: root/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.mjn32001-03-151-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2083 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reduced code size of interface. Support ifconfig -a and ifconfig interfacemjn32001-03-121-110/+172
| | | | | | | | 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-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2037 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some silly macros and use xmalloc and friends exclusively.andersen2001-03-061-6/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1987 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a first pass at ifconfig status reporting. It took a long whileandersen2001-03-061-0/+2080
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