| Age | Commit message (Expand) | Author |
| 2023-02-25 | Trailing whitespace | skrll |
| 2022-07-01 | Uglify code to fix build. | prlw1 |
| 2022-07-01 | fork(2): Plug leaks in proc_alloc error branch. | riastradh |
| 2021-10-10 | Changes to make EVFILT_PROC MP-safe: | thorpej |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-12 | Remove the stub support of CLONE_PID in clone(2) | kamil |
| 2020-05-07 | On debugger attach to a prestarted process don't report SIGTRAP | kamil |
| 2020-04-24 | Overhaul the way LWP IDs are allocated. Instead of each LWP having it's | thorpej |
| 2020-04-14 | Set p_oppid always, not just when a parent is traced | kamil |
| 2020-04-06 | Reintroduce struct proc::p_oppid | kamil |
| 2020-04-05 | - Untangle spawn_return by splitting it up to sub-functions. | christos |
| 2020-03-01 | child_return(): | ad |
| 2020-01-29 | - Track LWPs in a per-process radixtree. It uses no extra memory in the | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-11-23 | Minor scheduler cleanup: | ad |
| 2019-10-12 | Remove p_oppid from struct proc | kamil |
| 2019-09-30 | Move TRAP_CHLD/TRAP_LWP ptrace information from struct proc to siginfo | kamil |
| 2019-06-13 | Correct use-after-free issue in vfork(2) | kamil |
| 2019-05-03 | Register KTR events for debugger related signals | kamil |
| 2019-05-01 | Correct handling of corner cases in fork1(9) code under a debugger | kamil |
| 2019-05-01 | Add eventswitch() in signal code | kamil |
| 2019-04-07 | Add a paranoid racy lock check in child_return() | kamil |
| 2019-04-06 | Centralized shared part of child_return() into MI part | kamil |
| 2019-04-05 | Correct distinguishing fork/vfork tracing event in fork1(9) | kamil |
| 2019-04-03 | Rework the fork(2)/vfork(2) event signalling under ptrace(2) | kamil |
| 2018-05-01 | Implement PTRACE_VFORK | kamil |
| 2018-04-16 | Remove the rnewprocp argument from fork1(9) | kamil |
| 2017-11-07 | Store full executable path in p->p_path as discussed in tech-kern. | christos |
| 2017-04-21 | - Propagate the signal mask from the ucontext_t to the newly created thread | christos |
| 2017-03-31 | spaces to tab | skrll |
| 2017-03-31 | PR kern/52117: move stop code for debuged children after fork into MI code. | martin |
| 2017-01-13 | Add support for PTRACE_VFORK_DONE and stub for PTRACE_VFORK in ptrace(2) | kamil |
| 2017-01-10 | Introduce new si_code for SIGTRAP: TRAP_CHLD - process child trap | kamil |
| 2017-01-09 | Cleanup dead code after revert of racy vfork(2) commit | kamil |
| 2016-11-04 | deduplicate the complex lock reparent dance. | christos |
| 2016-01-09 | When doing an unlock/relock dance to avoid lock inversion, it's important | dholland |
| 2015-10-02 | Change SDT (Statically Defined Tracing) probes to use link sets so that it | christos |
| 2013-11-22 | convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. | christos |
| 2013-06-09 | Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes | riz |
| 2012-07-27 | revert racy vfork() parent-blocking-before-child-execs-or-exits code. | christos |
| 2012-07-22 | fork1: fix use-after-free problems. Addresses PR/46128 from Andrew Doran. | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-03-02 | - Add __cacheline_aligned for nprocs, make fork_tfmrate static. | rmind |
| 2012-02-02 | Disable PTRACE_FORK for vforked() children, because the parent is waiting | christos |
| 2011-09-02 | Add support for PTRACE_FORK. NB: This does not (yet) work for vfork(), because: | christos |
| 2011-08-23 | don't use lwp_setprivate in fork, but copy the private lwp member directly | christos |
| 2011-05-14 | fork1: fix stop-on-fork case, lend a correct lock to LWP for LSSTOP state. | rmind |
| 2011-05-01 | - Remove FORK_SHARELIMIT and PL_SHAREMOD, simplify lim_privatise(). | rmind |
| 2011-04-26 | Remove IRIX emulation | joerg |
| 2011-04-24 | - Move some checks into mqueue_get() and avoid some duplication. | rmind |