1. e411cd0 volume_id: add LittleFS detection by Sven-Göran Bergh · 7 years ago
  2. f6dd9e0 udhcpc6: fix for ppp interface type by Denys Vlasenko · 7 years ago
  3. 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
  4. b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
  5. 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
  6. 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
  7. 64211ce udhcpc6: --help fixes by Denys Vlasenko · 7 years ago
  8. 438c72e udhcpc6: show only short opts in --help text by Denys Vlasenko · 7 years ago
  9. 6e9e6d8 udhcpc6: fix lease time staying very small because -d was not specified by Denys Vlasenko · 7 years ago
  10. 14f1320 udhcpc6: code shrink by Denys Vlasenko · 7 years ago
  11. ef5207f udhcpc6: add support of prefix delegation by Denys Vlasenko · 7 years ago
  12. 1e8d79b udhcpc6: preparatory patch, no code changes by Denys Vlasenko · 7 years ago
  13. 688cb3b udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation by Denys Vlasenko · 7 years ago
  14. 1750d3a ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y by Denys Vlasenko · 7 years ago
  15. cefdd4b popmaildir: tweak help text by Denys Vlasenko · 7 years ago
  16. c4144ca renice: add comment about getpwnam/NOFORK interaction by Denys Vlasenko · 7 years ago
  17. 9967978 renice: use BUILD_BUG_ON() by Denys Vlasenko · 7 years ago
  18. 6f1c942 NOFORK_NOEXEC.sh: a script to find "interesting" applets by Denys Vlasenko · 7 years ago
  19. 88663e4 mv: make it NOEXEC by Denys Vlasenko · 7 years ago
  20. cbdc37c cal: make it NOEXEC by Denys Vlasenko · 7 years ago
  21. 586f1ee nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW by Denys Vlasenko · 7 years ago
  22. 36495af size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" name by Denys Vlasenko · 7 years ago
  23. 38da4c4 config: add size estimations for a few applets by Denys Vlasenko · 7 years ago
  24. 12714ff tc: fix single-applet build by Denys Vlasenko · 7 years ago
  25. aea52e7 shell: echo ${?:0} was fixed sometime ago, enable it in tests by Denys Vlasenko · 7 years ago
  26. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  27. 6606c51 hush: add command2.tests from ash tests by Denys Vlasenko · 7 years ago
  28. afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
  29. 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
  30. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  31. 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
  32. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  33. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  34. aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
  35. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  36. f2539c7 init: stop using static data by Denys Vlasenko · 7 years ago
  37. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  38. 2c87677 dd: fixed partial count logic by Denys Vlasenko · 7 years ago
  39. 5afd63a dd: exit with 1 if last write was incomplete by Denys Vlasenko · 7 years ago
  40. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  41. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  42. 4261341 umount: ignore -c by Shawn Landden · 7 years ago
  43. 2f55404 mknod: better --help, much clearer code by Denys Vlasenko · 7 years ago
  44. 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
  45. 562f63e dhcprelay: code shrink by Denys Vlasenko · 7 years ago
  46. c9807d7 nice: code shrink by Denys Vlasenko · 7 years ago
  47. cb9c389 *: make "argc UNUSED_PARAM" consistent by Denys Vlasenko · 7 years ago
  48. 844a6c5 awk: code shrink by Denys Vlasenko · 7 years ago
  49. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  50. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  51. 7367a94 libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y by Denys Vlasenko · 7 years ago
  52. a47375d build system: add rule to install without cloberring existing utilities by Yann E. MORIN · 7 years ago
  53. 952d5a6 applets/install: accept more than one install option by Yann E. MORIN · 7 years ago
  54. 84be5ce applets/install: respect noclobber for script wrappers too by Yann E. MORIN · 7 years ago
  55. a034cab tc: enables this applet by Denys Vlasenko · 7 years ago
  56. d75f908 Start 1.29.0 development cycle by Denys Vlasenko · 7 years ago
  57. c0fab1b Bump version to 1.28.0 by Denys Vlasenko · 7 years ago 1_28_0
  58. 9c9a742 scripts/randomtest: do not try building static libbysubox by Denys Vlasenko · 7 years ago
  59. b013bec chown: fix a mistake in opt_complementary change by Denys Vlasenko · 7 years ago
  60. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  61. 36acc46 ntpd: do run the script at leat once in 11 minutes by Denys Vlasenko · 7 years ago
  62. 8d8ee91 env: -u option fails due to typo by Ron Yorston · 7 years ago
  63. a07fead tar: code shrink by Denys Vlasenko · 7 years ago
  64. 931cf64 tar: code shrink, better help text by Denys Vlasenko · 7 years ago
  65. 02e93b3 tar: improve help text by Denys Vlasenko · 7 years ago
  66. 2fee2bc inetd: fix for running by non-root by Denys Vlasenko · 7 years ago
  67. 1b51090 unshare: -r should map root to user, not the other way around by Denys Vlasenko · 7 years ago
  68. b5a0d9d unshare: -r implies -U, not -u by Denys Vlasenko · 7 years ago
  69. 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
  70. c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
  71. 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
  72. c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
  73. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  74. f5e8b42 init: reduce the window when init can lose reboot/poweroff signals by Denys Vlasenko · 7 years ago
  75. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  76. d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
  77. f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
  78. 6bcc2c0 grep: skip grepping symlinks to directories by James Clarke · 7 years ago
  79. 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
  80. 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
  81. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  82. d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
  83. 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
  84. 160d027 blkdiscard: Only build on Linux by James Clarke · 7 years ago
  85. 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
  86. a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
  87. ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
  88. d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
  89. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  90. 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
  91. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  92. 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
  93. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  94. 3c183a8 typo fix by Denys Vlasenko · 7 years ago
  95. a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
  96. 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
  97. 1121b4e sendmail allow "=" symbol in recipient, closes 10241 by Denys Vlasenko · 7 years ago
  98. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  99. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  100. 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago