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. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  4. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  5. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  6. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  7. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  8. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  9. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  10. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  11. ec6edca Add missing newline at end of file by Chris Dearman · 12 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. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  15. 6b83f26 1. Conform to ltp_signal.h 2. Fix some format strings with inttypes.h by yaberauneya · 15 years ago
  16. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  17. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  18. c28532e This patch fixes the logic of #ifdefs in the signalfd testcase. The problem was, that if our own syscall was used, no test would actually be compiled (because of #else between those two pieces of code). This patch also fixes this compile error: by subrata_modak · 16 years ago
  19. e94ba55 - Type definitions defined in header files included from sys/signalfd.h and type definitions defined in sys/signalfd.h are conflicted. by subrata_modak · 16 years ago
  20. 2ba926e only define signalfd() when it actually gets used -- i.e. when !USE_STUB by vapier · 16 years ago
  21. 48c51ee use a macroname that isnt crazy long by vapier · 16 years ago
  22. 0dca7e5 cleanup style with Lindent by vapier · 16 years ago
  23. 3d8666c I've clean my signalfd test case up with autoconf. After applying the patch, do at ltp/ by subrata_modak · 16 years ago
  24. ec61b34 Thanks. Attached page is based on your advise. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. However, the page tells *older* version of 2.6.23 uses signo instead of ssi_signo as a field name. Subrata, could you try the patch on your 2.6.27 first. by subrata_modak · 16 years ago
  25. 45d4750 Garrett, thank you for input. I think my patch works as you wrote. My patch tries sys/signalfd.h then linux/signalfd.h. So I can say my patch tries "whatever's the newest standard"(glibc header file) then "deprecated version"(no glibc header but kernel header file). It is important point. Thank you. CROSS_CFLAGS should be considered when checking the existance of header file. I update the last patch. It does by subrata_modak · 16 years ago
  26. 89d3b4a Addition of signalfd() syscall test case(s) to LTP. Signed-Off-By: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago