| Commit message (Expand) | Author | Age | Files | Lines |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -3/+3 |
* | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 1 | -44/+44 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -12/+6 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | 2007-03-22 | 1 | -1/+2 |
* | ifconfig: support (by ignoring it) "inet" before IP address or hostname | Denis Vlasenko | 2007-03-22 | 1 | -0/+2 |
* | ifconfig: use IPv6 infrastructure | Denis Vlasenko | 2007-02-04 | 1 | -27/+26 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | properly export externs thru *.h files | Denis Vlasenko | 2006-12-26 | 1 | -5/+0 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | ifconfig: do not try to continue on errors. not much sence in doing that | Denis Vlasenko | 2006-11-27 | 1 | -104/+58 |
* | bb_INET_default[] is really just a const "default", | Denis Vlasenko | 2006-11-21 | 1 | -1/+1 |
* | ifconfig: looks like char host[128] is not really needed. | Denis Vlasenko | 2006-11-21 | 1 | -4/+6 |
* | ifconfig: preparatory patch, no code changes | Denis Vlasenko | 2006-11-21 | 1 | -42/+42 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -9/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -11/+3 |
* | Can't store a pointer in an int on 64 bit platforms. | Rob Landley | 2005-11-22 | 1 | -1/+1 |
* | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | Bernhard Reutner-Fischer | 2005-10-07 | 1 | -1/+1 |
* | Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ... | Mike Frysinger | 2005-09-24 | 1 | -1/+1 |
* | Erik pointed out that in the last try at the #ifdef cleanup | Rob Landley | 2005-07-28 | 1 | -1/+1 |
* | #ifdef reduction infrastructure, based on an argument between Shaun Jackman, | Rob Landley | 2005-07-27 | 1 | -0/+2 |
* | From: Shaun Jackman <sjackman@gmail.com> | Rob Landley | 2005-05-03 | 1 | -3/+3 |
* | Patch from Thomas Winkler: | Eric Andersen | 2004-03-31 | 1 | -3/+9 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | Fix/eliminate use of atol | Eric Andersen | 2004-03-06 | 1 | -3/+4 |
* | Michael Smith writes: | Eric Andersen | 2003-11-14 | 1 | -2/+2 |
* | Fix a silly bug I introduced yesterday | Eric Andersen | 2003-06-21 | 1 | -1/+3 |
* | Fix a couple vars that could be used uninitialized | Eric Andersen | 2003-06-20 | 1 | -1/+3 |
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 1 | -3/+9 |
* | Add "Broadcast +" support back in. Also cut the size down some. Not well | Manuel Novoa III | 2002-12-27 | 1 | -58/+85 |
* | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | 2002-11-26 | 1 | -13/+13 |
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -86/+91 |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 1 | -1/+2 |
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 1 | -1/+66 |
* | Latest patch from vodz: | Eric Andersen | 2001-11-10 | 1 | -7/+5 |
* | Use error_msg() instead of fprintf(stderr, ...) | Eric Andersen | 2001-10-28 | 1 | -2/+2 |
* | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen | 2001-10-28 | 1 | -2/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -15/+15 |
* | This corrects the _really_poor_ implementation of "broadcast +" handling | Manuel Novoa III | 2001-08-10 | 1 | -19/+7 |
* | This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables | Eric Andersen | 2001-07-07 | 1 | -7/+19 |
* | Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb... | Manuel Novoa III | 2001-03-26 | 1 | -3/+3 |
* | Don't confuse people. If the run 'ifconfig' and they didn't | Eric Andersen | 2001-03-15 | 1 | -2/+2 |