1. 0a38bcf cpio: actually add testsuite entry... by Denis Vlasenko · 17 years ago
  2. a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
  3. f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
  4. cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
  5. 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
  6. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  7. cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
  8. e1caabb mdev: add testsuite entry by Denis Vlasenko · 17 years ago
  9. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  10. cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 17 years ago
  11. cee01cf diff: add testsuite entry for it by Denis Vlasenko · 17 years ago
  12. 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
  13. 45ecfc2 taskset: fix false failure in testsuite by Denis Vlasenko · 17 years ago
  14. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
  15. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  16. 25cd7fd add a test case for usage strings to catch people forgetting to add trailing escape in middle of usage by Mike Frysinger · 17 years ago
  17. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  18. 1e2a7e4 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite by Denis Vlasenko · 17 years ago
  19. 7ab3699 mkfs.minix: add testsuite; disable code which makes images variable by Denis Vlasenko · 17 years ago
  20. e2532ab dd: fix a bug where we don't report write errors testsuite: small cleanup by Denis Vlasenko · 17 years ago
  21. 1796e2c dd: add testsuite entry for write errors by Denis Vlasenko · 17 years ago
  22. 30297a5 fix vda's testsuite bogons, part 2 by Denis Vlasenko · 17 years ago
  23. bd9a48b fix vda's testsuite bogons, part 1 by Denis Vlasenko · 17 years ago
  24. 4e1e720 testsuite: add tests for cut and grep; slight improvements to infrastructure by Denis Vlasenko · 17 years ago
  25. 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
  26. 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
  27. 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
  28. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  29. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  30. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  31. de1c8b2 fix unpacker testsuite to match actual output by Denis Vlasenko · 17 years ago
  32. 960eca6 awk: actually do "svn add" for testsuite by Denis Vlasenko · 17 years ago
  33. cd0df46 remove bashisms from testsuite by Denis Vlasenko · 18 years ago
  34. eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 18 years ago
  35. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  36. 4b0bb9e sed: fix very obscure case of escaped newline in sed command by Denis Vlasenko · 18 years ago
  37. 36b7e28 missed end-of-line by Denis Vlasenko · 18 years ago
  38. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  39. 018e085 stop using bash'isms ('function') runtest: do not depend on busybox.links by Denis Vlasenko · 18 years ago
  40. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  41. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  42. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  43. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  44. dccb1a5 wc can emit unpredictable amount of whitespace by Denis Vlasenko · 18 years ago
  45. 14813c5 - add a very few simple test for sum. The very first is currently broken by Bernhard Reutner-Fischer · 18 years ago
  46. 70722ec - pull taskset.tests from the busybox_scratch branch by Bernhard Reutner-Fischer · 18 years ago
  47. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  48. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  49. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  50. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  51. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  52. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  53. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  54. 641c353 Add a test from Glenn. by Rob Landley · 18 years ago
  55. 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 19 years ago
  56. cd82c3c Don't do workarounds for broken shells. Busybox is about to grow a shell that by Rob Landley · 19 years ago
  57. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
  58. 1e34731 - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) by Bernhard Reutner-Fischer · 19 years ago
  59. 9c03cb9 check for queueing dependancy dependancies typos by Mike Frysinger · 19 years ago
  60. 3354487 queuing is spelled correctly by Mike Frysinger · 19 years ago
  61. 89a22ea make the testsuite a little less brittle: by Bernhard Reutner-Fischer · 19 years ago
  62. 9608733 make sure script is executable by Mike Frysinger · 19 years ago
  63. 42bd987 Add an "optional" line for FEATURE_READLINK_FOLLOW. by Rob Landley · 19 years ago
  64. c008c74 New test from Natanael Copa. by Rob Landley · 19 years ago
  65. 67d5b8b Minor tweaks: remove traces of old $COMMAND environment variable. by Rob Landley · 19 years ago
  66. 02fe810 detect more obsolete headers by Mike Frysinger · 19 years ago
  67. 15545b1 - print "Obsolet headers" instead of "Obsolete function usage" when checking by Bernhard Reutner-Fischer · 19 years ago
  68. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 19 years ago
  69. a345dc8 - add two regression tests for seq. by Bernhard Reutner-Fischer · 19 years ago
  70. 998dbee Patch from Jean Wolter: by Rob Landley · 19 years ago
  71. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  72. 074fe34 - add typo s/deamon/daemon/g by Bernhard Reutner-Fischer · 19 years ago
  73. 9b68dbd - add grep for typo s/algorithic/algorithmic/g by Bernhard Reutner-Fischer · 19 years ago
  74. d017d73 add a check for obsolete headers by Mike Frysinger · 19 years ago
  75. dbd8c3b add some tests for common typos and for obsolete functions by Mike Frysinger · 19 years ago
  76. 3b84dfc Avoid spurious error message. (Technically applet order should be "SKIPPED" by Rob Landley · 19 years ago
  77. 819b56b work outside of the srctree by Mike Frysinger · 19 years ago
  78. b0c5445 new test for source code sanity by Mike Frysinger · 19 years ago
  79. 5dd1236 move source code tests out into a sep file rather than just disabling/breaking them by Mike Frysinger · 19 years ago
  80. 8183453 remove bogus " by Mike Frysinger · 19 years ago
  81. 2cf3852 silence error if busybox.links doesnt exist and run tests that begin with "all_" by Mike Frysinger · 19 years ago
  82. 2324a7c Fix "seq 1 1". by Rob Landley · 19 years ago
  83. 6bc1063 Make the new chroot environment creation infrastructure more flexible about by Rob Landley · 19 years ago
  84. dcb2122 My mount testsuite. Not automatically run at the moment, need to figure out by Rob Landley · 19 years ago
  85. 2824ded More test updates. by Rob Landley · 19 years ago
  86. 4bb1b04 Redo test suite to be able to test more than one command at a time. Eliminate by Rob Landley · 19 years ago
  87. 3a32475 I'm about to introduce tests that need to run as root (like mount.tests), by Rob Landley · 19 years ago
  88. 93f2286 When gnu fails this one we shouldn't let it _hang_... by Rob Landley · 19 years ago
  89. e8e7811 Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a by Rob Landley · 19 years ago
  90. 5c22c11 Add a test suite for seq. by Rob Landley · 19 years ago
  91. 6b6edf9 Lots of tests the fix to sed needs to pass... by Rob Landley · 19 years ago
  92. 23ca725 test to make sure applets are in alphabetical order by Mike Frysinger · 19 years ago
  93. 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
  94. 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago
  95. 546a99d use LC_ALL, not LANG, for forcing C by Mike Frysinger · 19 years ago
  96. 7d501a8 ignore whitespace by Tim Riker · 19 years ago
  97. 7dd4cbf LANG=C should help by Tim Riker · 19 years ago
  98. 990025a Ok, I've converted the contents of the "testing/sed" directory into a by Rob Landley · 19 years ago
  99. c98a359 It was a bit out of date. by Rob Landley · 19 years ago
  100. 48c6157 Fix the test suite so that individual *.tests files can be run ala by Rob Landley · 19 years ago