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. 23b37f3 syscalls: use tst_get_unused_pid() by Stanislav Kholmanskikh · 10 years ago
  4. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  5. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  6. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  7. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  8. 68d7ef4 sched_getaffinity: remove unused testcase by Caspar Zhang · 12 years ago
  9. 6988c98 sched_getaffinity: cleanup format by Caspar Zhang · 12 years ago
  10. b0a973a "return 1" should be replaced with "tst_exit()" by Garrett Cooper · 14 years ago
  11. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  12. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  13. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  14. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  15. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  16. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  17. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  18. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  19. df3eb16 Deal with a lot of annoying style nits. 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. c8319c8 Make non-existent pid subtestcase more robust. by Garrett Cooper · 14 years ago
  23. a224a0f Whitespace (ish). by Garrett Cooper · 14 years ago
  24. f61899f Fix the bug of the smaller cpu_set_t's length in sched_getaffinity01. sched_getaffinity01 test failed because the len of cpu_set_t in the glibc is smaller than the length of the cpumask in the kernel. So we must use the dynamically sized CPU sets instead of the standard cpu_set_t. This patch fix this problem. Before using this patch, the test result is following: by subrata_modak · 15 years ago
  25. 848fcd3 clean up printf strings and errno handling, and punt useless errnochoose() by vapier · 15 years ago
  26. 57e3435 Add/Port sched_getaffinity01 test for sched_getaffinity() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago