1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 343b13f ptrace: check signal status in main thread by Mike Frysinger · 13 years ago
  3. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  4. 0dadde1 support ptrace on sparc by vapier · 15 years ago
  5. 91a53d3 Some ancient copies of glibc (2.3.3, 2.3.4) don't expose PTRACE_GETSIGINFO and PTRACE_SETSIGINFO, so let's the conditionalize them. by yaberauneya · 15 years ago
  6. 971c9e8 add some simple trace code to help with debugging by vapier · 15 years ago
  7. c444d05 make strptrace() inline to avoid unused warnings by vapier · 15 years ago
  8. 8747e0a use feedback from Jan Kratochvil so we wait for the child to be stopped before we attempt to ptrace it by vapier · 16 years ago
  9. 90a8fb4 The new ltp-full-20080930.tgz seems to include some new ptrace tests (ptrace04 and ptrace06) that do a #include for spawn_ptrace_child.c. Now I find that if I do a "make clean" it removes this spawn_ptrace_child.c ... is this expected and desired? Also is there supposed to be a way to generate the spawn_ptrace_child.c and any other files removed after "make clean" ? Thanks, - Mark Ver. by subrata_modak · 16 years ago[Renamed from testcases/kernel/syscalls/ptrace/spawn_ptrace_child.c]
  10. a6e0aa5 On ppc/ppc64, PTRACE_GETREGS and PTRACE_SETREGS don't be defined in /usr/include/sys/ptrace.h. So add checks before use them. Signed-off-by: Jin Bing Guo <guojb@cn.ibm.com>. by subrata_modak · 16 years ago
  11. c665df7 add a define-to-string function for ptrace values by vapier · 16 years ago
  12. feaa820 split child spawn code off into sep file for other ptrace code to leverage by vapier · 16 years ago