2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Try to diagnose errors due to Ubuntu's ptrace_scope sysctl. More... over 14 years ago
Fix compilation on amd64. More... over 14 years ago
Check for Linux in an #ifdef for clarity. More... over 14 years ago
Handle attaching to processes that are already session leaders. More... over 14 years ago
Fix a compiler error in ptrace.c More... over 14 years ago
Add a note about terminal state after attaching with reptyr. More... over 14 years ago
Better error handling if setsid() fails. More... over 14 years ago
Add a synopsis line for clarity. More... over 14 years ago
Add a COPYING and README. More... over 14 years ago
Better status reporting during attach. More... over 14 years ago
Break out prototypes into a header file. More... over 14 years ago
Better error reporting if attaching to a child fails. More... over 14 years ago
ptrace: Make error handling consistent. More... over 14 years ago
Add a minimal usage message. More... over 14 years ago
Fix the rt_sigaction call. More... over 14 years ago
Improve error-reporting on attach failures somewhat. More... over 14 years ago
Actually kill stub.c More... over 14 years ago
Remove superfluous define of _XOPEN_SOURCE. More... over 14 years ago
Remove the defunct 'stub' target. More... over 14 years ago
Add a 'clean' target. More... over 14 years ago
Use syscalls that are available on amd64. More... over 14 years ago
Check in my NOTES file. More... over 14 years ago
ptrace.c: Don't spin forever if the child gets a weird signal. More... over 14 years ago
Don't allow the child to run unchecked between two syscalls. More... over 14 years ago
Checkpoint working version. More... over 14 years ago
Checkpoint overwriting child fd's. More... over 14 years ago
const fix for memcpy_to_child More... over 14 years ago
Checkpoint attach work-in-progress. More... over 14 years ago
Implement memcpy to/from child. More... over 14 years ago
Start to separate ptrace.c into a library. More... over 14 years ago