1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug PTRACE_SYSTRACE should apply to the child, not the parent Some more code cleanups dlog is a macro containing "if" - modifies "else" parent if not inside block More... over 17 years ago
Add support for ptrace peek and poke strace now gets as far as calling the first process More... over 17 years ago
Add support for PTRACE_SYSCONT and PTRACE_CONT More... over 17 years ago
Better checks for sanity and fringe cases When calling PTRACE_SYSCALL and PTRACE_CONT, make sure it's the CHILD that gets put on hold :-) More... over 17 years ago
Use our emulated wait always wider ptrace support (not complete yet) More... over 17 years ago
Switch debugger/child synchronization mechanism - use signals instead of pipes More... over 17 years ago
More ptrace related stuff Infrastructure for notifying debuggers when something happens with the debugees More... over 17 years ago
Beginning of recursive debugger implementation Some code cleanup More... over 17 years ago
Fix references to wrong directory name for asm include Fix wrong check for persistent file existance More... over 17 years ago
Update change log and version number to 0.04 More... over 17 years ago
Make sure the correct stat file is used even if the path is relative and the daemon changes dir to / More... over 17 years ago
Referred to incorrect syscall functions for stat More... over 17 years ago
Adapt dynamic build env to also work for i386 More... over 17 years ago
Modify the build system (for PowerPC) to not compile libarch using automake More... over 17 years ago
Add support (almost working perfectly) for Linux/PowerPC More... over 17 years ago
Update version number and change log to 0.03 More... over 17 years ago
Add storing of persistent state between runs More... over 17 years ago
chmod would override the file type log improvements More... over 17 years ago
Use platform indep method for formating dev, inode and pid types More... over 17 years ago
Zero the process memory during "execve" and not during "fork" More... over 17 years ago
Clean up all the aborts in the code - make sure they all issue a log before aborting Remove unneeded abort inside chmod More... over 17 years ago
Update version number, changelog and README for version 0.02 More... over 17 years ago
Implement the symlink syscall More... over 17 years ago
Rename the -d option to -l Add -d to mean "no detach" Add copyright notice if no argument was given More... over 17 years ago
Add tracking (and owner override) of directory creation Fix problem with hangs if chown fails More... over 17 years ago
Move handling of the REDIRECT1 state, which is just a filler state, to the master handler Fixed problem with mknod, where it would not put an override in if it was used to create anything other than a device More... over 17 years ago
Add support for "open" creating a file Separate the context in which in-process state is stored, and the context where ptlib stores state More... over 17 years ago
Spelling mistake in error message about unsupported platforms More... over 17 years ago
Support creation of entries via mknod (including device files) More... over 17 years ago
stat will only override the 07000 part (the SUID stuff) of the mode. The rest is taken from the real thing Will only override the type if the destination type is a device and the source file is a regular file. If the above is not the case, the file types have to match, or the override is marked as corrupt and is removed More... over 17 years ago