Age | Commit message (Expand) | Author |
2008-05-17 | two fixlets for -Wall | Denis Vlasenko |
2008-05-16 | - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever | Bernhard Reutner-Fischer |
2008-04-21 | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2007-11-04 | ifconfig: code shrink | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-22 | assorted fixes uncovered by randomconfig runs | Denis Vlasenko |
2007-03-22 | ifconfig: support (by ignoring it) "inet" before IP address or hostname | Denis Vlasenko |
2007-02-04 | ifconfig: use IPv6 infrastructure | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-26 | properly export externs thru *.h files | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-11-27 | ifconfig: do not try to continue on errors. not much sence in doing that | Denis Vlasenko |
2006-11-21 | bb_INET_default[] is really just a const "default", | Denis Vlasenko |
2006-11-21 | ifconfig: looks like char host[128] is not really needed. | Denis Vlasenko |
2006-11-21 | ifconfig: preparatory patch, no code changes | Denis Vlasenko |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2005-11-22 | Can'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-24 | Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ... | Mike Frysinger |
2005-07-28 | Erik 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-03 | From: Shaun Jackman <sjackman@gmail.com> | Rob Landley |
2004-03-31 | Patch from Thomas Winkler: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen |
2003-11-14 | Michael Smith writes: | Eric Andersen |
2003-06-21 | Fix a silly bug I introduced yesterday | Eric Andersen |
2003-06-20 | Fix a couple vars that could be used uninitialized | Eric Andersen |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-14 | Eliminate most instances where we use linux kernel headers | Eric Andersen |
2002-12-27 | Add "Broadcast +" support back in. Also cut the size down some. Not well | Manuel Novoa III |
2002-11-26 | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath |
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen |
2002-07-03 | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen |
2001-11-10 | Latest patch from vodz: | Eric Andersen |
2001-10-28 | Use error_msg() instead of fprintf(stderr, ...) | Eric Andersen |
2001-10-28 | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-10 | This corrects the _really_poor_ implementation of "broadcast +" handling | Manuel Novoa III |