1. de1503a harness: add the bones of a server harness and noop harness by apw · 18 years ago
  2. 4426de0 add build_log to kernel build by mbligh · 18 years ago
  3. a1a5688 Fix stupid typo in extraversion handling. sed was meant to be -i by mbligh · 18 years ago
  4. 8f243ec copy control file to results directory by mbligh · 18 years ago
  5. a87116f hook kernel class to add a newly built kernel to the bootloader. by mbligh · 18 years ago
  6. 9ef1f8b Currently if one does not specify an initrd when initially creating a by mbligh · 18 years ago
  7. 4e8c3a3 fix typo in kernel install by mbligh · 18 years ago
  8. a2bb9d6 switch /usr/bin/time to use -o rather than file redirects in build_timed by mbligh · 18 years ago
  9. 7db8d0b job: ensure status continuation lines are parsable by apw · 18 years ago
  10. 242799e Revert accidental commital of parts of barrier code by mbligh · 18 years ago
  11. bb7b891 add initial test.kernel.org parsing code. Nowhere close to a working state by mbligh · 18 years ago
  12. 2db3931 barrier: add copyright information by apw · 18 years ago
  13. 6a1d4db Fixups for kernel.install() by mbligh · 18 years ago
  14. 0ad6558 When take cross building into account, I think another arg dir is useful, by mbligh · 18 years ago
  15. 12a7df7 tests: add downloadable test support v3 by mbligh · 18 years ago
  16. 0778a2f reboot: when we envoke reboot we need to pause until continued by apw · 18 years ago
  17. f133d01 Fix spacing in boottool.py by mbligh · 18 years ago
  18. 9ec8acc Move cpu_online_map into autotest_utils by mbligh · 18 years ago
  19. 5c1e26a Fix up quoting in file_contains_pattern() by mbligh · 18 years ago
  20. e11f5fc Fix get_kernel_build_ver() to work off Makefile not version.h by mbligh · 18 years ago
  21. ad849ee Fix typos by mbligh · 18 years ago
  22. caa605c Fix up reboot handling by mbligh · 18 years ago
  23. fdbcaec Make installing kernels work properly by mbligh · 18 years ago
  24. c9fdc40 Make boottool use the local instance of the boottool command, and by mbligh · 18 years ago
  25. 9e64687 Make kernel.install take an optional tag by mbligh · 18 years ago
  26. 662a2a2 Clean up finding tools for vmlinux and System.map by mbligh · 18 years ago
  27. 56f1fbb Break out fd_stack into its own class file by mbligh · 18 years ago
  28. d7fb4a6 Add filesystem class for handling fs operations by mbligh · 18 years ago
  29. d931a58 Fix stupid typo in os.environ to access hash [], not () by mbligh · 18 years ago
  30. 50f42ea Add mkinitrd function to kernel.py, this function depends by mbligh · 18 years ago
  31. 42b81ca This patch try to add get_os_vendor function to autotest_utils.py, by mbligh · 18 years ago
  32. 5250863 Comment unmap_url by mbligh · 18 years ago
  33. f06db0f Add running_config() function to fetch path of running config by mbligh · 18 years ago
  34. 7bdbfbd Fix up grep() to pass ignorestatus properly and handle compressed files by mbligh · 18 years ago
  35. ae470a3 Copy vmlinux as well by mbligh · 18 years ago
  36. 6fcb02e According to the wiki, kernel.install() is not supposed to take any by mbligh · 18 years ago
  37. 89beac3 barrier: new heavier testing with larger memberships by apw · 18 years ago
  38. b13af9e barrier: cleanup and standardise progress indicators by apw · 18 years ago
  39. 910c40e fix output sequencing and location for tests by mbligh · 18 years ago
  40. 96cdb7f self-test: ensure we do not execute filters as tests by apw · 18 years ago
  41. ca46824 self-tests: ensure NNN-filter is executable by apw · 18 years ago
  42. 7d8200d fix up a few spare ; lying around by mbligh · 18 years ago
  43. 9d97aee barriers: add self tests by mbligh · 18 years ago
  44. fadca20 barriers: add multi-machine barrier support by mbligh · 18 years ago
  45. 89228a4 add test output filtering support by mbligh · 18 years ago
  46. 4055ec0 add test output filtering support by mbligh · 18 years ago
  47. c324091 self-test: show test failures using diff by apw · 18 years ago
  48. 18b9d33 self-test: move to using /bin/pwd to cover for symlinked directories by apw · 18 years ago
  49. e404619 The following patch replaces the current grub bootloader code in by mbligh · 18 years ago
  50. 534015f Fix up kernelexpand handling, add a sample control file. by mbligh · 18 years ago
  51. 1a9a234 Create tools/ directory and move kernelexpand into it by mbligh · 18 years ago
  52. 5629af0 I was also hoping you'd consider taking the following patch if you did by mbligh · 18 years ago
  53. d96d584 Add kernelexpand tool by mbligh · 18 years ago
  54. cc2e666 Disable cross-compilation. It's horribly broken. by mbligh · 18 years ago
  55. 6d4c941 Enable a specifiable log file to the kernel.build() command by mbligh · 18 years ago
  56. d7341d5 fd stacks ensure we wait for any tee processes to serialise output by mbligh · 18 years ago
  57. 78e1702 fix fd stacks such that they really update sys.stdout et al by mbligh · 18 years ago
  58. f3fef46 Add the -t flag to autotest to tag the run of a job by mbligh · 18 years ago
  59. 43cd6d0 Change kernbench to use defconfig by mbligh · 18 years ago
  60. e1ee267 From: Paul Jimenez <pj@place.org> by mbligh · 18 years ago
  61. 4e75b0d - This patch ports the functionality contained in the bin/avgtime perl by mbligh · 18 years ago
  62. 7787ebf Add tee_redirect to test::__exec to save stdout, stderr of tests by mbligh · 18 years ago
  63. 5156634 Signed-off-by: Brandon Philips <brandon@ifup.org> by mbligh · 18 years ago
  64. 18383ad Set svn:executable status on all .py files by mbligh · 18 years ago
  65. 9305701 Signed-off-by: Kevin Hilman <khilman@mvista.com> by mbligh · 18 years ago
  66. 5970cf0 From: Kevin Hilman <khilman@mvista.com> by mbligh · 18 years ago
  67. 2caba29 update all to point to python 2.4 by mbligh · 19 years ago
  68. c86b0b4 Add documentation patches by mbligh · 19 years ago
  69. a9c1f7a fixups for test shell to include initialize by mbligh · 19 years ago
  70. 4b08966 Add hooks to setup deps in main job structure and fsx. by mbligh · 19 years ago
  71. 8a5a611 From: masouds@google.com by mbligh · 19 years ago
  72. 4578a75 add profiler.py by mbligh · 19 years ago
  73. a250805 Comment main classes. by mbligh · 19 years ago
  74. 5b2f7f1 clean up naming of resultdir so it's not confusing across job vs test. by mbligh · 19 years ago
  75. 9eb80ba fix up profiling by mbligh · 19 years ago
  76. 1e5df91 Fix up profiler inheritence for readprofile by mbligh · 19 years ago
  77. ff88e4e fix up profilers to interit from default master class - profiler.py by mbligh · 19 years ago
  78. 7d2bb22 fix spacing by mbligh · 19 years ago
  79. 7290556 Fix up profiling infrstructure, add sleeptest by mbligh · 19 years ago
  80. 8f90e73 s/delete/del/ by mbligh · 19 years ago
  81. 72a6d96 fix sysinfo to only read files if they exist by mbligh · 19 years ago
  82. 0674377 Run sysinfo at the start of the job by mbligh · 19 years ago
  83. 4983e60 add sysinfo script by mbligh · 19 years ago
  84. e56da62 fix up reaim by mbligh · 19 years ago
  85. 7880b1b Update test names to make tags optional by mbligh · 19 years ago
  86. b8a14e3 Fix up kernbench - needs to pickle what it did in the setup phase. by mbligh · 19 years ago
  87. fd9ee23 Ignore exit code from diff by mbligh · 19 years ago
  88. 207bdca by mbligh · 19 years ago
  89. 55c4b40 self-tests move to using time sleep by apw · 19 years ago
  90. 1918faa make build() use make_opts properly by mbligh · 19 years ago
  91. 703f998 selftest fix test output for JOB ERROR format change by apw · 19 years ago
  92. ce9abe9 job move execution into job context by apw · 19 years ago
  93. 83f8d77 job execute script in separate namespace by apw · 19 years ago
  94. df57da2 job continuation not require AUTODIR control by apw · 19 years ago
  95. f2c6660 job continuation via exception by apw · 19 years ago
  96. 55533d2 selftests: fix src references in output by apw · 19 years ago
  97. abe85e7 Update the TODO by apw · 19 years ago
  98. 1d99360 selftest add tests for stdout stderr by apw · 19 years ago
  99. 3e8c4fc test only run setup once by apw · 19 years ago
  100. 3a4968d test selftest fixup versioning by apw · 19 years ago