aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
AgeCommit message (Expand)Author
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