aboutsummaryrefslogtreecommitdiff
path: root/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This has two patches. First it moves interface.c to libbb (it isEric Andersen2001-04-191-2140/+0
| | | | | | | support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.
* Update how we detect if libc5 is in use.Eric Andersen2001-04-091-2/+2
| | | | -Erik
* Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.Manuel Novoa III2001-03-151-2/+2
|
* Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III2001-03-121-110/+172
| | | | | 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 III2001-03-101-4/+5
|
* Fix up some silly macros and use xmalloc and friends exclusively.Eric Andersen2001-03-061-6/+3
|
* Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen2001-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