1. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  2. e5b1f5a copyfd: guard use of munmap() with #if (windows builds need this) by Johannes Schindelin · 7 years ago
  3. 7d7c7bb libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block by Denys Vlasenko · 7 years ago
  4. 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
  5. 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
  6. 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
  7. a03ac60 libbb: safe_write should not return EINTR by Denys Vlasenko · 7 years ago
  8. 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
  9. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  10. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  11. a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
  12. d1f222c Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis by Denys Vlasenko · 7 years ago
  13. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  14. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  15. 44c0ab4 libbb: fix "error: redefinition of 'is_tty_secure'" by Denys Vlasenko · 8 years ago
  16. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  17. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  18. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  19. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  20. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  21. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  22. 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
  23. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  24. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  25. b6871c1 ps: avoid -o stat to contain spaces. Closes 9631 by Denys Vlasenko · 8 years ago
  26. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  27. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  28. cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
  29. 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
  30. 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
  31. 16e7f69 libbb: eliminate redundant variable in sha_crypt by Denys Vlasenko · 8 years ago
  32. b8935d0 sha512: use larger constant table only if sha512 is in fact selected by Denys Vlasenko · 8 years ago
  33. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  34. a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
  35. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  36. fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
  37. f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
  38. 1afa494 Make FEATURE_USERNAME_COMPLETION=y by default by Denys Vlasenko · 8 years ago
  39. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  40. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  41. ac5d324 randomconfig fixes by Denys Vlasenko · 8 years ago
  42. c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
  43. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  44. 4bd0c2a fix musl problem with dirname, now for all users of bb_make_directory() by Denys Vlasenko · 8 years ago
  45. 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
  46. 038a977 lineedit: simplify code a bit by Denys Vlasenko · 8 years ago
  47. bff71d3 lineedit: fix two bugs in SIGWINCH signal handling by Denys Vlasenko · 8 years ago
  48. 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
  49. 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
  50. 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
  51. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  52. 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
  53. 834aba3 comment and readme updates by Denys Vlasenko · 8 years ago
  54. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  55. 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
  56. 1336052 lineedit: fix completion with applet names. closes 9361 by Denys Vlasenko · 8 years ago
  57. 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
  58. 3c18e30 libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE by Denys Vlasenko · 8 years ago
  59. 525209a libbb/speed_table.c: expand comments by Denys Vlasenko · 8 years ago
  60. 4537f83 typo fix in comment by Denys Vlasenko · 8 years ago
  61. 65ba711 libbb: handle \S in /etc/issue by Denys Vlasenko · 8 years ago
  62. 7cef481 libbb:/send_to_from: do not require that "to" should have the same AF. Closes 9146 by Denys Vlasenko · 8 years ago
  63. 9fd61be libbb/xwrite: print errno on "short write" errors by Denys Vlasenko · 8 years ago
  64. 76787a7 libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits by Denys Vlasenko · 8 years ago
  65. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  66. d3d7f08 hexdump: fix numerous bugs in handling of backslashes by Denys Vlasenko · 8 years ago
  67. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  68. 7e6f931 lineedit: trivial codeshrink for vi-mode by Natanael Copa · 8 years ago
  69. 98c50f9 cp: fix -i for POSIX mode. Closes 9106 by Denys Vlasenko · 8 years ago
  70. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  71. ca00338 cp: make verbose cp show symlink copies too by Denys Vlasenko · 8 years ago
  72. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  73. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  74. 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago
  75. bb0bf28 randomconfig fixes 2 by Denys Vlasenko · 8 years ago
  76. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  77. ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
  78. b684d1b libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 by Natanael Copa · 9 years ago
  79. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  80. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  81. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  82. 93e1aaa libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) by Denys Vlasenko · 9 years ago
  83. f56fb5e libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work by Denys Vlasenko · 9 years ago
  84. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  85. 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
  86. b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
  87. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  88. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  89. 46b4946 libbb: speed up error_msg functions by Denys Vlasenko · 9 years ago
  90. bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
  91. 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
  92. a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
  93. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  94. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  95. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  96. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  97. 2c0d3f5 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO by Pascal Bach · 9 years ago
  98. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  99. fe0dc34 lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY by Denys Vlasenko · 9 years ago
  100. f23264b lineedit: search applets as well as PATH for tab completion by Ron Yorston · 10 years ago