1. 21278df busybox: do not print help to fd 2, print it to fd 1 by Denis Vlasenko · 16 years ago
  2. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  3. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  4. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  5. 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 17 years ago
  6. 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 17 years ago
  7. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
  8. 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
  9. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  10. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
  11. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  12. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  13. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  14. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
  15. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  16. fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
  17. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  18. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  19. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  20. 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
  21. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  22. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  23. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  24. d419a9f whitespace fix by Denis Vlasenko · 17 years ago
  25. ac7d0e3 add libbb/appletlib.c by Denis Vlasenko · 17 years ago