1. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 6 years ago
  2. 3b8025f tftp: optional tftp-hpa compat by Denys Vlasenko · 6 years ago
  3. a5c5dc6 passwd: do not set 0 as date of last password change, closes 11951 by Denys Vlasenko · 6 years ago
  4. 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
  5. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  6. 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
  7. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  8. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  9. f3a064f libbbb: find_mount_point() too eager to stat mounted devices by Denys Vlasenko · 6 years ago
  10. fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
  11. 3193cb5 libbb: mark scripted_main() as externally visible by Ron Yorston · 6 years ago
  12. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  13. e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago
  14. 779f96a lineedit: fix SEGV in isk, hexedit, ed, closes 11661 by Denys Vlasenko · 6 years ago
  15. 11cb9ee capability: fix string comparison in cap_name_to_number by Mark Marshall · 6 years ago
  16. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  17. ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
  18. aad7696 pmap: make 32-bit version work better on 64-bit kernels by Denys Vlasenko · 6 years ago
  19. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  20. 23427a6 lineedit: fix "defined but not used" sigaction2 warning by Denys Vlasenko · 6 years ago
  21. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  22. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  23. a68a87c bc: unbreak FEATURE_CLEAN_UP build by Denys Vlasenko · 6 years ago
  24. 9a2b6dc libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too by Denys Vlasenko · 6 years ago
  25. 480c7e5 libbb: @ in "\x3@" is not a valid hex digit by Denys Vlasenko · 6 years ago
  26. c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
  27. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  28. f69f207 libbb: add comment on sha384 by Denys Vlasenko · 6 years ago
  29. 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
  30. d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
  31. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  32. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  33. 0575c99 busybox: show embedded scripts in applet list by Denys Vlasenko · 6 years ago
  34. c9e1612 lineedit: autocompletion for embedded scripts by Ron Yorston · 6 years ago
  35. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  36. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  37. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  38. 656ca7b libbb/u_signal_names.c: don't check errno after bb_strtou by Rasmus Villemoes · 6 years ago
  39. 571e525 libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() by Rasmus Villemoes · 6 years ago
  40. 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
  41. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  42. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  43. 76832ff date: do not allow "month #20" and such, closes 11356 by Denys Vlasenko · 6 years ago
  44. 05b1806 remove_file: don't call rmdir if remove_file return failure by Chen Yu · 6 years ago
  45. 28d91d7 libbb: fix potential NULL pointer use by Denys Vlasenko · 6 years ago
  46. 3060992 libbb: fix use-after-free in copy_file by Denys Vlasenko · 6 years ago
  47. 22a9951 libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() by Denys Vlasenko · 6 years ago
  48. 0d598ab Revert "libbb: remove unnecessary variable in xmalloc_fgets" by Denys Vlasenko · 6 years ago
  49. 6791140 fix !CONFIG_FLOAT_DURATION build by Denys Vlasenko · 6 years ago
  50. 277e00e Complie libbb/duration.c if ping[6] is selected by Denys Vlasenko · 6 years ago
  51. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
  52. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  53. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  54. 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
  55. 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
  56. e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
  57. 3357666 testsuite/mount.tests: fix false positive by Denys Vlasenko · 6 years ago
  58. 57dbe4d libbb: crypt() in newer glibc requires include <crypt.h> by Denys Vlasenko · 6 years ago
  59. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  60. bf7f103 whitespace fix by Denys Vlasenko · 7 years ago
  61. 7471621 realpath,readlink -f: coreutils compat, closes 11021 by Denys Vlasenko · 7 years ago
  62. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  63. 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
  64. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  65. 17058a0 libbb: switch bb_ask_noecho() to "mallocing" string return API by Denys Vlasenko · 7 years ago
  66. bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
  67. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  68. 2f094ae telnet: move winsize detection closer to I/O loop, delete non-functioning debug code by Denys Vlasenko · 7 years ago
  69. 2ab994f placate gcc-8.0.1 warnings by Denys Vlasenko · 7 years ago
  70. f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
  71. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  72. e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
  73. 2da9724 libbb: remove unnecessary variable in xmalloc_fgets by Quentin Rameau · 7 years ago
  74. e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
  75. d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
  76. cc22274 libbb: Use return value from is_prefixed_with() by Andy Shevchenko · 7 years ago
  77. 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
  78. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  79. edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
  80. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  81. 47529d3 libbb: shrink wget/tftp progress indicator code a bit more by Denys Vlasenko · 7 years ago
  82. ab843e3 libbb: shrink wget/tftp progress indicator code for 32-bit by Denys Vlasenko · 7 years ago
  83. 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
  84. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  85. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  86. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  87. 7367a94 libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y by Denys Vlasenko · 7 years ago
  88. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  89. 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
  90. c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
  91. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  92. 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
  93. 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
  94. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  95. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  96. 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago
  97. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  98. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  99. 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
  100. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago