1. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  2. 5d1c599 run-parts: fix unicode creep in --help by Peter Korsgaard · 12 years ago
  3. de6f148 nc_bloaty: support -ll and -lk. Closes 2245 by Denys Vlasenko · 12 years ago
  4. a14f319 nc: don't redirect stderr to network in -e PROG mode by Denys Vlasenko · 12 years ago
  5. bc0ffc0 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code by Thomas De Schampheleire · 12 years ago
  6. 1e43a38 run-parts: stop providing incompatible short options by Denys Vlasenko · 12 years ago
  7. 0496e82 run-parts: add --exit-on-error | -e support by Peter Korsgaard · 12 years ago
  8. f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago
  9. 46031da lineedit: initialize delptr by Shawn J. Goff · 12 years ago
  10. 380c8a0 xz: support concatenated .xz streams by Lasse Collin · 12 years ago
  11. 4337574 xz: mention xzminidec.c in README by Lasse Collin · 12 years ago
  12. c3045ed xz: fix incorrect XZ_BUF_ERROR by Lasse Collin · 12 years ago
  13. a1ae2b7 xz: fix decoding of LZMA2 streams having no uncompressed data. by Lasse Collin · 12 years ago
  14. efb8004 cz: add C++ support to xz.h by Lasse Collin · 12 years ago
  15. aada312 xz: remove an empty line from xz_dec_lzma2.c by Lasse Collin · 12 years ago
  16. b967e42 xz: make bcj_x86_test_msbyte() an inline function by Lasse Collin · 12 years ago
  17. 18714d8 xz: add a comment about using uint32_t as vli_type by Lasse Collin · 12 years ago
  18. 9056fce xz: avoid "NOTE:" in xz.h by Lasse Collin · 12 years ago
  19. 3a7b241 xz: update README by Lasse Collin · 12 years ago
  20. 04f296b xz: omit explicit \0 from HEADER_MAGIC by Lasse Collin · 12 years ago
  21. e3e3216 Fix move_to_unaligned16 by Denys Vlasenko · 12 years ago
  22. 5bce135 mdev: improve $SEQ handling; improve debug logging by Denys Vlasenko · 12 years ago
  23. 9fed24c udhcpc: tweak math shell style with the metric var by Mike Frysinger · 12 years ago
  24. 39b8fb4 udhcpc: support resolv.conf symlinks by Mike Frysinger · 12 years ago
  25. 40b97fb mdev: add environment variable match by Denys Vlasenko · 12 years ago
  26. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  27. 3305c00 tail: make help text for -n +N syntax more correct by Denys Vlasenko · 12 years ago
  28. 40c6da4 head: support -n -NUM and -c -NUM by Denys Vlasenko · 12 years ago
  29. af0255f head,tail: use common suffix struct. simplify help text. by Denys Vlasenko · 12 years ago
  30. 8e6a1ea rpm: unmap rpm file before working with next one by Denys Vlasenko · 12 years ago
  31. d4d4f35 rpm: stop using statics; move main() to the end of the source file by Denys Vlasenko · 12 years ago
  32. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  33. 10f5f9b rpm: make -ql display more compatible; improve help text by Denys Vlasenko · 12 years ago
  34. cf5731b fdisk_sun: fix partition alignment by Aaro Koskinen · 12 years ago
  35. 1bd5ca2 fdisk_sun: fix corrupted partition data with blank disk by Aaro Koskinen · 12 years ago
  36. 272d85c vasprintf: return -1 on strdup failure by Denys Vlasenko · 12 years ago
  37. b5fc511 vasprintf: do not use xmalloc, it will deadlock on OOM by Denys Vlasenko · 12 years ago
  38. ba76b7a mdev: chdir back to /dev after trying to read firmware by Denys Vlasenko · 12 years ago
  39. 06af569 arp: code shrink by Denys Vlasenko · 12 years ago
  40. a8816da arp: fix -H/-t handling. by Kuleshov Aleksey · 12 years ago
  41. 6e29d07 mdev: extend debug logging output by Denys Vlasenko · 12 years ago
  42. 04ac6e0 udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT by Denys Vlasenko · 12 years ago
  43. 03b6147 testsuite/du/du-k-works: fix false positive by Kang Kai · 12 years ago
  44. 6be6f3b flashcp: trivial code shrink by Denys Vlasenko · 12 years ago
  45. 17d4436 ps: seconds_since_boot: uint64_t -> ulong by Denys Vlasenko · 12 years ago
  46. ee3bc70 getopt: improve help text; code shrink by Denys Vlasenko · 12 years ago
  47. 243e733 flashcp: pad output to BUFSIZE. Hopefully closes 5882 by Denys Vlasenko · 12 years ago
  48. bf99807 unzip: add missing fflush; code shrink by Denys Vlasenko · 12 years ago
  49. 9b7ebfe mount: whitespace fix. no code changes by Denys Vlasenko · 12 years ago
  50. 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
  51. 6aab061 ps: fix sscanf format specifier (%l); make uptime unsigned by Denys Vlasenko · 12 years ago
  52. f474dfa Start 1.22.0 development cycle by Denys Vlasenko · 12 years ago
  53. 64406a9 Bump version to 1.21.0 by Denys Vlasenko · 12 years ago 1_21_0
  54. 0cfba07 fix testsuite false positive by Denys Vlasenko · 12 years ago
  55. 4609f47 mdev: fix mode of dir1 in =dir1/dir2/file rule by Denys Vlasenko · 12 years ago
  56. 31dc860 ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786 by Denys Vlasenko · 12 years ago
  57. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  58. 81fa999 syslogd: do not segfault on parse error when using default config. Closes 5762 by Denys Vlasenko · 12 years ago
  59. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  60. 9980707 syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks by Peter Korsgaard · 12 years ago
  61. 9daf33f dc: code shrink by Denys Vlasenko · 12 years ago
  62. 7c4b13e ash: revert wrong "fix" for an apparent memory leak. Closes 5822 by Denys Vlasenko · 12 years ago
  63. 5d78355 code shrink by Denys Vlasenko · 12 years ago
  64. 5ca853e fix a typo in config help text. Closes 5714 by Denys Vlasenko · 12 years ago
  65. 20c5e5a mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= by Bernhard Reutner-Fischer · 12 years ago
  66. e4f0f26 sha3: s/sha3_process_block76/sha3_process_block72/ by Denys Vlasenko · 12 years ago
  67. 5368fe5 sha3: rename KeccakF->sha3_process_block76. by Denys Vlasenko · 12 years ago
  68. 406ea15 mount: add unc option to CIFS mount (needed for Linux 3.4+) by Martin Santesson · 12 years ago
  69. 970aa6b sha3: cache ctx->bytes_queued by Denys Vlasenko · 12 years ago
  70. 8fb3ab5 sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore by Denys Vlasenko · 12 years ago
  71. 8e7312e sha3: tweak choice of a fast code path for 64-bit by Denys Vlasenko · 12 years ago
  72. 5b7f50f sha3: cosmetic tweaks to various names, comments. No logic changes. by Denys Vlasenko · 12 years ago
  73. ac4100e sha3: code shrink by Denys Vlasenko · 12 years ago
  74. a55df27 sha3: code shrink by Denys Vlasenko · 12 years ago
  75. 07a54e2 sha3: another speedup for SHA3_SMALL=0 case by Denys Vlasenko · 12 years ago
  76. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  77. 30a8652 sha3: make size/speed optimization decision configurable by Denys Vlasenko · 12 years ago
  78. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  79. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  80. b7841cf ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 by Paul Marks · 12 years ago
  81. 90801da Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS' by Denys Vlasenko · 12 years ago
  82. 6928d9f volume_id: add squashfs detection by Sven-Göran Bergh · 12 years ago
  83. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  84. 5218515 volume_id: uuid_format small code shrink by Sven-Göran Bergh · 12 years ago
  85. 07b419d volume_id: display hfs[+] 128-bit UUID properly by Sven-Göran Bergh · 12 years ago
  86. a58f7b7 blkid: add type display for hfsplus by Sven-Göran Bergh · 12 years ago
  87. cd776cf syslogd: add option to log to Linux kernel printk buffer by Peter Korsgaard · 12 years ago
  88. d189b59 klogd: handle multi-char log levels by Peter Korsgaard · 12 years ago
  89. 3917fa3 dmesg: handle multi-char log levels by Peter Korsgaard · 12 years ago
  90. fb499c5 powertop: fix error message by Lauri Hintsala · 12 years ago
  91. a38f9fa ifenslave: fix missing close paren by Mike Frysinger · 12 years ago
  92. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  93. 393c395 du: document incompatibility with standard tool by Denys Vlasenko · 12 years ago
  94. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  95. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  96. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  97. 4ba6c5d ash: fix a memory leak by Jon Tollefson · 12 years ago
  98. e4b9451 volume_id: add exFAT detection by S-G Bergh · 12 years ago
  99. 3f21044 ifupdown: code shrink by Denys Vlasenko · 12 years ago
  100. a803bfa ifupdown: remove unused errno assignments by Denys Vlasenko · 12 years ago