| Age | Commit message (Expand) | Author |
| 2017-04-13 | Paranoia... keep vmspace reference while doing pmap_procwr | skrll |
| 2017-03-24 | Instead of copying parts of sigswitch to process_stoptrace, use it directly. | christos |
| 2017-03-23 | kern/5201{2,8,9}: Fix PT_SYSCALL stopping. | christos |
| 2017-03-22 | Reduce #ifdefs | skrll |
| 2016-11-02 | * Split sys/kern/sys_process.c into three parts: | pgoyette |
| 2016-10-19 | PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel | skrll |
| 2016-10-15 | KNF | skrll |
| 2016-10-14 | Trailing whitespace | skrll |
| 2016-10-14 | KNF | skrll |
| 2016-09-29 | Introduce and use PROC_PTRSZ() to handle differing pointer size 64->32 | christos |
| 2016-05-25 | Introduce security.pax.mprotect.ptrace sysctl which can be used to bypass | christos |
| 2016-04-04 | Split p_xstat (composite wait(2) status code, or signal number depending | christos |
| 2016-01-09 | When doing an unlock/relock dance to avoid lock inversion, it's important | dholland |
| 2015-07-02 | Support PIOD_READ_AUXV so that gdb can handle PIE binaries. From OpenBSD. | christos |
| 2014-11-24 | Don't return early when the incorrect size is passed to some of the | christos |
| 2014-09-21 | remove casts to the same type. | christos |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2011-09-06 | PR# kern/45330: ptrace: signals can alter syscall return values | jmcneill |
| 2011-09-02 | add support for PRACE_FORK. | christos |
| 2011-08-31 | PR# kern/45312: ptrace: PT_SETREGS can't alter system calls | jmcneill |
| 2011-08-30 | Process the signal now, otherwise calling issignal() and ignoring | christos |
| 2011-08-29 | PR# kern/43681: PT_SYSCALL appears to be broken | jmcneill |
| 2011-07-03 | avoid some uninitialised variable warnings from GCC. | mrg |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-04-07 | fix build for ports that don't have PT_STEP (Havard Eidnes) | christos |
| 2010-04-06 | PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to | christos |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-04 | Install floppies (haha) don't get built with ktrace/ptrace, so they don't | elad |
| 2009-10-02 | Move rlimit policy back to the subsystem. | elad |
| 2009-10-02 | Move ptrace's security policy back to the subsystem itself. | elad |
| 2009-06-28 | wrap a long line. | yamt |
| 2009-02-04 | PR kern/36183 problem with ptrace and multithreaded processes | ad |
| 2009-01-22 | malloc -> kmem_alloc | yamt |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-09-27 | Pull in a fix from wrstuden-revivesa: | wrstuden |
| 2008-08-28 | process_stoptrace: fix a locking botch. | yamt |
| 2008-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-05-13 | sys_ptrace: fix a locking botch. PR/38649 from Martin Husemann. | yamt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-02-24 | Set p->p_trace_enabled in fork and whenever the controlling falgs change | dsl |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-05 | Don't pass curlwp into process_stoptrace() | dsl |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-10-24 | Make ras_lookup() lockless. | ad |