1. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  5. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  6. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  7. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  8. eba5fae ether-wake: shorten help text, reduce packet buffer size by Denys Vlasenko · 11 years ago
  9. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  10. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  11. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  12. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  13. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  14. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  15. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  16. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  17. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  18. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  19. 22cbfbd ethr-wake: can use ether_hostton on uclibc >= 0.9.30 by Denys Vlasenko · 15 years ago
  20. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  21. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  22. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  23. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  24. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  25. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  26. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  27. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  28. 517d1aa ether-wake: save a few more bytes of code by Denis Vlasenko · 18 years ago
  29. 198714c ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it by Denis Vlasenko · 18 years ago
  30. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  31. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  32. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  33. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  34. 6912ea1 ether-wake: remove #warning by Denis Vlasenko · 18 years ago
  35. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  36. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  37. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  38. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  39. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  40. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  41. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  42. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  43. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  44. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  45. c1ef7bd just whitespace by Tim Riker · 19 years ago
  46. d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 19 years ago
  47. b662f0d import ether-wake applet by haveaniceday Bug 252 by Mike Frysinger · 20 years ago