1. 21b7f1b hush: fix a few more corner cases with empty-expanding `cmds` by Denys Vlasenko · 7 years ago
  2. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  3. 929a41d hush: less mind-bending set_vars_and_save_old() by Denys Vlasenko · 7 years ago
  4. 4e1dc53 hush: "no logic changes" in last commit was not true, fix it up by Denys Vlasenko · 7 years ago
  5. 34f6b12 hush: make run_pipe code simpler to understand, no logic changes by Denys Vlasenko · 7 years ago
  6. d358b0b hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f by Denys Vlasenko · 7 years ago
  7. 332e411 hush: make var nesting code independent of "local" support by Denys Vlasenko · 7 years ago
  8. 6140780 hush: fix for readonly vars in "ro=A ro=B cmd" case by Denys Vlasenko · 7 years ago
  9. 759ca8a sort: move misplaced comment by Denys Vlasenko · 7 years ago
  10. c29c2e6 sort: FEATURE_SORT_OPTIMIZE_MEMORY by Denys Vlasenko · 7 years ago
  11. ee1fd12 ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit by Denys Vlasenko · 7 years ago
  12. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
  13. 49015a6 hush: fix mishandling of "true | f() { echo QWE; }" by Denys Vlasenko · 7 years ago
  14. 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
  15. 11752d4 hush: one-word, no-globbing handling of local/export/readonly args by Denys Vlasenko · 7 years ago
  16. f50e146 ash: parser: Fix parameter expansion inside inner double quotes by Denys Vlasenko · 7 years ago
  17. abf7556 hush: fix a backslash-removal bug in case by Denys Vlasenko · 7 years ago
  18. 9a95df9 ash: expand: Fix bugs with words connected to the right of $@ by Denys Vlasenko · 7 years ago
  19. 355ec35 ash: redir: Fix typo in noclobber code by Denys Vlasenko · 7 years ago
  20. c4c2012 ash: parser: Fix single-quoted patterns in here-documents by Denys Vlasenko · 7 years ago
  21. 8b536eb hush: remove stray debugging printout by Denys Vlasenko · 7 years ago
  22. 216913c ash: parser: Add syntax stack for recursive parsing by Denys Vlasenko · 7 years ago
  23. e84212f hush: update information comment about heredoc discrepancy by Denys Vlasenko · 7 years ago
  24. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  25. e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
  26. 2da9724 libbb: remove unnecessary variable in xmalloc_fgets by Quentin Rameau · 7 years ago
  27. bb6f573 hush: add a comment where we differ from bash wrt heredoc EOF mark handling by Denys Vlasenko · 7 years ago
  28. 41fddb4 parser: Fix backquote support in here-document EOF mark by Denys Vlasenko · 7 years ago
  29. 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
  30. 32e183e shells: fix var_LINENO1.tests false positive, add it to ash tests too by Denys Vlasenko · 7 years ago
  31. a94eeb0 hush: fix heredoc_bkslash_newline1.tests failure by Denys Vlasenko · 7 years ago
  32. 220be53 ash: use pgetc_eatbnl() in more places by Denys Vlasenko · 7 years ago
  33. ad4e961 ash: 'nolog' and 'debug' options cause "$-" to wreak havoc by Martijn Dekker · 7 years ago
  34. 7bf304f stat: fix a typo: s/romfs/ramfs/, closes 10876 by Denys Vlasenko · 7 years ago
  35. 6ffaa00 hush: fix a signedness bug by Denys Vlasenko · 7 years ago
  36. 7352307 ash,hush: new test dollar_repl_slash_bash2.tests by Denys Vlasenko · 7 years ago
  37. ac61f44 ash: fix "char == CTLfoo" comparison signedness bug by Denys Vlasenko · 7 years ago
  38. 60fb98e ash: use F_DUPFD_CLOEXEC and O_CLOEXEC by Denys Vlasenko · 7 years ago
  39. df65dc8 examples/var_service: new example: dnsmasq service by Denys Vlasenko · 7 years ago
  40. d950322 cpio: extract "unsafe" symlinks the same way tar/unzip does by Natanael Copa · 7 years ago
  41. 0d79d77 svok: new applet (daemontools compat) by Denys Vlasenko · 7 years ago
  42. d892f71 ifplugd service example: always run up/down script on startup by Denys Vlasenko · 7 years ago
  43. 2adaa90 ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die by Stefan Agner · 7 years ago
  44. a82fe67 fbsplash: support configurable image position by Peter Korsgaard · 7 years ago
  45. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  46. 3be4b9b fstrim: do not check that specified file is on a block device by Denys Vlasenko · 7 years ago
  47. d1b8457 hush: add a FIXME comment by Denys Vlasenko · 7 years ago
  48. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  49. e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
  50. 123fdda ifupdown: do not fail if interface disappears during ifdown by Kaarle Ritvanen · 7 years ago
  51. 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
  52. 98592db netstat: produce numeric-ip output for non-resolved names by Mark Marshall · 7 years ago
  53. b5820d9 ssl_client: fix option parsing by Ron Yorston · 7 years ago
  54. b3e98b1 top: fix "warning: unused variable new_mask" by Denys Vlasenko · 7 years ago
  55. 3c08437 tar: add -o and -k to short --help too by Denys Vlasenko · 7 years ago
  56. 1ee222e tar: add -k and -o to --help by Denys Vlasenko · 7 years ago
  57. bbe47d9 tcpsvd: fix fallout from opt_complementary removal by Denys Vlasenko · 7 years ago
  58. 0e09ded readprofile: code shrink by Denys Vlasenko · 7 years ago
  59. 448fdcc ntpd: choose initial FREQHOLD_cnt dynamically by Denys Vlasenko · 7 years ago
  60. 3d306bf udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling by Denys Vlasenko · 7 years ago
  61. 39dfb4d ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls by Denys Vlasenko · 7 years ago
  62. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  63. 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
  64. db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
  65. 7798282 ipcs: further code shrink by Denys Vlasenko · 7 years ago
  66. f7fa800 ipcs: code shrink by Denys Vlasenko · 7 years ago
  67. 694bc06 md5sum: use config help text similar to other "sum" tools by Denys Vlasenko · 7 years ago
  68. a2cae93 top: much faster cursor key navigation by avoiding process rescan by Denys Vlasenko · 7 years ago
  69. 75e56a3 top: do unsigned rather than signed division in do_stats() by Denys Vlasenko · 7 years ago
  70. 86107d6 top: handle much larger VSZ values by Denys Vlasenko · 7 years ago
  71. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  72. 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
  73. d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
  74. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  75. 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
  76. 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
  77. d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
  78. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  79. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  80. 744a20d shell: two new tests, both fail for ash and hush by Denys Vlasenko · 7 years ago
  81. cc22274 libbb: Use return value from is_prefixed_with() by Andy Shevchenko · 7 years ago
  82. d82ea2b tcpudp: shrink per-host rate-limiting code by Denys Vlasenko · 7 years ago
  83. 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
  84. 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
  85. e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
  86. 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
  87. bf39d97 Fix install with hardlinks and a custom PREFIX. Closes 10801 by Denys Vlasenko · 7 years ago
  88. 3177626 od: move address_fmt[] from data to globals. 8 less bytes in data section by Denys Vlasenko · 7 years ago
  89. 2709acb sort: fix potentially buggy use of OPT_STR by Denys Vlasenko · 7 years ago
  90. 427ae18 sort: in -s handling, return 1/-1, not 1/0 compare result by Denys Vlasenko · 7 years ago
  91. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  92. 7d285c7 sort: fix -s. Closes 10671 by Denys Vlasenko · 7 years ago
  93. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  94. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  95. b083e8c umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified by Denys Vlasenko · 7 years ago
  96. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  97. 95121d9 poweroff: add a config option for people needing VERY early poweroff by Denys Vlasenko · 7 years ago
  98. 7398892 mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms by Denys Vlasenko · 7 years ago
  99. a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
  100. 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago