1. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  2. 4bd0c2a fix musl problem with dirname, now for all users of bb_make_directory() by Denys Vlasenko · 8 years ago
  3. 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
  4. 038a977 lineedit: simplify code a bit by Denys Vlasenko · 8 years ago
  5. bff71d3 lineedit: fix two bugs in SIGWINCH signal handling by Denys Vlasenko · 8 years ago
  6. 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
  7. 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
  8. 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
  9. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  10. 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
  11. 834aba3 comment and readme updates by Denys Vlasenko · 8 years ago
  12. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  13. 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
  14. 1336052 lineedit: fix completion with applet names. closes 9361 by Denys Vlasenko · 8 years ago
  15. 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
  16. 3c18e30 libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE by Denys Vlasenko · 8 years ago
  17. 525209a libbb/speed_table.c: expand comments by Denys Vlasenko · 8 years ago
  18. 4537f83 typo fix in comment by Denys Vlasenko · 8 years ago
  19. 65ba711 libbb: handle \S in /etc/issue by Denys Vlasenko · 8 years ago
  20. 7cef481 libbb:/send_to_from: do not require that "to" should have the same AF. Closes 9146 by Denys Vlasenko · 8 years ago
  21. 9fd61be libbb/xwrite: print errno on "short write" errors by Denys Vlasenko · 8 years ago
  22. 76787a7 libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits by Denys Vlasenko · 8 years ago
  23. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  24. d3d7f08 hexdump: fix numerous bugs in handling of backslashes by Denys Vlasenko · 8 years ago
  25. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  26. 7e6f931 lineedit: trivial codeshrink for vi-mode by Natanael Copa · 8 years ago
  27. 98c50f9 cp: fix -i for POSIX mode. Closes 9106 by Denys Vlasenko · 8 years ago
  28. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  29. ca00338 cp: make verbose cp show symlink copies too by Denys Vlasenko · 8 years ago
  30. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  31. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  32. 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago
  33. bb0bf28 randomconfig fixes 2 by Denys Vlasenko · 8 years ago
  34. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  35. ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
  36. b684d1b libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 by Natanael Copa · 9 years ago
  37. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  38. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  39. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  40. 93e1aaa libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) by Denys Vlasenko · 9 years ago
  41. f56fb5e libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work by Denys Vlasenko · 9 years ago
  42. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  43. 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
  44. b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
  45. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  46. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  47. 46b4946 libbb: speed up error_msg functions by Denys Vlasenko · 9 years ago
  48. bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
  49. 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
  50. a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
  51. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  52. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  53. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  54. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  55. 2c0d3f5 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO by Pascal Bach · 9 years ago
  56. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  57. fe0dc34 lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY by Denys Vlasenko · 9 years ago
  58. f23264b lineedit: search applets as well as PATH for tab completion by Ron Yorston · 10 years ago
  59. ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
  60. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  61. 049b007 pmap: fix bogus {no such process} comm field text by Denys Vlasenko · 9 years ago
  62. 00da72b tidy up strtok use by Denys Vlasenko · 9 years ago
  63. d3d6534 wget: if stderr is not a tty, progress bar shouldn't use tty-tricks by Denys Vlasenko · 9 years ago
  64. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  65. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  66. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  67. 93dd9fd du: extra compat: with -k and -m, round sizes up by Denys Vlasenko · 9 years ago
  68. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  69. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  70. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  71. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  72. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  73. 305958d md5sum: code shrink by Denys Vlasenko · 9 years ago
  74. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  75. f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
  76. 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
  77. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  78. 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
  79. b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
  80. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  81. 718e228 unit-tests: remove code depending on WANT_TIMING by Bartosz Golaszewski · 9 years ago
  82. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  83. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  84. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  85. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  86. a818777 libbb: Enable support for !CONFIG_MULTIUSER by Daniel Thompson · 10 years ago
  87. 93b98ff Bionic lacks tcdrain; provide a workaround by Matt Whitlock · 10 years ago
  88. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  89. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  90. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  91. 7b729ed update copyright years by Aaro Koskinen · 10 years ago
  92. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  93. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  94. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  95. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  96. 936c880 deluser: also remove user from /etc/group by Denys Vlasenko · 10 years ago
  97. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  98. 782ee2a libbb/loop: don't try to re-use existing loop device by Kevin Wallace · 10 years ago
  99. 8e74ada libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport by Denys Vlasenko · 10 years ago
  100. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago