1. a83e3ae zcip: tweak comments and make unsigned division more obvious by Denys Vlasenko · 9 years ago
  2. e347583 zcip: another code shrink by Denys Vlasenko · 9 years ago
  3. 99e30be zcip: code shrink by Denys Vlasenko · 9 years ago
  4. 16aa7a7 zcip: simplify code by Denys Vlasenko · 9 years ago
  5. 64ed5f0 uname: make OS name configurable by Ron Yorston · 9 years ago
  6. b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
  7. ad27a6d diff.tests: add testcases for -B and single line changes by Aaro Koskinen · 9 years ago
  8. a47fcca diff: fix -B with single line changes by Aaro Koskinen · 9 years ago
  9. 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
  10. 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
  11. d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
  12. ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
  13. 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
  14. 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
  15. ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
  16. 670c3f7 echo: make escape sequences depend on fancy mode by Mike Frysinger · 9 years ago
  17. 52f2f37 fbset: fix rgba parsing by Linus Walleij · 9 years ago
  18. c29021e udhcpc: dns labels can actually start with a number by Arthur Gautier · 9 years ago
  19. 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
  20. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  21. ce193f8 Remove old_e2fsprogs/* by Denys Vlasenko · 9 years ago
  22. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  23. 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago
  24. f06386a less: fix display of line numbers by Ron Yorston · 9 years ago
  25. 51aa861 less: document -S flag and make it independently configurable by Ron Yorston · 9 years ago
  26. 072fc60 ash: use alloca to get rid of setjmp by Ron Yorston · 9 years ago
  27. f54a487 fix file mode by Denys Vlasenko · 9 years ago
  28. 0e056f7 ash: remove parsebackquote flag by Ron Yorston · 9 years ago
  29. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  30. b7ee7e1 applets: Add installation of individual binaries by Clayton Shotwell · 10 years ago
  31. c9091d8 ps: fix SEGV on narrow screens. closes 8176 by Denys Vlasenko · 9 years ago
  32. db31c63 ipaddress: better formatting, no code changes by Denys Vlasenko · 9 years ago
  33. 6a7cd3d ip addr: support change and replace commands by Michael Tokarev · 10 years ago
  34. 7db312a fix whitespaces by Maninder Singh · 10 years ago
  35. 0fabedf fix if(p)/free(p) construct by Maninder Singh · 10 years ago
  36. d908992 i2cdetect: use break instead of goto in list_i2c_busses_and_exit() by Bartosz Golaszewski · 10 years ago
  37. aeb11a9 i2cdump: code rework by Bartosz Golaszewski · 10 years ago
  38. 2204472 i2cdetect: add a check for (mode == DETECT_MODE_AUTO) by Bartosz Golaszewski · 10 years ago
  39. e545bf6 i2cdetect: don't scan non-regular addresses without the '-a' option by Bartosz Golaszewski · 10 years ago
  40. 3147427 i2cdetect: don't die on addresses already in use by drivers by Bartosz Golaszewski · 10 years ago
  41. d291c2f chown: fix help text by Junling Zheng · 10 years ago
  42. fc3e40e truncate: do not die when a file doesn't exist and no-create flag is on by Ari Sundholm · 10 years ago
  43. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  44. 97c6491 typo fixes by Maninder Singh · 10 years ago
  45. c4603fb dc: fix "dc p" prinitng bogus data by Denys Vlasenko · 10 years ago
  46. b878121 tc: fix print_rate by Denys Vlasenko · 10 years ago
  47. 9a595bb hush: add recent ash tests to hush testsuite too (they all pass for hush) by Denys Vlasenko · 10 years ago
  48. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  49. 417622c ash: fix breakage of ${v/pat/str} by Ron Yorston · 10 years ago
  50. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  51. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  52. 7e4ed26 ash: remove superfluous code in arithmetic mode by Ron Yorston · 10 years ago
  53. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  54. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  55. d68d1fb ash: code shrink around varvalue by Ron Yorston · 10 years ago
  56. e0a4e10 ash: explain what "local -" does by Denys Vlasenko · 10 years ago
  57. 1285aa6 ash: consider "local -" case while iterating over local variables in mklocal. by Eugene Rudoy · 10 years ago
  58. a818777 libbb: Enable support for !CONFIG_MULTIUSER by Daniel Thompson · 10 years ago
  59. 7ca5c51 i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT by Bartosz Golaszewski · 10 years ago
  60. b2cca32 i2c-tools: fix 'i2cdetect -l' by Bartosz Golaszewski · 10 years ago
  61. 17b1622 bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests by Thiago Jung Bauermann · 10 years ago
  62. bdb540e tar: do not try to decode GNU extended headers as pax headers by Denys Vlasenko · 10 years ago
  63. 778efe3 Conditionalize Bionic workarounds on __ANDROID_API__ by Matt Whitlock · 10 years ago
  64. f23e3ec Bionic lacks mempcpy; enable existing workaround by Matt Whitlock · 10 years ago
  65. b4059f6 libarchive: auto-detect .Z files as well by Thiago Jung Bauermann · 10 years ago
  66. c77a58f typo fix by Denys Vlasenko · 10 years ago
  67. 4d8ddb8 vi: basic undo feature shouldn't depend on yankmark by Andrew Fuller · 10 years ago
  68. bbd5321 gzip: add support for compression levels 4-9 by Aaro Koskinen · 10 years ago
  69. 93b98ff Bionic lacks tcdrain; provide a workaround by Matt Whitlock · 10 years ago
  70. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  71. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  72. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  73. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  74. ad79551 mdev: if a "future" mdev.seq is seen, do not overwrite it with ours by Denys Vlasenko · 10 years ago
  75. bd77e9d mdev: improve logging by Denys Vlasenko · 10 years ago
  76. 73327a0 hush: document buggy handling of duplicate "local" by Denys Vlasenko · 10 years ago
  77. 0a0acb5 ash: fix handling of duplicate "local" by Denys Vlasenko · 10 years ago
  78. 63f4d32 sed: implement ",+N" range end by Denys Vlasenko · 10 years ago
  79. 71a5b67 uevent: new applet by Denys Vlasenko · 10 years ago
  80. f7466e4 find: fix regression in status processing for path arguments by Felix Fietkau · 10 years ago
  81. a90490f volume_id: fix a buglet introduced by is_prefixed_with() conversion by Alfonso Ranieri · 10 years ago
  82. e0ddb65 build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS by Denys Vlasenko · 10 years ago
  83. 7b729ed update copyright years by Aaro Koskinen · 10 years ago
  84. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  85. 1186894 update example ntp.script by Denys Vlasenko · 10 years ago
  86. 9472e8a ftpd: change_identity() must be after chroot() by Denys Vlasenko · 10 years ago
  87. 379e8e8 typo fix by Denys Vlasenko · 10 years ago
  88. 1850d5e truncate: new applet by Denys Vlasenko · 10 years ago
  89. 4d15068 zcip: fix wrong comparison of source IP with our IP by Vladislav Grishenko · 10 years ago
  90. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  91. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  92. 92edab1 logread: implement dumpfollow mode of operation by Phil Sutter · 10 years ago
  93. 6d8ea1d ifupdown: shrink a message by Denys Vlasenko · 10 years ago
  94. 6ca03f2 ifupdown: correct ifstate update during 'ifup -a'. Closes 6212 by Frank Bergmann · 10 years ago
  95. 75a7626 ash: do not split the result of tilde expansion by Ron Yorston · 10 years ago
  96. 6798564 trylink: respect compiler settings when probing features by Mike Frysinger · 10 years ago
  97. 4a08e82 trylink: use mktemp instead of hardcoding paths by Mike Frysinger · 10 years ago
  98. 49acc1a vi: make BACKSPACE and DELETE join lines at start/end of line by Denys Vlasenko · 10 years ago
  99. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  100. 53e9c51 od: fix printing of high-bit chars by Ron Yorston · 10 years ago