1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 5c499c4 busybox: tweak help text and copyright year by Denys Vlasenko · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 6d9e2a3 more and less const char fmt fixes by Tanguy Pruvot · 13 years ago
  6. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  7. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 13 years ago
  8. ea137aa warning removal by Cristian Ionescu-Idbohrn · 13 years ago
  9. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 13 years ago
  10. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 13 years ago
  11. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 13 years ago
  12. 9be4702 main: free suid_config list after use by Denys Vlasenko · 13 years ago
  13. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 13 years ago
  14. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 13 years ago
  15. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 13 years ago
  16. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 13 years ago
  17. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 13 years ago
  18. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 13 years ago
  19. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  20. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  21. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  22. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  23. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  24. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  25. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  28. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  29. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  30. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  31. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 14 years ago
  32. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 14 years ago
  33. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 14 years ago
  34. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 14 years ago
  35. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 14 years ago
  36. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  37. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  38. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  39. b347592 update copyright year by Denys Vlasenko · 15 years ago
  40. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  41. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  42. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  43. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  44. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 15 years ago
  45. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  46. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 15 years ago
  47. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  48. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  49. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  50. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  51. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  52. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  53. 21278df busybox: do not print help to fd 2, print it to fd 1 by Denis Vlasenko · 16 years ago
  54. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  55. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  56. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  57. 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 16 years ago
  58. 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 16 years ago
  59. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 16 years ago
  60. 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 16 years ago
  61. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 16 years ago
  62. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 16 years ago
  63. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  64. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  65. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  66. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 16 years ago
  67. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 16 years ago
  68. fcfb5c0 defconfig: update by Denis Vlasenko · 16 years ago
  69. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  70. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  71. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  72. 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
  73. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  74. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  75. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  76. d419a9f whitespace fix by Denis Vlasenko · 17 years ago
  77. ac7d0e3 add libbb/appletlib.c by Denis Vlasenko · 17 years ago