1. 2b48c38 uudecode: tolerate text input with CR+LF line ends by Denys Vlasenko · 9 years ago
  2. e6b5787 qemu testing: Do build brctl and ifplugd; force mips32 dialect by Denys Vlasenko · 9 years ago
  3. a779c6d qemu testing: fix hexdumping of binary by Denys Vlasenko · 9 years ago
  4. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  5. 12efcf3 Add qemu_multiarch_testing/ by Denys Vlasenko · 9 years ago
  6. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  7. c919d56 umount: always use umount2 syscall with specified flags by Denys Vlasenko · 9 years ago
  8. c65a759 adduser: fix help text by Denys Vlasenko · 9 years ago
  9. 65db14e adduser: Add -k /path/to/skel by Bernhard Reutner-Fischer · 10 years ago
  10. 2beb524 i2c-tools: rename remaining defines by Bartosz Golaszewski · 9 years ago
  11. d9892fa i2c-tools: remove duplicate definitions by Bartosz Golaszewski · 9 years ago
  12. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  13. f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
  14. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  15. ca25af9 ash: fix slash treatment in expmeta by Ron Yorston · 9 years ago
  16. b5be13c hush: fix a nommu bug where a part of function body is lost if run in a pipe by Denys Vlasenko · 9 years ago
  17. 2156e22 Makefile.flags: survive a build system which has no pthread by Denys Vlasenko · 9 years ago
  18. 26c423d ash,hush: add a test which fails for ash since commit 549deab by Denys Vlasenko · 9 years ago
  19. 66a781a ash: add tests adapted from hush glob tests. glob2.tests currently fails by Denys Vlasenko · 9 years ago
  20. 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
  21. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  22. 5b865de ping: fix recently introduced build breakage for non-optimizing builds by Denys Vlasenko · 9 years ago
  23. 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
  24. b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
  25. d862717 login: don't print motd if .hushlogin exists in users home by Sören Tempel · 9 years ago
  26. 864d1b7 dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled by Peter Korsgaard · 9 years ago
  27. 65c501a ifupdown: 'prio' should have been 'metric' in static_up and static_up6 by Alex Dowad · 9 years ago
  28. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  29. 2db782b Merge setsockopt error messages by Denys Vlasenko · 9 years ago
  30. 729b706 traceroute: fix help text by Denys Vlasenko · 9 years ago
  31. bb2fd67 Makefile: add missing libraries to LDLIBS by Bartosz Golaszewski · 9 years ago
  32. 718e228 unit-tests: remove code depending on WANT_TIMING by Bartosz Golaszewski · 9 years ago
  33. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  34. fb52769 arping: make help text clearer by Denys Vlasenko · 9 years ago
  35. 26ccd3d less: fix botched attempt to use last column by Ron Yorston · 9 years ago
  36. 72dcbe4 ipcalc: fix trivial usage message by Ron Yorston · 9 years ago
  37. a83e3ae zcip: tweak comments and make unsigned division more obvious by Denys Vlasenko · 9 years ago
  38. e347583 zcip: another code shrink by Denys Vlasenko · 9 years ago
  39. 99e30be zcip: code shrink by Denys Vlasenko · 9 years ago
  40. 16aa7a7 zcip: simplify code by Denys Vlasenko · 9 years ago
  41. 64ed5f0 uname: make OS name configurable by Ron Yorston · 9 years ago
  42. b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
  43. ad27a6d diff.tests: add testcases for -B and single line changes by Aaro Koskinen · 9 years ago
  44. a47fcca diff: fix -B with single line changes by Aaro Koskinen · 9 years ago
  45. 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
  46. 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
  47. d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
  48. ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
  49. 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
  50. 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
  51. ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
  52. 670c3f7 echo: make escape sequences depend on fancy mode by Mike Frysinger · 9 years ago
  53. 52f2f37 fbset: fix rgba parsing by Linus Walleij · 9 years ago
  54. c29021e udhcpc: dns labels can actually start with a number by Arthur Gautier · 9 years ago
  55. 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
  56. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  57. ce193f8 Remove old_e2fsprogs/* by Denys Vlasenko · 9 years ago
  58. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  59. 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago
  60. f06386a less: fix display of line numbers by Ron Yorston · 9 years ago
  61. 51aa861 less: document -S flag and make it independently configurable by Ron Yorston · 9 years ago
  62. 072fc60 ash: use alloca to get rid of setjmp by Ron Yorston · 9 years ago
  63. f54a487 fix file mode by Denys Vlasenko · 9 years ago
  64. 0e056f7 ash: remove parsebackquote flag by Ron Yorston · 9 years ago
  65. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  66. b7ee7e1 applets: Add installation of individual binaries by Clayton Shotwell · 10 years ago
  67. c9091d8 ps: fix SEGV on narrow screens. closes 8176 by Denys Vlasenko · 9 years ago
  68. db31c63 ipaddress: better formatting, no code changes by Denys Vlasenko · 9 years ago
  69. 6a7cd3d ip addr: support change and replace commands by Michael Tokarev · 10 years ago
  70. 7db312a fix whitespaces by Maninder Singh · 10 years ago
  71. 0fabedf fix if(p)/free(p) construct by Maninder Singh · 10 years ago
  72. d908992 i2cdetect: use break instead of goto in list_i2c_busses_and_exit() by Bartosz Golaszewski · 10 years ago
  73. aeb11a9 i2cdump: code rework by Bartosz Golaszewski · 10 years ago
  74. 2204472 i2cdetect: add a check for (mode == DETECT_MODE_AUTO) by Bartosz Golaszewski · 10 years ago
  75. e545bf6 i2cdetect: don't scan non-regular addresses without the '-a' option by Bartosz Golaszewski · 10 years ago
  76. 3147427 i2cdetect: don't die on addresses already in use by drivers by Bartosz Golaszewski · 10 years ago
  77. d291c2f chown: fix help text by Junling Zheng · 10 years ago
  78. fc3e40e truncate: do not die when a file doesn't exist and no-create flag is on by Ari Sundholm · 10 years ago
  79. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  80. 97c6491 typo fixes by Maninder Singh · 10 years ago
  81. c4603fb dc: fix "dc p" prinitng bogus data by Denys Vlasenko · 10 years ago
  82. b878121 tc: fix print_rate by Denys Vlasenko · 10 years ago
  83. 9a595bb hush: add recent ash tests to hush testsuite too (they all pass for hush) by Denys Vlasenko · 10 years ago
  84. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  85. 417622c ash: fix breakage of ${v/pat/str} by Ron Yorston · 10 years ago
  86. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  87. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  88. 7e4ed26 ash: remove superfluous code in arithmetic mode by Ron Yorston · 10 years ago
  89. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  90. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  91. d68d1fb ash: code shrink around varvalue by Ron Yorston · 10 years ago
  92. e0a4e10 ash: explain what "local -" does by Denys Vlasenko · 10 years ago
  93. 1285aa6 ash: consider "local -" case while iterating over local variables in mklocal. by Eugene Rudoy · 10 years ago
  94. a818777 libbb: Enable support for !CONFIG_MULTIUSER by Daniel Thompson · 10 years ago
  95. 7ca5c51 i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT by Bartosz Golaszewski · 10 years ago
  96. b2cca32 i2c-tools: fix 'i2cdetect -l' by Bartosz Golaszewski · 10 years ago
  97. 17b1622 bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests by Thiago Jung Bauermann · 10 years ago
  98. bdb540e tar: do not try to decode GNU extended headers as pax headers by Denys Vlasenko · 10 years ago
  99. 778efe3 Conditionalize Bionic workarounds on __ANDROID_API__ by Matt Whitlock · 10 years ago
  100. f23e3ec Bionic lacks mempcpy; enable existing workaround by Matt Whitlock · 10 years ago