1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  3. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  4. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  5. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  6. 517d1aa ether-wake: save a few more bytes of code by Denis Vlasenko · 18 years ago
  7. 198714c ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it by Denis Vlasenko · 18 years ago
  8. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  9. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  10. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  11. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  12. 6912ea1 ether-wake: remove #warning by Denis Vlasenko · 18 years ago
  13. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  14. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  15. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  16. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  17. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  18. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  19. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  20. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  21. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  22. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  23. c1ef7bd just whitespace by Tim Riker · 19 years ago
  24. d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 19 years ago
  25. b662f0d import ether-wake applet by haveaniceday Bug 252 by Mike Frysinger · 20 years ago