1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. 8b35601 Remove tst_exit() that follows tst_brkm() by Cyril Hrubis · 10 years ago
  4. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  5. f1fd767 io_submit01: make sure that ctx is invalid in each loop by Jan Stancek · 10 years ago
  6. 42c5898 io_submit01: make sure uninitialized iocb fails by Jan Stancek · 10 years ago
  7. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  8. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  9. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  10. 07694a1 io_submit: uninitialized iocb may not return -EINVAL by Jan Stancek · 12 years ago
  11. adfd02e io_submit: fix broken testcase by Caspar Zhang · 13 years ago
  12. d8a90be Fix the io_* tests. by Cyril Hrubis · 13 years ago
  13. 54587dd Attempt to fix testcases. by Garrett Cooper · 14 years ago
  14. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  15. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  16. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  17. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  18. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  19. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  20. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  21. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  22. 358c3ee Printf-style format string warnings (TEST_RETURN related): this patch fixes some printf-format string warnings, concerning the TEST_RETURN variable. TEST_RETURN is declared as "long", so it is advisable to use "%ld" in printf format string to avoid undefined behaviour. Note that this patch is not complete - it fixes the warnings in files near the beginning of the alphabet only. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  23. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  24. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  25. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  26. 79cefc1 Removed check_header from Makefile of io_* testcases and use autoconf instead of the macro. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  27. fbe63e8 I've understood the explanation and I've confirmed the correctness. But I think the behavior of io_submit(ctx, 0, (void*)-1 ) on ppc64 is interesting. So I don't like to throw io_submit(ctx, 0, (void*)-1 ) test case away <A>. Also I'd like to dig the kernel more <B>. For <B> I'd like to submit following patch to lkml in the future: by subrata_modak · 16 years ago
  28. 18dc0c2 Sorry, I took mistake in giving value to TST_* in io_setup01.c and io_submit01.c. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  29. c5792c9 Porting of io_destroy(), io_getevents(), io_setup() & io_submit() syscall tests from Crackerjack to LTP, by Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago