- 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 3 years ago
- ddc6dfd route: code shrink by Denys Vlasenko · 4 years ago
- b164cdb help text tweaks, mainly expanding one for route by Denys Vlasenko · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 4527273 route: fix output of "route -n -A inet6" by Tomas Paukrt · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- e695ac9 typo fixes by Denys Vlasenko · 8 years ago
- a75dcd4 route: fix bogus read error when route table is empty by Denys Vlasenko · 10 years ago
- 09020b1 route: improve -A inet6 by Denys Vlasenko · 10 years ago
- 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
- 31dc860 ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786 by Denys Vlasenko · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 940c720 convert "do {...} while (1);" -> "while (1) {...}" by Denys Vlasenko · 14 years ago
- 708dd4c add missing fclose's by Alexey Fomenko · 14 years ago
- b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 14 years ago
- 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
- 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 8746885 style fixes by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
- 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
- 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- e135a5d fix no previous prototype warning by Mike Frysinger · 19 years ago
- dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
- 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
- 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- 539fa95 Oops.. got a bit to aggressive with size optimization and global replace. :-( by Manuel Novoa III · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
- 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- be2ae24 Always print the routing table header for IPv4: by Robert Griebl · 22 years ago
- 0552b9a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
- 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
- 7c58e9b Run through indent, fix comment by Glenn L McGrath · 22 years ago
- 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
- c30c5e8 Reduced code size for new -e flag (suggested by vodz) by Robert Griebl · 23 years ago
- 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 23 years ago
- cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
- b940850 Another fix from vodz by Eric Andersen · 23 years ago
- 863a3e1 patch from vodz -- route cleanup to display all route entries by Eric Andersen · 23 years ago
- a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
- 26d53eb This patch by Vladimir and Larry saves a few bytes. by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- f1bbb22 A small cleanup by Vladimir by Eric Andersen · 24 years ago
- 825ae5a Another small formatting change from Larry Doolittle. by Mark Whitley · 24 years ago
- 99806ad Applied patch from Larry Doolittle that does the following: by Mark Whitley · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 68be2ab implemented displayroute() based on a patch from Vladimir N. Oleynik, by Eric Andersen · 24 years ago
- ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago