1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  4. 07e750a syscalls/numa: check syscall availability by Caspar Zhang · 12 years ago
  5. d534a44 update testcases to use flag for get_allowed_nodes() by Jan Stancek · 12 years ago
  6. d537be8 get_mempolicy01: dont use hardcoded NUMA node ids by Jan Stancek · 12 years ago
  7. a4bf003 get_mempolicy: fix unexpected success in negative test by Caspar Zhang · 12 years ago
  8. f8576b1 get_mempolicy: enable libnuma API == 2 by Caspar Zhang · 12 years ago
  9. daad27e get_mempolicy: cleanup format by Caspar Zhang · 12 years ago
  10. 384b3f5 get_mempolicy, mbind: use TCONF rather than TBROK by Caspar Zhang · 13 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. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  14. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  15. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  16. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  17. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  18. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  19. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  20. 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
  21. b8b3564 get_mempolicy01: move libnuma v2 note to numa_helpers.h. by yaberauneya · 15 years ago
  22. 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
  23. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  24. a95028f The patch does the following: by yaberauneya · 15 years ago
  25. d0c9e5f fix unused label warning and cleanup errno handling by vapier · 15 years ago
  26. 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
  27. 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