1. 440fa0f Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  2. 6518012 Hi by Rishikesh K Rajak · 14 years ago
  3. 73e23f6 Convert from tools/ to bin/. by yaberauneya · 15 years ago
  4. c3b7298 1. Install missing html_report_header.txt . by yaberauneya · 15 years ago
  5. 81db12a Fix more tail -<integer> syntax issues. by yaberauneya · 15 years ago
  6. 7ef2c62 The output format for tst_res.c changed in rev 1.9 so it now prefixes T to the failure codes (BROK, CONF, FAIL, PASS). This change updates the parser so that it properly parses the results information from the output log. by yaberauneya · 15 years ago
  7. 14f1a92 1. Make it possible for submakes to be done with less painful steps (hopefully this will make Mike F happy again :)...) by yaberauneya · 15 years ago
  8. 6aef96e Certain scripts weren't being installed with LTP, even though they should have been (faulted kernel, valgrind, etc). by yaberauneya · 15 years ago
  9. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  10. 9ecbf13 Integrate Valgrind Memory Check Tool to LTP: Introducing and Integrating the Valgrind Memory Leak Check tools to LTP. This again is in line with the OLS 2009 paper where we proposed that memory leak check for LTP test cases will become part of LTP soon. Valgrind is one of the best Memory Leak Check tools available to the open source community and being widely used by many maintainers of Open Source Projects to regularly check the health of their code. On similar lines, we would like it to check the various dynamic issues related to Memory Leaks, Thread Concurrencies for the LTP tests so that we minimize those errors for the LTP tests. The following set of Patches will: by subrata_modak · 15 years ago
  11. 29e1375 Spelling fixes: commad => command: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  12. 7ecf8f4 Introducing the "Kernel Fault Injection Framework" generation and testing capability in LTP. This is in line with the recent proposal made through LTP Paper at OLS 2009: "Putting LTP to test - Validating both the Linux kernel and Test-cases" (http://ltp.sourceforge.net/documentation/technical_papers/Putting_LTP_to_Test.pdf). This infrasturcture will help LTP directly in the following ways: by subrata_modak · 15 years ago
  13. 4a6aa60 Introducing the "Kernel Fault Injection Framework" generation and testing capability in LTP. This is in line with the recent proposal made through LTP Paper at OLS 2009: "Putting LTP to test - Validating both the Linux kernel and Test-cases" (http://ltp.sourceforge.net/documentation/technical_papers/Putting_LTP_to_Test.pdf). This infrasturcture will help LTP directly in the following ways: by subrata_modak · 15 years ago
  14. 1b9e21d Introducing the "Kernel Fault Injection Framework" generation and testing capability in LTP. This is in line with the recent proposal made through LTP Paper at OLS 2009: "Putting LTP to test - Validating both the Linux kernel and Test-cases" (http://ltp.sourceforge.net/documentation/technical_papers/Putting_LTP_to_Test.pdf). This infrasturcture will help LTP directly in the following ways: by subrata_modak · 15 years ago
  15. f6b28b5 Detect test results more accurately when generating HTML. PFA the patch for the changes to pan driver for a possible fix to the report generation issue. I have modified genhtml.pl script to reflect changes in pan driver. Note: The 'Initiation-status' column is now present after Test-output column. Signed-off-by: rohit verma <rohit.170309@gmail.com>. by subrata_modak · 15 years ago
  16. 48cd9cf Extended the summary info to the case of LTP cross-built i.e. running on different arch with respect to the host. Moreover, a more detailed summary about LTP test results has been added. Signed-off-by: Francesco Rundo <francesco.rundo@st.com>. by subrata_modak · 15 years ago
  17. 0678e82 The attached Patch defines more about the keywords: by subrata_modak · 16 years ago
  18. db1c905 Simplify genload Makefile. It turns out most of these options aren't needed to build stress. Signed-off-by: Nate Straz <nstraz@redhat.com>. by subrata_modak · 16 years ago
  19. 024988b Daniel Gollub <dgollub@suse.de> wrote: With 2.6.27-rc* linux/dirent.h got removed Kbuild headers_install targe and dirent struct got removed. Instead use #include <dirent.h> instead of #include <linux/dirent.h>. Garrett Cooper <yanegomi@gmail.com> wrote: It appears that asm/page.h isn't packaged with kernel.org sources anymore as of 2.6.25, according to some folks on #fedora-devel. I was just wondering a) if that's the case, b) whether or not those affected test compiles have been identified and removed / modified? If both questions are true and no one has pointed out this issue before now, I've found all of the items which don't follow this behavior: According to the folks in #fedora-devel (airlied, jwb), we shouldn't be using asm/page.h directly, but instead should be accessing everything in page.h via sysconf(2), like so: by subrata_modak · 16 years ago
  20. c777529 Don't warn that TCID, TST_TOTAL and TST_COUNT is not set when using tst_kvercmp. And. Check /proc/net/connector to see if process event connector is supported or not. Also merged some cleanups done by Matt Helsley. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>. by subrata_modak · 16 years ago
  21. 1be2a42 Appyling the actual fix for Daniel´s patch. by subrata_modak · 16 years ago
  22. e22e501 Set executable flag for netpipe.sh without chmod.sh which just performs an santiy check if the user is root to run chmod 755, which doesn't require root priviliges. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  23. 8dfa1b3 Addition of move_pages() syscall tests. The updated patch fixes the warning messages and removes the print_bitmask function (it's not used) which causes build errors on powerpc. Signed-off-by: Vijay Kumar B. <vijaykumar@bravegnu.org>. by subrata_modak · 16 years ago
  24. 1d1937a This patch adds a few tests for a variety of bind mounts. More than just shared subtrees are involved as plain --bind and plain --move are used. Read-only bind mounts are not covered by these tests however. Avantika Mathur originally wrote the tests. I've ported them to use LTP APIs and conventions. I've also modified Avantika's scripts to try and robustly cleanup after broken tests so that leftover mounts and failures at any point in a test are cleaned up thoroughly. I've made what efforts I can to follow the conventions I found in LTP FAQs and the source however there's alot here so I may have missed something. Shared bind mounts were introduced in 2.6.15. Because of this we need a tst_kvercmp command which can be invoked from a script. I've added this to ltpapicmd.c. This patch applies to the April release of LTP. I'll also be posting results for x86, x86_64, and ppc64 on a variety of kernels. In order to highlight the results contributed by this patch I've only run this portion of the patched LTP. Comments welcome. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>. by subrata_modak · 16 years ago
  25. d48c4d0 Fix for generation of HTML output for absolute paths, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  26. 3840154 Fix various printf strings to correct formatting and remove spaces, by, Randy Dunlap <rdunlap@xenotime.net> by subrata_modak · 17 years ago
  27. e47fb35 New HTML format for LTP Output by subrata_modak · 17 years ago
  28. f177494 Fixing Proper Freeing of Memory Chunks by subrata_modak · 17 years ago
  29. 9e78ade do not use variable names the same as system functions (like stime() or utime()) by vapier · 18 years ago
  30. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  31. 05272bc Correcting error messages by mreed10 · 18 years ago
  32. c2d3587 rewrite generate script into generic shell and make sure we still work even if host lacks perl by vapier · 18 years ago
  33. 57c212c eat broken whitespace by vapier · 18 years ago
  34. 0d37bdd clean up makefile funkiness by vapier · 18 years ago
  35. da6657a accept(2) takes a socklen_t, not an int by vapier · 18 years ago
  36. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  37. 9e28c8f use memcpy() instead of bcopy() by vapier · 18 years ago
  38. 9a5fd66 Applied LDFLAGS cleanup patch from Mike Frysinger. by robbiew · 18 years ago
  39. f0573fa Added tool for analyzing failures from LTP runs on the OSDL's Scaleable Test Platform (STP) by robbiew · 20 years ago
  40. 4ff98a2 Robbie removed the binary strace file. by zhanga · 20 years ago
  41. b1ca092 Added Dan Carpenter's "Strace Test": by robbiew · 20 years ago
  42. 3fbb119 Commented out top-LTP. I decided it should be an optional build. by robbiew · 21 years ago
  43. bf2f25b README by iyermanoj · 21 years ago
  44. ae84222 Forced the link of the libproc by robbiew · 21 years ago
  45. 94d595d minor update by iyermanoj · 21 years ago
  46. 5345539 utility to create rootfs to fit on a floppy this filesystem contains busybox based Linux commands and a basic shell. use this floppy to boot the machine. by iyermanoj · 21 years ago
  47. 6cb03e4 Changed the average memory usage computation section to use megabytes. This by robbiew · 21 years ago
  48. 9f20c05 Added cross compiling option for install libraries. by robbiew · 21 years ago
  49. 80af4e8 Makefile spam cleanup by robbiew · 21 years ago
  50. 42e2a21 Forcing the make file to look in /usr/include for header files. I needed to do by robbiew · 21 years ago
  51. 0547433 Added line to "install" section to install the proc library, libproc, into /lib by robbiew · 21 years ago
  52. 1023d4b Added 'gethost' to install section. by robbiew · 21 years ago
  53. abfdea6 Corrected "install" section. by robbiew · 21 years ago
  54. 99d1c07 TYPO: LTP-top to top-LTP by robbiew · 21 years ago
  55. f2e2da2 Removed the modified procps directory and replaced it with a stripped down by robbiew · 21 years ago
  56. bfe1415 Updated to be able to compute averages using large numbers....long double. by robbiew · 21 years ago
  57. e9b9da4 Added a modified version of the procps package, to allow users to have a by robbiew · 21 years ago
  58. 826d940 Unset the CC flag. by robbiew · 21 years ago
  59. 37bad3e Amos Waterland fixed the kill problem with this tool. Merging changes by iyermanoj · 21 years ago
  60. 8740aa0 warnings cleanup by robbiew · 21 years ago
  61. 45dbecc corrected install: section by robbiew · 21 years ago
  62. abf97f5 removed lint stuff by robbiew · 21 years ago
  63. 723b3af Relocated this from under /testcases/network/tools/ by robbiew · 21 years ago
  64. a905a01 Removed some lint stuff. by robbiew · 21 years ago
  65. ec6eadc warnings clean-up by robbiew · 21 years ago
  66. b03af27 Removed unused variables. by robbiew · 21 years ago
  67. bea78e9 Removed warnings for not having a return in an int function. by robbiew · 21 years ago
  68. 1e4b27a Applied clean up patch from Andreas Jaeger. by robbiew · 21 years ago
  69. f7a6ade Applied patch from Andreas Jaeger to allow this tools to build on x86-64. by robbiew · 21 years ago
  70. d537af2 Applied Andreas Jaeger's patch for library linking: by robbiew · 21 years ago
  71. d2a2909 Applied Vasan Sundar's patch: by robbiew · 21 years ago
  72. 66ea9a8 Made changes to allow non-root users to perform a 'make install'. by robbiew · 21 years ago
  73. b40e2d2 Removed some lint stuff. by robbiew · 21 years ago
  74. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  75. 0a4b4f9 Needed to make netpipe.sh executable. by robbiew · 21 years ago
  76. 87065dc Need to make this file executable. by robbiew · 21 years ago
  77. 6a0f2fb Fixed bug. by iyermanoj · 21 years ago
  78. ab96996 Corrected how NPtcp was executed. by robbiew · 21 years ago
  79. d687a08 Corrected syntax and permissions. by robbiew · 21 years ago
  80. f0252ce Decided to add the netpipe.sh script afterall... by robbiew · 21 years ago
  81. 2322140 Removed the installation of netpipe.sh...a script I planned on creating, but by robbiew · 21 years ago
  82. bbd2f76 Updated makefiles. by robbiew · 21 years ago
  83. b1cd5fc Added netpipe as a network traffic generator. by robbiew · 21 years ago
  84. a62852b Added code to set Tst_count by iyermanoj · 22 years ago
  85. 85bb011 Fixed build break ... my BAD. by iyermanoj · 22 years ago
  86. be54f6a Added load generator program stress.c to CVS. Written by Amos Waterland. by iyermanoj · 22 years ago
  87. 6c21698 Added load generator program written by Amos Waterlan to CVS. by iyermanoj · 22 years ago
  88. de99c3a Clean: condition does not need to remove the links. by iyermanoj · 22 years ago
  89. 15a72da Modified usage message incase TCID and TST_TOTAL are not set. by iyermanoj · 22 years ago
  90. b7bef36 Added SUBDIRS to build apicmds directory. by iyermanoj · 22 years ago
  91. 0931642 Fixed install part of the Makefile. Was not installing correctly. by iyermanoj · 22 years ago
  92. 0862c55 clean up by iyermanoj · 22 years ago
  93. 3681142 Added command line version of LTP harness APIs these commands will print LTP by iyermanoj · 22 years ago
  94. d81249c Fix tools/ltprun to use the new runalltests semantics - from William Jay Huie by plars · 22 years ago
  95. a700ef5 Fix a compile time warning on IA64. by nstraz · 22 years ago
  96. cba8970 Applied patch from Jay Huie <wjhuie@us.ibm.com> by robbiew · 22 years ago
  97. 0817e86 LTP automation script that uses sftp/ssh instead of ftp/telnet. by martinjn · 22 years ago
  98. 9d10051 Pulling in some fixes from SGI sources. rand_lines was dropping some by nstraz · 22 years ago
  99. 404816b Checking in Casey Abell's changes to add sar results to ltp_check by plars · 22 years ago
  100. a8dc211 Applied patch submitted by Jay Huie. by robbiew · 22 years ago