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. b863a0b Make use of ARRAY_SIZE() by Cyril Hrubis · 10 years ago
  4. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  5. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  6. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  9. 07e750a syscalls/numa: check syscall availability by Caspar Zhang · 12 years ago
  10. d534a44 update testcases to use flag for get_allowed_nodes() by Jan Stancek · 12 years ago
  11. d537be8 get_mempolicy01: dont use hardcoded NUMA node ids by Jan Stancek · 12 years ago
  12. a4bf003 get_mempolicy: fix unexpected success in negative test by Caspar Zhang · 12 years ago
  13. f8576b1 get_mempolicy: enable libnuma API == 2 by Caspar Zhang · 12 years ago
  14. daad27e get_mempolicy: cleanup format by Caspar Zhang · 12 years ago
  15. 384b3f5 get_mempolicy, mbind: use TCONF rather than TBROK by Caspar Zhang · 13 years ago
  16. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  17. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  18. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  19. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  20. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  21. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  22. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  23. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  24. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  25. 8990a20 Properly resolve mbind stuff... it was actually mempolicy tests... and it was present in more than just mbind01.c by yaberauneya · 15 years ago
  26. b8b3564 get_mempolicy01: move libnuma v2 note to numa_helpers.h. by yaberauneya · 15 years ago
  27. c6fed3d Fix the build for systems with newer versions of libnuma because it causes compilation errors (example: RHEL 5.2). The test was using libnuma 1.x API's and thus needs to be adapted to 2.x's API's. by yaberauneya · 15 years ago
  28. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  29. a95028f The patch does the following: by yaberauneya · 15 years ago
  30. d0c9e5f fix unused label warning and cleanup errno handling by vapier · 15 years ago
  31. d07f4fc Fix the failure of get_mempolicy01 test case: Test case get_mempolicy01 failure because of the the nodemask is not used when from_node is NONE type. If the from_node is NONE, nodemask_equal() is not need. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>. by subrata_modak · 15 years ago
  32. e63f96b Add/Port get_mempolicy01 test for get_mempolicy() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago