1. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  2. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  3. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  4. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  5. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  6. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  7. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  8. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  9. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  10. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
  11. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
  12. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  13. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  14. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  15. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  16. b347592 update copyright year by Denys Vlasenko · 15 years ago
  17. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  18. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  19. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  20. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  21. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
  22. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  23. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  24. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  25. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  26. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  27. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  28. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  29. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  30. 21278df busybox: do not print help to fd 2, print it to fd 1 by Denis Vlasenko · 16 years ago
  31. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  32. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  33. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  34. 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 17 years ago
  35. 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 17 years ago
  36. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
  37. 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
  38. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  39. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
  40. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  41. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  42. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  43. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
  44. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  45. fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
  46. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  47. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  48. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  49. 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
  50. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  51. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  52. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  53. d419a9f whitespace fix by Denis Vlasenko · 17 years ago
  54. ac7d0e3 add libbb/appletlib.c by Denis Vlasenko · 17 years ago