1. c8e3922 free: add 'available' memory if provided by the kernel by Guillermo Rodriguez · 6 years ago
  2. 47839ae examples/udhcp/simple.script: add possibility to use modern "ip" by Jiří Prchal · 6 years ago
  3. c05aa6a udhcpc: ensure at least one unicast renew attempt by Denys Vlasenko · 6 years ago
  4. a541314 ntpd: add support for MD5/SHA1 message authentication by Brandon P. Enochs · 6 years ago
  5. 4329116 nbd-client: support newstyle protocol, -b, -d, -p, -N by Denys Vlasenko · 6 years ago
  6. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  7. 7effa31 brctl: use a single buffer for brname and ifname by Bernhard Reutner-Fischer · 7 years ago
  8. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  9. 14454b3 ifupdown: support "source-directory" stanza by Brandon Maier · 6 years ago
  10. abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
  11. aae428f udhcpc: give SIGUSR1-induced renew one chance of unicast renew by Denys Vlasenko · 6 years ago
  12. 702d865 .gitignore: add ctags output files by Martin Kaiser · 6 years ago
  13. d1cd3da mdev.txt: explain the meaning of a leading "-" by Martin Kaiser · 6 years ago
  14. 706a9a0 sed: fix double-free in FEATURE_CLEAN_UP code by Denys Vlasenko · 6 years ago
  15. 76832ff date: do not allow "month #20" and such, closes 11356 by Denys Vlasenko · 6 years ago
  16. 6608879 head: convert existing tests to new-style by Thomas De Schampheleire · 6 years ago
  17. e0f6176 head: add test case for negative -n invocation by Thomas De Schampheleire · 6 years ago
  18. 426aff8 init: hopefully fix "rebooting" in containers by Denys Vlasenko · 6 years ago
  19. 1303962 ntpd: more verbose message for "root distance too high" case by Denys Vlasenko · 6 years ago
  20. 05b1806 remove_file: don't call rmdir if remove_file return failure by Chen Yu · 6 years ago
  21. 3d6f95e whois: fix a possible out-of-bounds stack access by Denys Vlasenko · 6 years ago
  22. 8f1ae25 chcon: fix issues with recurse and retval for retained files by sagivd · 6 years ago
  23. 28d91d7 libbb: fix potential NULL pointer use by Denys Vlasenko · 6 years ago
  24. 3060992 libbb: fix use-after-free in copy_file by Denys Vlasenko · 6 years ago
  25. 22a9951 libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() by Denys Vlasenko · 6 years ago
  26. 0d598ab Revert "libbb: remove unnecessary variable in xmalloc_fgets" by Denys Vlasenko · 6 years ago
  27. 270becc smemcap: keep outputting by ignoring transient processes, take two by Denys Vlasenko · 6 years ago
  28. 9a2621a smemcap: keep outputting by ignoring transient processes by Andre Goddard Rosa · 6 years ago
  29. 9d539f9 sysklogd: add timestamp option to ignore message timestamps by Peter Korsgaard · 6 years ago
  30. 6791140 fix !CONFIG_FLOAT_DURATION build by Denys Vlasenko · 6 years ago
  31. 78a5ef9 ping: use setitimer() instead of ualarm() by Denys Vlasenko · 6 years ago
  32. 3759516 ip: tweak --help text by Denys Vlasenko · 6 years ago
  33. c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
  34. 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
  35. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  36. 77c1849 hush: adopt ash's quote_in_varexp1.tests by Denys Vlasenko · 6 years ago
  37. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  38. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  39. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  40. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  41. fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
  42. e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
  43. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  44. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  45. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  46. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  47. 2005d3f tar: fix a thinko in prev commit - we need to copy to _unused_ fd by Denys Vlasenko · 6 years ago
  48. 037759b tar: handle the case when opened created tarball happens to have fd#0 by Denys Vlasenko · 6 years ago
  49. 45d68c3 tar: make source code a bit more terse, no logic changes by Denys Vlasenko · 6 years ago
  50. 3f2e963 uptime: add -s support by Denys Vlasenko · 6 years ago
  51. 277e00e Complie libbb/duration.c if ping[6] is selected by Denys Vlasenko · 6 years ago
  52. 36d198e ping: implement -i SEC by Denys Vlasenko · 6 years ago
  53. c9720a7 timeout: fix arguments to match coreutils by Denys Vlasenko · 6 years ago
  54. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
  55. 9b1c8bf ntpd: show real, unclamped delays on low-latency networks by Denys Vlasenko · 6 years ago
  56. a380aac ls: When -h is passed, the total should also be in human units by Lauri Kasanen · 6 years ago
  57. 9408978 nslookup: add support for search domains, closes 11161 by Denys Vlasenko · 6 years ago
  58. d01c9aa cp: placate gcc8 by Denys Vlasenko · 6 years ago
  59. 4e30c67 Add chroot support to chpasswd by Jon Kolb · 6 years ago
  60. 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago
  61. 48ec979 udhcpc: do in fact not allow hostname components which start with dash by Denys Vlasenko · 6 years ago
  62. 3550bc4 sendmail: use on-stack buffer for AUTH PLAIN by Denys Vlasenko · 6 years ago
  63. 884ea1c sendmail: code shrink 2 by Denys Vlasenko · 6 years ago
  64. 8d634a0 sendfile: code shrink by Denys Vlasenko · 6 years ago
  65. f28b885 sendmail: support AUTH PLAIN in addition to AUTH LOGIN by Raffaello D. Di Napoli · 6 years ago
  66. c16ae46 klogd: code shrink by Denys Vlasenko · 6 years ago
  67. 3d07446 install.sh: don't clobber dangling symlinks by Baruch Siach · 6 years ago
  68. e807351 klogd: better help text by Denys Vlasenko · 6 years ago
  69. 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
  70. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  71. a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
  72. aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
  73. 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
  74. 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
  75. 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
  76. 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
  77. 871bd2a examples/var_service: add /var/run flag file to ntp.script by Denys Vlasenko · 6 years ago
  78. 79153cb htpd: increase MIN_FREQHOLD by 3 by Denys Vlasenko · 6 years ago
  79. 1ab3899 fdisk: code shrink by Denys Vlasenko · 6 years ago
  80. c104549 fdisk: sync up with some util-linux 2.31 behavior by Denys Vlasenko · 6 years ago
  81. 163e637 fdisk: use strtoul[l] instead of atoi, closes 11176 by Denys Vlasenko · 6 years ago
  82. 81de30d gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171 by Denys Vlasenko · 6 years ago
  83. 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
  84. 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
  85. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  86. dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
  87. 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
  88. 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
  89. d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
  90. ca2f831 hexedit: fixes for redraw and down movement causing SEGV on attempt to access by Denys Vlasenko · 6 years ago
  91. f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
  92. 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
  93. 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
  94. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  95. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  96. 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
  97. 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
  98. 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
  99. 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
  100. 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago