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