Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / ifconfig.c
2013-08-15 Denys Vlasenkofix build error with musl libc due to if_slip.h
2013-07-25 Bartosz Golaszewskinetworking: code shrink
2013-01-20 Denys Vlasenkoifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17...
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-09-01 Denys Vlasenkobetter shared strings trick
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-06-04 Denis Vlasenkonetworking/interface.c: fix indentation
2008-05-17 Denis Vlasenkotwo fixlets for -Wall
2008-05-16 Bernhard Reutner... - fix bug where we incorrectly rejected ifconfig eth0...
2008-04-21 Denis Vlasenko*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-22 Denis Vlasenkoifconfig: support (by ignoring it) "inet" before IP...
2007-02-04 Denis Vlasenkoifconfig: use IPv6 infrastructure
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-26 Denis Vlasenkoproperly export externs thru *.h files
2006-12-26 Denis Vlasenkostyle fixes
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkoifconfig: do not try to continue on errors. not much...
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-11-21 Denis Vlasenkoifconfig: looks like char host[128] is not really needed.
2006-11-21 Denis Vlasenkoifconfig: preparatory patch, no code changes
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2005-11-22 Rob LandleyCan't store a pointer in an int on 64 bit platforms.
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn writes to fix a warning: netwo...
2005-07-28 Rob LandleyErik pointed out that in the last try at the #ifdef...
2005-07-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-05-03 Rob LandleyFrom: Shaun Jackman <sjackman@gmail.com>
2004-03-31 Eric AndersenPatch from Thomas Winkler:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2003-11-14 Eric AndersenMichael Smith writes:
2003-06-21 Eric AndersenFix a silly bug I introduced yesterday
2003-06-20 Eric AndersenFix a couple vars that could be used uninitialized
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2002-12-27 Manuel Novoa III Add "Broadcast +" support back in. Also cut the size...
2002-11-26 Glenn L McGrathuse #ifdef CONFIG_* instead of #if CONFIG_*
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2001-11-10 Eric AndersenLatest patch from vodz:
2001-10-28 Eric AndersenUse error_msg() instead of fprintf(stderr, ...)
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-10 Manuel Novoa III This corrects the _really_poor_ implementation of ...
2001-07-07 Eric AndersenThis patch from Fabio Ferrari <fabio.ferrari@digitro...
2001-03-26 Manuel Novoa III Fix in_ether bug regarding hex digits reported by Jonas...
2001-03-15 Eric AndersenDon't confuse people. If the run 'ifconfig' and they...
2001-03-12 Manuel Novoa III Reduced code size of interface. Support ifconfig ...
2001-03-10 Manuel Novoa III Quick mod to enable option -a for ifconfig.
2001-03-09 Manuel Novoa III Use perror_msg_and_die function where appropriate.
2001-03-08 Manuel Novoa III Improved port of ifconfig... smaller and with more...
2001-03-06 Eric AndersenAdd in a first pass at ifconfig status reporting. ...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric AndersenAdd in ifconfig and route