aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* assorted fixes uncovered by randomconfig runsvda2007-03-221-1/+2
* ifconfig: support (by ignoring it) "inet" before IP address or hostnamevda2007-03-221-0/+2
* ifconfig: use IPv6 infrastructurevda2007-02-041-27/+26
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* properly export externs thru *.h filesvda2006-12-261-5/+0
* style fixesvda2006-12-261-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-271-1/+1
* ifconfig: do not try to continue on errors. not much sence in doing thatvda2006-11-271-104/+58
* bb_INET_default[] is really just a const "default",vda2006-11-211-1/+1
* ifconfig: looks like char host[128] is not really needed.vda2006-11-211-4/+6
* ifconfig: preparatory patch, no code changesvda2006-11-211-42/+42
* add -Wundef, fix uncovered bugsvda2006-11-171-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-9/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-11/+3
* Can't store a pointer in an int on 64 bit platforms.landley2005-11-221-1/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-071-1/+1
* Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...vapier2005-09-241-1/+1
* Erik pointed out that in the last try at the #ifdef cleanup landley2005-07-281-1/+1
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,landley2005-07-271-0/+2
* From: Shaun Jackman <sjackman@gmail.com>landley2005-05-031-3/+3
* Patch from Thomas Winkler:andersen2004-03-311-3/+9
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Fix/eliminate use of atolandersen2004-03-061-3/+4
* Michael Smith writes:andersen2003-11-141-2/+2
* Fix a silly bug I introduced yesterdayandersen2003-06-211-1/+3
* Fix a couple vars that could be used uninitializedandersen2003-06-201-1/+3
* Vodz, last_patch_86bug12003-05-261-2/+2
* Major coreutils update.mjn32003-03-191-8/+8
* Eliminate most instances where we use linux kernel headersandersen2003-01-141-3/+9
* Add "Broadcast +" support back in. Also cut the size down some. Not wellmjn32002-12-271-58/+85
* use #ifdef CONFIG_* instead of #if CONFIG_*bug12002-11-261-13/+13
* Run through indent, fix commentsbug12002-08-221-86/+91
* Fixup warnings and undefined operations that show up in gcc-3.1andersen2002-07-111-1/+2
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-031-1/+66
* Latest patch from vodz:andersen2001-11-101-7/+5
* Use error_msg() instead of fprintf(stderr, ...)andersen2001-10-281-2/+2
* Add in some (theoretical) uClinux support. Some init cleanupsandersen2001-10-281-2/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-241-15/+15
* This corrects the _really_poor_ implementation of "broadcast +" handlingmjn32001-08-101-19/+7
* This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesandersen2001-07-071-7/+19
* Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...mjn32001-03-261-3/+3
* Don't confuse people. If the run 'ifconfig' and they didn'tandersen2001-03-151-2/+2
* Reduced code size of interface. Support ifconfig -a and ifconfig interfacemjn32001-03-121-15/+18
* Quick mod to enable option -a for ifconfig.mjn32001-03-101-8/+14
* Use perror_msg_and_die function where appropriate.mjn32001-03-091-3/+2
* Improved port of ifconfig... smaller and with more features.mjn32001-03-081-329/+382
* Add in a first pass at ifconfig status reporting. It took a long whileandersen2001-03-061-241/+196
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-3/+3