1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  3. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  4. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  5. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  6. 919dca8 extend autoconf ptrace tests by vapier · 15 years ago
  7. 27274d8 Garret added a new testcase for ptrace() syscall: The following calls ptrace(PTRACE_TRACEME, 0) for all signals and validates that all signals apart from SIGKILL are properly intercepted and WIFSTOPPED remains true, and SIGKILL is properly treated as WIFSIGNALED() && WTERMSIG() returns SIGKILL.I looked at it again this weekend, and my criterion for kill (..., 0) was incorrect. The newer version passes, and tests correct criterion, as per the manpage: by subrata_modak · 15 years ago