| Age | Commit message (Expand) | Author |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2020-11-04 | Merge the two separate sets of init/fini routines and unbreak the build. | pgoyette |
| 2020-11-04 | Finish the proper naming of the module init/fini routines. Should | pgoyette |
| 2020-11-01 | Separate the compat_netbsd32_coredump from the compat_netbsd32 and | pgoyette |
| 2020-10-25 | ptrace_Common is a module unto itself. Don't use the ptrace module's | pgoyette |
| 2020-10-20 | Basic register read/write functionality and lwp setting are always provided | christos |
| 2020-10-19 | Rollback unintended changes in the previous commit | kamil |
| 2020-10-19 | Remove obsolete references to 4.4BSD papers | kamil |
| 2020-10-15 | Fix the machine-dependent ptrace requests to respect LWP number | mgorny |
| 2020-05-30 | Introduce PTRACE_REGS_ALIGN, and on x86, enforce a 16-byte alignment, due | maxv |
| 2020-05-26 | Avoid taking lwp_lock when calling process_sstep() for sibling LWPs | kamil |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-14 | Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASS | kamil |
| 2020-05-08 | Clear PSL_TRACEDCHILD on ptrace(PT_DETACH) | kamil |
| 2020-02-22 | pass the address of the field, instead of relying on it being the first | maxv |
| 2020-01-03 | Correct the rule to iterate over LWPs with PT_LWPNEXT and PT_LWPINFO | kamil |
| 2019-12-26 | Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new file | kamil |
| 2019-12-25 | Cast PTRACE_LWP_GETPRIVATE to (void *) through (intptr_t) | kamil |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-11-22 | Fix regression introduced to ptrace_regs() in rev 1.27: | rin |
| 2019-11-17 | Fix pointer arithmetic for 32-bit process on LP64 kernel in | rin |
| 2019-11-13 | Return success if no coredump module is loaded/hooked. | pgoyette |
| 2019-11-10 | Convert the coredump_vec modular function pointer to use the new | pgoyette |
| 2019-10-16 | Add and use __FPTRCAST, requested by uwe@ | christos |
| 2019-10-16 | Add void * function pointer casts. There are different ways to "fix" those | christos |
| 2019-10-12 | Avoid signed integer overflow for -lwp where lwp is INT_MIN | kamil |
| 2019-10-09 | Introduce new ptrace(2) operation PT_STOP | kamil |
| 2019-10-08 | Correct the same expression on both sides of | | kamil |
| 2019-10-07 | Fix typo in a comment | kamil |
| 2019-10-03 | Add two KASSERTS in the ptrace(2) kernel code | kamil |
| 2019-10-03 | Separate flag for suspended by _lwp_suspend and suspended by a debugger | kamil |
| 2019-10-01 | Remove 2 static asserts from the kernel ptrace code | kamil |
| 2019-10-01 | Restore the old behavior in PT_GET_PROCESS_STATE | kamil |
| 2019-09-30 | Move TRAP_CHLD/TRAP_LWP ptrace information from struct proc to siginfo | kamil |
| 2019-07-18 | Enhance locking of ptrace_update_lwp | kamil |
| 2019-06-29 | Fix bug, don't release the reflock if we didn't take it in the first place. | maxv |
| 2019-06-24 | the tracer, not the tracee determine if we are going to convert the ptrace | christos |
| 2019-06-11 | Add support for PTRACE_POSIX_SPAWN to report posix_spawn(3) events | kamil |
| 2019-05-25 | Relax prohibition of Program Counter set to 0x0 in ptrace(2) | kamil |
| 2019-05-10 | Fix typo: PT_GETFOREGS -> PT_GETFPREGS (NFC) | mgorny |
| 2019-05-02 | Allow cancelled byte transfer in ptrace(2) again | kamil |
| 2019-05-01 | Disallow resuming program with PC=0x0 in ptrace(2) | kamil |
| 2019-04-30 | Reject ptrace(2) PIOD_READ/WRITE operations with length 0 | kamil |
| 2019-04-30 | Return EIO for empty memory transfer from ptrace(2) | kamil |
| 2019-04-26 | Set the "required modules" to NULL, not to an empty string. | pgoyette |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-11-29 | Fix stack info leak. | maxv |
| 2018-06-23 | Add some debugging in case someone else wants to debug gdb... | christos |
| 2018-05-30 | Simplify comparison of two processes | kamil |
| 2018-05-29 | Harden PT_ATTACH in ptrace(2) | kamil |