Age | Commit message (Expand) | Author |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-09-01 | better shared strings trick | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-02 | more thorough fix for systems with strange socklen_t | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-06-04 | networking/interface.c: fix indentation | Denis Vlasenko |
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 |