1. a5b38e4 This patch adds eventfd counter overflow test cases. I have cleaned up this patch - separated the test cases into its own functions and fixed a few typos. Please ignore the previous patch, and use this cleaned up patch. After the patch is applied, a "make clean" and a "make" should result in a clean build. It works perfectly for me. Anyways I am providing an updated patch with the other linux_syscall_numbers.h removed. As noted in my previous mail, there are two instances of the generated file in the CVS repo now, "include/linux_syscall_numbers.h" and "testcases/kernel/include/linux_syscall_numbers.h". The first is supposed to be a link to the second, and both are generated during the build process, and should be removed. The new patch removes both the files. Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>. by subrata_modak · 16 years ago
  2. 744305e How about introducing TCID_DEFINE? I'm not sure puttint TCID_DEFINE macro to test.h. I'm not sure using a symbol as an argument for TCID_DEFINE macro is better than using a string. (I had strong lisp backgroud:-). If this acceptable, I'll update related documents and test cases I worked. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  3. b1ef993 Intial Addition of sync_file_range() syscall test to LTP. I have developed test cases for sync_file_range() system call which will do the basic sanity (error) checking for the system call. These tests have to be run on 2.6.17 kernel and above. The test cases have been currently tested only on x86 and x86_64 architecture. Also, I have hard coded the system call number in the test case for review purposes and will be later on moving it to linux_syscall_numbers.h file in the LTP framework. The support for PowerPC was provided from 2.6.22 kernel onwards. I had not taken care of it in my previous patch. Now this is addressed. Signed-Off-By: "B. N. Poornima" <poornima@in.ibm.com>. by subrata_modak · 16 years ago
  4. 0700e4e This patch fixes a compilation warning due to the function "sync_pipe_close" which was not exported. Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com>. by subrata_modak · 16 years ago
  5. b968452 Included all of /include and /lib and /doc in the ltp-devel RPMs. By George Kraft <gk4@us.ibm.com>. by subrata_modak · 16 years ago
  6. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago
  7. 640adf4 tst_require_root(): unify root checking with this function by vapier · 16 years ago
  8. 5bff6af A patch to include all the headers for the ltp-devel package, by, George Kraft <gk4@austin.ibm.com> by subrata_modak · 16 years ago
  9. 5c9f1e0 Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com> by subrata_modak · 16 years ago
  10. 2751f26 mark test_exit as noreturn #1891129 by Marcus Meissner by vapier · 16 years ago
  11. fa9086a Add a lib routine to tell us if we are running on NFS, Submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  12. 6064c3a rather than forcing every test file to declare Tst_count extern, move it to the common header by vapier · 18 years ago
  13. b3691d7 use proper do { ... } while (0) for TEST() macro so we dont have to worry about scope issues when actually using TEST() by vapier · 18 years ago
  14. 6eaecb2 Applied Coldfire patch from Jody McIntyre: by robbiew · 19 years ago
  15. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  16. 3ffcfcd Applied fix from Greg Edwards for 64bit execution. by robbiew · 19 years ago
  17. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  18. 2e6837d Updated the TEST() macro to return long, instead of int for use with 64bit architectures. by robbiew · 19 years ago
  19. 143090a Applied patch from Ricky Ng-Adam for systems using tmpfs: by robbiew · 20 years ago
  20. 3d10833 Porting changes from John Kohl to help support compatablility LTP on Solaris, HP-UX and AIX by mridge · 20 years ago
  21. 366e189 Not needed, b/c Open POSIX Test Suite is maintained as-is under testcases. by robbiew · 21 years ago
  22. e9e0f1a Updated the header to allow the timer tests to build in 2.5 by robbiew · 21 years ago
  23. ea8740d Added the Open POSIX testsuite header to the /include directory to by robbiew · 21 years ago
  24. 255c352 rename tst_kver to tst_kvercmp by plars · 21 years ago
  25. ea696e0 Add header file lines for get_kver and tst_kver functions by plars · 21 years ago
  26. 824e05a Fix build break in test.h by plars · 22 years ago
  27. f3a83d5 Applied patch submitted by Ihno Krumreich by robbiew · 22 years ago
  28. 2888451 64bit fix from Andi Kleen by plars · 22 years ago
  29. 90b1698 reset errno to 0 before executing the system call in TEST_VOID() by plars · 22 years ago
  30. 9c25979 clear errno at the beginning of each TEST() by plars · 23 years ago
  31. 829b40a - lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap by nstraz · 24 years ago
  32. 6a91881 Cleaned out unused defines by nstraz · 24 years ago
  33. def354d Finished updating parse_opts man page, made sure everything is in sync, and removed the rest of mc_getopt. by nstraz · 24 years ago
  34. 9418108 - Removed mc_getopt.c and used getopt() instead. user defined help is now by nstraz · 24 years ago
  35. 489cc7f Updating forker to match SGI internal ptools version. by alaffin · 24 years ago
  36. 8bb5ea6 Updated the mc_getopt routine files with GPL headers. Oops, we missed a couple. by alaffin · 24 years ago
  37. cc2e555 New additions: by alaffin · 24 years ago
  38. b973f2b Initial source for rwtest/doio in LTP by whr · 24 years ago