1. e8aeb6b syscalls/sched_getaffinity: Cleanup && Convert to new API by Yang Xu · 5 years ago
  2. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  3. b564454 Make use of SAFE_SYSCONF() by Cyril Hrubis · 7 years ago
  4. 817d809 Rename linux_syscall_numbers.h to lapi/syscalls.h by Richard Palethorpe · 7 years ago
  5. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 10 years ago
  6. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  7. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  8. 23b37f3 syscalls: use tst_get_unused_pid() by Stanislav Kholmanskikh · 10 years ago
  9. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  10. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  11. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  12. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  13. 68d7ef4 sched_getaffinity: remove unused testcase by Caspar Zhang · 13 years ago
  14. 6988c98 sched_getaffinity: cleanup format by Caspar Zhang · 13 years ago
  15. b0a973a "return 1" should be replaced with "tst_exit()" by Garrett Cooper · 14 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. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  19. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  20. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  21. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  22. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  23. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  24. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  25. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  26. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  27. c8319c8 Make non-existent pid subtestcase more robust. by Garrett Cooper · 14 years ago
  28. a224a0f Whitespace (ish). by Garrett Cooper · 14 years ago
  29. 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
  30. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  31. 848fcd3 clean up printf strings and errno handling, and punt useless errnochoose() by vapier · 15 years ago
  32. 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