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. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  4. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  5. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 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. 07e750a syscalls/numa: check syscall availability by Caspar Zhang · 12 years ago
  9. d534a44 update testcases to use flag for get_allowed_nodes() by Jan Stancek · 12 years ago
  10. a03a9d9 mbind01: dont use hardcoded NUMA node ids by Jan Stancek · 12 years ago
  11. 6e914e0 syscalls/mbind01: enable libnuma API == 2 by Caspar Zhang · 12 years ago
  12. 459abbd syscalls/mbind01: cleanup format by Caspar Zhang · 12 years ago
  13. 384b3f5 get_mempolicy, mbind: use TCONF rather than TBROK by Caspar Zhang · 13 years ago
  14. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  15. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  16. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  17. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  18. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  19. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  20. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  21. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  22. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  23. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  24. 8e1a947 MPOL_* constants were missing as noted by Rishi and Iranna. by Garrett Cooper · 14 years ago
  25. f4fe6aa Neuter test if linux/mempolicy.h isn't present. by yaberauneya · 15 years ago
  26. 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
  27. 24d2011 Add improved checks for mbind(2) syscalls, because... by yaberauneya · 15 years ago
  28. b8b3564 get_mempolicy01: move libnuma v2 note to numa_helpers.h. by yaberauneya · 15 years ago
  29. 297d86b Get rid of an unused var. by yaberauneya · 15 years ago
  30. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  31. 6eb4bde 1. Disable the test whenever the appropriate headers and syscalls don't exist so this will compile on systems without numa and without. by yaberauneya · 15 years ago
  32. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  33. 2130b5e mbind01: Fix the bug of mind case10: I tested ltp mbind01 case and found the case10 failed. In case10, the expect errno is EFAULT. In mbind manual, it says "EFAULT Part or all of the memory range specified by nodemask and maxnode points outside your accessible address space.". So the case should use invalid "nodemask" instead of invalid "p" to test. Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>. by subrata_modak · 15 years ago
  34. 3c2d60d mbind01: Fix the bug of mind case06: I tested ltp mbind case and found the case06 failed. In mbind manual, it says "If the nodemask and maxnode arguments specify the empty set, then the memory is allocated on the node of the CPU that triggered the allocation." In case06, when tc->policy is MPOL_PREFERRED and tc->from_node is NONE, the getnodemask which is get by get_mempolicy() refer to the node of the CPU that triggered the allocation. But the nodemask is zero.(It is not used by mbind(), mbind() used "NULL".). So in this case, the cmp_ok should only compare the policy. Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>. by subrata_modak · 15 years ago
  35. 736e4b4 mbind01: Fix the bug of result output: I tested ltp mbind case and found the result is error as follows: by subrata_modak · 15 years ago
  36. fa09c3a Add/Port mbind01 test for mbind() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago