2018-03-05 |
Denys Vlasenko | networking/interface.c: get rid of global "smallint... |
blob | commitdiff | raw |
2017-10-05 |
Denys Vlasenko | whitespace and comment format fixes, no code changes |
blob | commitdiff | raw | diff to current |
2017-07-21 |
Denys Vlasenko | config: deindent all help texts |
blob | commitdiff | raw | diff to current |
2017-07-18 |
Denys Vlasenko | Update menuconfig items with approximate applet sizes |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Convert all networking/* applets to "new style" applet... |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Denys Vlasenko | fix build error with musl libc due to if_slip.h |
blob | commitdiff | raw | diff to current |
2013-07-25 |
Bartosz Golaszewski | networking: code shrink |
blob | commitdiff | raw | diff to current |
2013-01-20 |
Denys Vlasenko | ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17... |
blob | commitdiff | raw | diff to current |
2013-01-14 |
Denys Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2011-06-10 |
Dan Fandrich | *: simplify Ethernet header includes |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Pere Orga | move remaining help text from include/usage.src.h |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Denys Vlasenko | better shared strings trick |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Denys Vlasenko | more thorough fix for systems with strange socklen_t |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Denys Vlasenko | *: remove some uses of argc |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Denis Vlasenko | *: mass renaming of USE_XXXX to IF_XXXX |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Denis Vlasenko | libbb: add strncpy_IFNAMSIZ |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Denis Vlasenko | networking/interface.c: fix indentation |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Denis Vlasenko | two fixlets for -Wall |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Bernhard Reutner... | - fix bug where we incorrectly rejected ifconfig eth0... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Denis Vlasenko | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Bernhard Reutner... | - be C99 friendly. Anonymous unions are a GNU extension... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Denis Vlasenko | ifconfig: code shrink |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Denis Vlasenko | xioctl and friends by Tito <farmatito@tiscali.it> |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Denis Vlasenko | assorted fixes uncovered by randomconfig runs |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Denis Vlasenko | ifconfig: support (by ignoring it) "inet" before IP... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | ifconfig: use IPv6 infrastructure |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | properly export externs thru *.h files |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Denis Vlasenko | A bunch of defined(__GLIBC__) added. static-linking... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 2 |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | ifconfig: do not try to continue on errors. not much... |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Denis Vlasenko | bb_INET_default[] is really just a const "default", |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Denis Vlasenko | ifconfig: looks like char host[128] is not really needed. |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Denis Vlasenko | ifconfig: preparatory patch, no code changes |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Denis Vlasenko | add -Wundef, fix uncovered bugs |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
blob | commitdiff | raw | diff to current |
2005-11-22 |
Rob Landley | Can't store a pointer in an int on 64 bit platforms. |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Bernhard Reutner... | - remove superfluous C statements ";;" in decompress_un... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Mike Frysinger | Cristian Ionescu-Idbohrn writes to fix a warning: netwo... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Rob Landley | Erik pointed out that in the last try at the #ifdef... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Rob Landley | #ifdef reduction infrastructure, based on an argument... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Rob Landley | From: Shaun Jackman <sjackman@gmail.com> |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Eric Andersen | Patch from Thomas Winkler: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-03-06 |
Eric Andersen | Fix/eliminate use of atol |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Eric Andersen | Michael Smith writes: |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Andersen | Fix a silly bug I introduced yesterday |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | Fix a couple vars that could be used uninitialized |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Glenn L McGrath | Vodz, last_patch_86 |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Eric Andersen | Eliminate most instances where we use linux kernel... |
blob | commitdiff | raw | diff to current |
2002-12-27 |
Manuel Novoa III | Add "Broadcast +" support back in. Also cut the size... |
blob | commitdiff | raw | diff to current |
2002-11-26 |
Glenn L McGrath | use #ifdef CONFIG_* instead of #if CONFIG_* |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Glenn L McGrath | Run through indent, fix comments |
blob | commitdiff | raw | diff to current |
2002-07-11 |
Eric Andersen | Fixup warnings and undefined operations that show up... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Eric Andersen | This patch from Bart Visscher <magick@linux-fan.com... |
blob | commitdiff | raw | diff to current |
2001-11-10 |
Eric Andersen | Latest patch from vodz: |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Eric Andersen | Use error_msg() instead of fprintf(stderr, ...) |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Eric Andersen | Add in some (theoretical) uClinux support. Some init... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Manuel Novoa III | This corrects the _really_poor_ implementation of ... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Eric Andersen | This patch from Fabio Ferrari <fabio.ferrari@digitro... |
blob | commitdiff | raw | diff to current |
2001-03-26 |
Manuel Novoa III | Fix in_ether bug regarding hex digits reported by Jonas... |
blob | commitdiff | raw | diff to current |
2001-03-15 |
Eric Andersen | Don't confuse people. If the run 'ifconfig' and they... |
blob | commitdiff | raw | diff to current |
2001-03-12 |
Manuel Novoa III | Reduced code size of interface. Support ifconfig ... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Manuel Novoa III | Quick mod to enable option -a for ifconfig. |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Manuel Novoa III | Use perror_msg_and_die function where appropriate. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Manuel Novoa III | Improved port of ifconfig... smaller and with more... |
blob | commitdiff | raw | diff to current |
2001-03-06 |
Eric Andersen | Add in a first pass at ifconfig status reporting. ... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | Add in ifconfig and route |
blob | commitdiff | raw | diff to current |
|