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. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  4. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  5. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  6. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  7. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  8. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  9. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  10. d283b3b ptrace.h: Let's try THIS for solving the compile issue on ia64... by yaberauneya · 15 years ago
  11. 08984c5 ptrace.h: Nevermind. The last commit was bogus -- we do need those #if !defined's.. by yaberauneya · 15 years ago
  12. a5dad42 ptrace04.c: Avoid compile errors on some archs if the appropriate headers are missing and thus the structure is undefined by wrapping with preprocessor define: HAVE_STRUCT_PTRACE_REGS. by yaberauneya · 15 years ago
  13. 919dca8 extend autoconf ptrace tests by vapier · 15 years ago
  14. dcc74a4 tweak how we notify unsupported arches so the code is always compiled by vapier · 15 years ago
  15. a469a37 revert previous "style" change which did a lot more damage than good by vapier · 15 years ago
  16. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  17. 9a9a569 add _GNU_SOURCE for strsignal in spawn_ptrace_child.h by vapier · 16 years ago
  18. 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
  19. b6f710a compare register states before/after the exec system call by vapier · 16 years ago
  20. feaa820 split child spawn code off into sep file for other ptrace code to leverage by vapier · 16 years ago
  21. 9ad1a88 output the actual values returned by ptrace when detecting a register compare failure by vapier · 16 years ago
  22. 488d045 add a test case for comparing PEEKUSER to GETREGS by vapier · 16 years ago