1. e404619 The following patch replaces the current grub bootloader code in by mbligh · 18 years ago
  2. 534015f Fix up kernelexpand handling, add a sample control file. by mbligh · 18 years ago
  3. 1a9a234 Create tools/ directory and move kernelexpand into it by mbligh · 18 years ago
  4. 5629af0 I was also hoping you'd consider taking the following patch if you did by mbligh · 18 years ago
  5. d96d584 Add kernelexpand tool by mbligh · 18 years ago
  6. cc2e666 Disable cross-compilation. It's horribly broken. by mbligh · 18 years ago
  7. 6d4c941 Enable a specifiable log file to the kernel.build() command by mbligh · 18 years ago
  8. d7341d5 fd stacks ensure we wait for any tee processes to serialise output by mbligh · 18 years ago
  9. 78e1702 fix fd stacks such that they really update sys.stdout et al by mbligh · 18 years ago
  10. f3fef46 Add the -t flag to autotest to tag the run of a job by mbligh · 18 years ago
  11. 43cd6d0 Change kernbench to use defconfig by mbligh · 18 years ago
  12. e1ee267 From: Paul Jimenez <pj@place.org> by mbligh · 18 years ago
  13. 4e75b0d - This patch ports the functionality contained in the bin/avgtime perl by mbligh · 18 years ago
  14. 7787ebf Add tee_redirect to test::__exec to save stdout, stderr of tests by mbligh · 18 years ago
  15. 5156634 Signed-off-by: Brandon Philips <brandon@ifup.org> by mbligh · 18 years ago
  16. 18383ad Set svn:executable status on all .py files by mbligh · 18 years ago
  17. 9305701 Signed-off-by: Kevin Hilman <khilman@mvista.com> by mbligh · 18 years ago
  18. 5970cf0 From: Kevin Hilman <khilman@mvista.com> by mbligh · 18 years ago
  19. 2caba29 update all to point to python 2.4 by mbligh · 18 years ago
  20. c86b0b4 Add documentation patches by mbligh · 18 years ago
  21. a9c1f7a fixups for test shell to include initialize by mbligh · 18 years ago
  22. 4b08966 Add hooks to setup deps in main job structure and fsx. by mbligh · 18 years ago
  23. 8a5a611 From: masouds@google.com by mbligh · 18 years ago
  24. 4578a75 add profiler.py by mbligh · 18 years ago
  25. a250805 Comment main classes. by mbligh · 18 years ago
  26. 5b2f7f1 clean up naming of resultdir so it's not confusing across job vs test. by mbligh · 18 years ago
  27. 9eb80ba fix up profiling by mbligh · 18 years ago
  28. 1e5df91 Fix up profiler inheritence for readprofile by mbligh · 18 years ago
  29. ff88e4e fix up profilers to interit from default master class - profiler.py by mbligh · 18 years ago
  30. 7d2bb22 fix spacing by mbligh · 18 years ago
  31. 7290556 Fix up profiling infrstructure, add sleeptest by mbligh · 18 years ago
  32. 8f90e73 s/delete/del/ by mbligh · 18 years ago
  33. 72a6d96 fix sysinfo to only read files if they exist by mbligh · 18 years ago
  34. 0674377 Run sysinfo at the start of the job by mbligh · 18 years ago
  35. 4983e60 add sysinfo script by mbligh · 18 years ago
  36. e56da62 fix up reaim by mbligh · 18 years ago
  37. 7880b1b Update test names to make tags optional by mbligh · 18 years ago
  38. b8a14e3 Fix up kernbench - needs to pickle what it did in the setup phase. by mbligh · 18 years ago
  39. fd9ee23 Ignore exit code from diff by mbligh · 18 years ago
  40. 207bdca by mbligh · 18 years ago
  41. 55c4b40 self-tests move to using time sleep by apw · 18 years ago
  42. 1918faa make build() use make_opts properly by mbligh · 18 years ago
  43. 703f998 selftest fix test output for JOB ERROR format change by apw · 18 years ago
  44. ce9abe9 job move execution into job context by apw · 18 years ago
  45. 83f8d77 job execute script in separate namespace by apw · 18 years ago
  46. df57da2 job continuation not require AUTODIR control by apw · 18 years ago
  47. f2c6660 job continuation via exception by apw · 18 years ago
  48. 55533d2 selftests: fix src references in output by apw · 18 years ago
  49. abe85e7 Update the TODO by apw · 18 years ago
  50. 1d99360 selftest add tests for stdout stderr by apw · 18 years ago
  51. 3e8c4fc test only run setup once by apw · 18 years ago
  52. 3a4968d test selftest fixup versioning by apw · 18 years ago
  53. f1a8116 test runtest fixup error handling and recording by apw · 18 years ago
  54. a1ef53e test runtest move test init to test object by apw · 18 years ago
  55. 3b36f09 test runtest make a test work without __init__ by apw · 18 years ago
  56. 7477d9e test runtest should be a test attribute by apw · 18 years ago
  57. 581289a Make mytest.setup() conditional on whether it's done already + same version by mbligh · 18 years ago
  58. 7bb9dbc cleanup by mbligh · 18 years ago
  59. a35553b move profiler.py to profilers.py by mbligh · 18 years ago
  60. 3a6d6ca Fix up profiler subsystem by mbligh · 18 years ago
  61. edf430c add profiler.py by mbligh · 18 years ago
  62. 24f7da0 added missing / between results and tag by mbligh · 18 years ago
  63. 8264186 Various bugfixen by mbligh · 18 years ago
  64. b2782a7 update TODO by mbligh · 18 years ago
  65. 67b5ece fixes by mbligh · 18 years ago
  66. f49d5cf Add shell functions to get vmlinux and System.map by mbligh · 18 years ago
  67. cdf02a4 fixed up get_arch and get_target_arch by mbligh · 18 years ago
  68. e637a93 add avgtime by mbligh · 18 years ago
  69. 2241b89 move example control files to appropriate places by mbligh · 18 years ago
  70. f1eb556 move bin/tests to tests by mbligh · 18 years ago
  71. 77f0c6c add fsx as a test by mbligh · 18 years ago
  72. 4a0c1c0 add unmap_potential_url support to dbench by mbligh · 18 years ago
  73. 2a3a3ea add tbench as a test. Copies the binary for dbench - tough ;-) by mbligh · 18 years ago
  74. 3608421 add reaim as a benchmark by mbligh · 18 years ago
  75. ea30c8a add unmap_potential_url() by mbligh · 18 years ago
  76. 8f90875 fix typo by mbligh · 18 years ago
  77. c9009a9 make ltp use unmap_potential_url by mbligh · 18 years ago
  78. 3118661 add null copy allowance for get_file by mbligh · 18 years ago
  79. 6d4ff32 finish ltp.py by mbligh · 18 years ago
  80. 7b740c1 add ltp as a test by mbligh · 18 years ago
  81. 235341d add lmbench as a test by mbligh · 18 years ago
  82. d7db93d by mbligh · 18 years ago
  83. a975fb6 Delete system_raise by mbligh · 18 years ago
  84. fc7effd add dbench as a test by mbligh · 18 years ago
  85. 473b3bc Make it actually run the correct test. Doh. by mbligh · 18 years ago
  86. bdfc3c7 by mbligh · 18 years ago
  87. b8dd48c by mbligh · 18 years ago
  88. 0ad2220 Make bonnie setup() use extract_tarball_to_dir by mbligh · 18 years ago
  89. de82167 make get_kernel_tree use extract_tarball_to_dir by mbligh · 18 years ago
  90. 712cd14 add extract_tarball and extract_tarball_to_dir by mbligh · 18 years ago
  91. c9e083a add version to bonnie by mbligh · 18 years ago
  92. abac957 Fix up bonnie.setup() by mbligh · 18 years ago
  93. 3d91491 Add system_raise() command by mbligh · 18 years ago
  94. 258bd44 Add .tgz support to cat_file_to_cmd by mbligh · 18 years ago
  95. aa97291 Add bonnie by mbligh · 18 years ago
  96. 89d8ee1 Fix up creating of test subdirectories, and store them in test.self by mbligh · 18 years ago
  97. 7f2c5c9 error add 085 test exception output by apw · 18 years ago
  98. 9b63458 errors: fix sub process exception handling by apw · 18 years ago
  99. 6c262cc errors: make errors hierachical by apw · 18 years ago
  100. 2f57123 self test add commands by apw · 18 years ago