1. abbc478 Fix build failures caused by not compiling open_transformer.c by Denys Vlasenko · 12 years ago
  2. f76fd17 telnet: code shrink by Denys Vlasenko · 12 years ago
  3. 041baf2 volume_id: fix ntfs attribute search by Oliver Metz · 12 years ago
  4. 264f373 vi: make regexp search case-insensitive if ":set ignorecase" is active by Denys Vlasenko · 12 years ago
  5. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  6. 3beab83 hush: fix for "while false && true; do echo BUG; break; done". closes 6170 by Denys Vlasenko · 12 years ago
  7. d35cbad mdev: call index_in_strings on $ACTION only after we checked it for NULL by Denys Vlasenko · 12 years ago
  8. 2df1c64 examples/mdev.conf.change_blockdev.sh: update by Denys Vlasenko · 12 years ago
  9. e306c11 examples: add mdev example for Android phone by Denys Vlasenko · 12 years ago
  10. 2c0508b examples/inittab: fix a few incorrect statements about init by Denys Vlasenko · 12 years ago
  11. 8172d05 lineedit: \W on "/bin" should show "bin", not "/bin" by Denys Vlasenko · 12 years ago
  12. 1d14569 lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! by Denys Vlasenko · 12 years ago
  13. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  14. 6c852bf lineedit: add handling of \H in prompt by Denys Vlasenko · 12 years ago
  15. 2c24806 hexdump: need to use xstrtoull for off_t by Denys Vlasenko · 12 years ago
  16. ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
  17. 80a38ca man: install to /usr/bin, not /sbin by Denys Vlasenko · 12 years ago
  18. 85daa67 httpd: don't allow tabs and multiple spaces in request string by Denys Vlasenko · 12 years ago
  19. c608731 setserial: Fix typo: s/baund_rate/baud_rate/g by Bernhard Reutner-Fischer · 12 years ago
  20. a42f530 sendmail: code shrink on top of previous patches by Denys Vlasenko · 12 years ago
  21. e82bfef sendmail: don't add multiple To: headers by Aaro Koskinen · 12 years ago
  22. 4a73222 sendmail: don't add To: header if it already exists by Aaro Koskinen · 12 years ago
  23. 236f222 sendmail: support long header fields for recipients by Aaro Koskinen · 12 years ago
  24. a8ba0a0 sendmail: support address lists by Aaro Koskinen · 12 years ago
  25. 06ad964 sendmail: support addresses inside angle brackets by Aaro Koskinen · 12 years ago
  26. 95e99e5 sendmail: don't mangle e-mail headers by Aaro Koskinen · 12 years ago
  27. 14285d1 sendmail: avoid sending mail to wrong addresses by Aaro Koskinen · 12 years ago
  28. 7c6f2d4 mkfs_minix: use get_volume_size_in_bytes instead of local version by Denys Vlasenko · 12 years ago
  29. 4424dfd mdev: fix build failure by Denys Vlasenko · 12 years ago
  30. c56d125 nc: fix build failure ("subscripted value is neither array nor pointer") by Denys Vlasenko · 12 years ago
  31. 091f831 ash: add comment about failures in source builtin. No code changes. by Denys Vlasenko · 12 years ago
  32. 88b532d hush: source builtin should override $N only if it has args by Denys Vlasenko · 12 years ago
  33. 4ef1439 ash: read $HOME/.profile instead of $(pwd)/.profile by Stefan Hellermann · 12 years ago
  34. aeb717a ash: move code to allow setting $HOME in /etc/profile by Stefan Hellermann · 12 years ago
  35. 9e7c002 vi: code shrink by Denys Vlasenko · 12 years ago
  36. cb5aa72 vi: fix adjustment of buffer on partial file read by Ron Yorston · 12 years ago
  37. 257a775 sysklogd: trim help text by Denys Vlasenko · 12 years ago
  38. 4a600f8 traceroute: free some memory allocated by xzalloc() by Guilherme Maciel Ferreira · 12 years ago
  39. 45dc96c flash_eraseall: implement -N by Alexander Shiyan · 12 years ago
  40. 0d61dcd nanddump: fix build if nandwrite isn't enabled by Alexander Shiyan · 12 years ago
  41. af4a07a ping[6]: accept and ignore -n. Code shrink by Denys Vlasenko · 12 years ago
  42. 7b5d5c1 udhcpd: also add -I ADDR to help text by Denys Vlasenko · 12 years ago
  43. e3f5b73 udhcpd: add -I LOCAL_ADDR option by Denys Vlasenko · 12 years ago
  44. b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
  45. 7991d45 losetup: fix util-linux compatibility by Mandeep Singh Baines · 12 years ago
  46. 1b49c25 readlink: note that our -f is really -e by Mike Frysinger · 12 years ago
  47. af9e70b readlink: uClibc supports automatic allocation too now by Mike Frysinger · 12 years ago
  48. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  49. bca5c55 udhcpc: use readlink rather than realpath by Mike Frysinger · 12 years ago
  50. 9bbf6b9 hostid: do not output sign-extended host id. Closes 6056 by Denys Vlasenko · 12 years ago
  51. 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
  52. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  53. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  54. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  55. 2fe5fed lzop: fiq -q and OPTION_DECOMPRESS mismatch by Denys Vlasenko · 12 years ago
  56. 08e28e8 bbunzip: fix order of flags vs bit defines by Mike Frysinger · 12 years ago
  57. 920c1ba bbunzip: ignore the -q flag with the decompressors by Mike Frysinger · 12 years ago
  58. fb03663 ifupdown: support "source" stanza in /etc/network/interfaces by Denys Vlasenko · 12 years ago
  59. 4165543 zcat: fix "zcat FILE" trying to do detection twice by Denys Vlasenko · 12 years ago
  60. 8e96efa zcat: if seamless uncompressors are defined, autodetect file's format by Denys Vlasenko · 12 years ago
  61. f2d8478 fix error message on failure to oen /dev/null; fix zcat's help text by Denys Vlasenko · 12 years ago
  62. 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
  63. 7794c21 pgrep: fix a "missing closing paren" build error by Denys Vlasenko · 12 years ago
  64. 216e952 ifplugd: make -k send SIGINT, not SIGQUIT by Denys Vlasenko · 12 years ago
  65. 47f8558 pgrep: fix -x option by Bernhard Walle · 12 years ago
  66. ed954b6 Fix config help text by Denys Vlasenko · 12 years ago
  67. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  68. 5d1c599 run-parts: fix unicode creep in --help by Peter Korsgaard · 12 years ago
  69. de6f148 nc_bloaty: support -ll and -lk. Closes 2245 by Denys Vlasenko · 12 years ago
  70. a14f319 nc: don't redirect stderr to network in -e PROG mode by Denys Vlasenko · 12 years ago
  71. bc0ffc0 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code by Thomas De Schampheleire · 12 years ago
  72. 1e43a38 run-parts: stop providing incompatible short options by Denys Vlasenko · 12 years ago
  73. 0496e82 run-parts: add --exit-on-error | -e support by Peter Korsgaard · 12 years ago
  74. f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago
  75. 46031da lineedit: initialize delptr by Shawn J. Goff · 12 years ago
  76. 380c8a0 xz: support concatenated .xz streams by Lasse Collin · 12 years ago
  77. 4337574 xz: mention xzminidec.c in README by Lasse Collin · 12 years ago
  78. c3045ed xz: fix incorrect XZ_BUF_ERROR by Lasse Collin · 12 years ago
  79. a1ae2b7 xz: fix decoding of LZMA2 streams having no uncompressed data. by Lasse Collin · 12 years ago
  80. efb8004 cz: add C++ support to xz.h by Lasse Collin · 12 years ago
  81. aada312 xz: remove an empty line from xz_dec_lzma2.c by Lasse Collin · 12 years ago
  82. b967e42 xz: make bcj_x86_test_msbyte() an inline function by Lasse Collin · 12 years ago
  83. 18714d8 xz: add a comment about using uint32_t as vli_type by Lasse Collin · 12 years ago
  84. 9056fce xz: avoid "NOTE:" in xz.h by Lasse Collin · 12 years ago
  85. 3a7b241 xz: update README by Lasse Collin · 12 years ago
  86. 04f296b xz: omit explicit \0 from HEADER_MAGIC by Lasse Collin · 12 years ago
  87. e3e3216 Fix move_to_unaligned16 by Denys Vlasenko · 12 years ago
  88. 5bce135 mdev: improve $SEQ handling; improve debug logging by Denys Vlasenko · 12 years ago
  89. 9fed24c udhcpc: tweak math shell style with the metric var by Mike Frysinger · 12 years ago
  90. 39b8fb4 udhcpc: support resolv.conf symlinks by Mike Frysinger · 12 years ago
  91. 40b97fb mdev: add environment variable match by Denys Vlasenko · 12 years ago
  92. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  93. 3305c00 tail: make help text for -n +N syntax more correct by Denys Vlasenko · 12 years ago
  94. 40c6da4 head: support -n -NUM and -c -NUM by Denys Vlasenko · 12 years ago
  95. af0255f head,tail: use common suffix struct. simplify help text. by Denys Vlasenko · 12 years ago
  96. 8e6a1ea rpm: unmap rpm file before working with next one by Denys Vlasenko · 12 years ago
  97. d4d4f35 rpm: stop using statics; move main() to the end of the source file by Denys Vlasenko · 12 years ago
  98. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  99. 10f5f9b rpm: make -ql display more compatible; improve help text by Denys Vlasenko · 12 years ago
  100. cf5731b fdisk_sun: fix partition alignment by Aaro Koskinen · 12 years ago