aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
AgeCommit message (Expand)Author
2006-12-26properly export externs thru *.h filesDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko
2006-11-21ifconfig: looks like char host[128] is not really needed.Denis Vlasenko
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2005-11-22Can't store a pointer in an int on 64 bit platforms.Rob Landley
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer
2005-09-24Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...Mike Frysinger
2005-07-28Erik pointed out that in the last try at the #ifdef cleanup Rob Landley
2005-07-27#ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley
2005-05-03From: Shaun Jackman <sjackman@gmail.com>Rob Landley
2004-03-31Patch from Thomas Winkler:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-06Fix/eliminate use of atolEric Andersen
2003-11-14Michael Smith writes:Eric Andersen
2003-06-21Fix a silly bug I introduced yesterdayEric Andersen
2003-06-20Fix a couple vars that could be used uninitializedEric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-14Eliminate most instances where we use linux kernel headersEric Andersen
2002-12-27Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III
2002-11-26use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
2001-11-10Latest patch from vodz:Eric Andersen
2001-10-28Use error_msg() instead of fprintf(stderr, ...)Eric Andersen
2001-10-28Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-10This corrects the _really_poor_ implementation of "broadcast +" handlingManuel Novoa III
2001-07-07This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesEric Andersen
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...Manuel Novoa III
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen
2001-03-12Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III
2001-03-10Quick mod to enable option -a for ifconfig.Manuel Novoa III
2001-03-09Use perror_msg_and_die function where appropriate.Manuel Novoa III
2001-03-08Improved port of ifconfig... smaller and with more features.Manuel Novoa III
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-14Add in ifconfig and routeEric Andersen