summaryrefslogtreecommitdiff
path: root/networking/ifconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Can't store a pointer in an int on 64 bit platforms.Rob Landley2005-11-221-1/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-1/+1
* Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...Mike Frysinger2005-09-241-1/+1
* Erik pointed out that in the last try at the #ifdef cleanup Rob Landley2005-07-281-1/+1
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley2005-07-271-0/+2
* From: Shaun Jackman <sjackman@gmail.com>Rob Landley2005-05-031-3/+3
* Patch from Thomas Winkler:Eric Andersen2004-03-311-3/+9
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Fix/eliminate use of atolEric Andersen2004-03-061-3/+4
* Michael Smith writes:Eric Andersen2003-11-141-2/+2
* Fix a silly bug I introduced yesterdayEric Andersen2003-06-211-1/+3
* Fix a couple vars that could be used uninitializedEric Andersen2003-06-201-1/+3
* Vodz, last_patch_86Glenn L McGrath2003-05-261-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-3/+9
* Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III2002-12-271-58/+85
* use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath2002-11-261-13/+13
* Run through indent, fix commentsGlenn L McGrath2002-08-221-86/+91
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-111-1/+2
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-1/+66
* Latest patch from vodz:Eric Andersen2001-11-101-7/+5
* Use error_msg() instead of fprintf(stderr, ...)Eric Andersen2001-10-281-2/+2
* Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen2001-10-281-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-15/+15
* This corrects the _really_poor_ implementation of "broadcast +" handlingManuel Novoa III2001-08-101-19/+7
* This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesEric Andersen2001-07-071-7/+19
* Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...Manuel Novoa III2001-03-261-3/+3
* Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen2001-03-151-2/+2
* Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III2001-03-121-15/+18
* Quick mod to enable option -a for ifconfig.Manuel Novoa III2001-03-101-8/+14
* Use perror_msg_and_die function where appropriate.Manuel Novoa III2001-03-091-3/+2
* Improved port of ifconfig... smaller and with more features.Manuel Novoa III2001-03-081-329/+382
* Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen2001-03-061-241/+196
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-10/+10
* Add in ifconfig and routeEric Andersen2001-02-141-0/+476