1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  3. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  4. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  5. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  6. 5df0260 Add usctest.h, fix test.h include. by Garrett Cooper · 14 years ago
  7. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  8. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  9. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  10. 47745f6 Veerendra <veeren@linux.vnet.ibm.com> reported: In the latest LTP release ( LTP-full-20081130) the make is failing for Power machines for the 'utimensat' tests. by subrata_modak · 16 years ago
  11. 24fc213 when building Debian ltp package on alpha, the package failed to build, because alpha lacks some of the syscalls (the xxx_16 ones). See: by subrata_modak · 16 years ago
  12. 0f27b4f I have seen that in some of my systems, utimensat fails to build because of some definitions missing in system headers. Do, you think we can apply the following patch: Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  13. 592f957 utimensat01 give a build error when __NR_utimensat is not set because test.h is not included. It also gives a link error because TCID is not defined. This patch fixes these issues. Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>. by subrata_modak · 16 years ago
  14. 317251d The following problem i found: by subrata_modak · 16 years ago
  15. 8e1b00f Changes to fix Build, Install and run on non-supported architectures. by subrata_modak · 16 years ago
  16. 2743968 utimensat() syscall was introduced from linux-2.6.22 onwards. Michael wrote the initial testcases, and, the same is being contributed to LTP under GPLv2. I worked out a patch for this. Though this is not using LTP specific libraries at the moment. But the tests run well and tests 99 separate variations. Michael has written it through itś length and breadth. I generated the code coverage (9.2%) over 2.6.25-gcov kernel, which however was not built with <make allmodconfig> option. Please see it attached along with a draft man page of utimensat(), created by Michael. Let us know how do you feel about this test. We can then go ahead and add this to LTP. Signed-off-by Michael Kerrisk <mtk.manpages@googlemail.com>. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago