1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start program to determine some of the platform constants More... over 17 years ago
Make sure that all ptrace syscalls that affect whether a process is running go through ptlib (for later process state caching) More... over 17 years ago
Add missing include More... over 17 years ago
Add proxy calls for powerpc to common linux ptlib functions More... over 17 years ago
Make sure it's not mandatory to use the os level ptlib_ functions More... over 17 years ago
Over protective #ifdef - only *at functions need to be conditioned on HAVE_OPENAT More... over 17 years ago
Release version 0.07 More... over 17 years ago
Fix compilation error if fstatat and friends are only partially defined More... over 17 years ago
Guard all of the "at" functions from platforms on which they are not defined More... over 17 years ago
Release version 0.06 More... over 17 years ago
Add support for symlinkat More... over 17 years ago
Add support for mkdirat More... over 17 years ago
Add support for openat More... over 17 years ago
Fix bug with mknod implementation - saved state after started changing the parameters More... over 17 years ago
Improve handling of execve and SIGTRAP with a debugger More... over 17 years ago
Fix debugger reporting when returning from handled syscalls More... over 17 years ago
Activate the mknodat support More... over 17 years ago
Add support for mknodat More... over 17 years ago
Fix i386 ptlib_success to use default success test unless the syscall is explicitly known to be different More... over 17 years ago
Add support for fchownat and fchmodat More... over 17 years ago
Fix incorrect use of hyphen as minus in the man page More... over 17 years ago
Release version 0.05 More... over 17 years ago
Remove bug documentation for resolved emulated wait bug More... over 17 years ago
Call the actual "wait" function when the event waited on is required to rip a zombie More... over 17 years ago
Slight rearrangement of code More... over 17 years ago
Revert change in debugger/child synchronization (caused the process to sometimes visibly halt, requiring the "fg" command to continue) Added a SIGUSR1 based synchronization mechanism, so that the debugger does not handle "wait" before the child was actually run More... over 17 years ago
Bug in ptlib_get_string - added the offset twice More... over 17 years ago
Divert all "Wait" calls through our implementation Track the debugged state separately from the syscall state More... over 17 years ago
Disable unused code Fix regression on PowerPC platform More... over 17 years ago
Keep debugger state separately from process state More... over 17 years ago