| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] | Gordon Tetlow | 2017-11-15 | 1 | -2/+2 |
| * | MFC 289636: | John Baldwin | 2015-11-06 | 1 | -1/+1 |
| * | MFC 288902: | John Baldwin | 2015-11-06 | 1 | -18/+23 |
| * | MFC r289660,r289664: | Konstantin Belousov | 2015-11-03 | 1 | -2/+13 |
| * | MFC r289658: | Konstantin Belousov | 2015-11-03 | 1 | -1/+1 |
| * | MFC 287386,288949,288993: | John Baldwin | 2015-10-23 | 1 | -0/+11 |
| * | MFC r283924 | Eric van Gyzen | 2015-10-02 | 1 | -1/+1 |
| * | MFC 283281,283282,283562,283647,283836,284000,286158: | John Baldwin | 2015-09-09 | 1 | -2/+9 |
| * | MFC r283889,r283891: | Xin LI | 2015-06-15 | 1 | -0/+1 |
| * | MFC 283546: | John Baldwin | 2015-06-13 | 1 | -1/+74 |
| * | Merge reaper facility. | Konstantin Belousov | 2015-01-05 | 1 | -194/+0 |
| * | MFC 272449: | John Baldwin | 2014-10-17 | 1 | -1/+1 |
| * | MFC r269656: | Konstantin Belousov | 2014-08-21 | 1 | -9/+1 |
| * | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 1 | -0/+195 |
| * | Revert r253939: | Attilio Rao | 2013-08-05 | 1 | -6/+5 |
| * | The page hold mechanism is fast but it has couple of fallouts: | Attilio Rao | 2013-08-04 | 1 | -5/+6 |
| * | Switch some "low-hanging fruit" to acquire read lock on vmobjects | Attilio Rao | 2013-04-08 | 1 | -5/+5 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -5/+6 |
| * | Merge from vmobj-rwlock branch: | Attilio Rao | 2013-02-26 | 1 | -1/+0 |
| * | When vforked child is traced, the debugging events are not generated | Konstantin Belousov | 2013-02-07 | 1 | -0/+2 |
| * | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -3/+1 |
| * | Always initialize pl_event. | Konstantin Belousov | 2012-08-08 | 1 | -0/+1 |
| * | If you have pressed CTRL+Z and a process is suspended, then you use gdb | David Xu | 2012-07-09 | 1 | -4/+4 |
| * | Allow the parent to gather the exit status of the children reparented | Konstantin Belousov | 2012-02-23 | 1 | -3/+0 |
| * | Mark the automatically attached child with PL_FLAG_CHILD in struct | Konstantin Belousov | 2012-02-10 | 1 | -0/+2 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
| * | Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick) | David E. O'Brien | 2011-06-17 | 1 | -0/+9 |
| * | We should not return ECHILD when debugging a child and the parent does a | David E. O'Brien | 2011-06-14 | 1 | -2/+6 |
| * | Add macro to test the sv_flags of any process. Change some places to test | Dmitry Chagin | 2011-01-26 | 1 | -1/+1 |
| * | Allow debugger to specify that children of the traced process should be | Konstantin Belousov | 2011-01-25 | 1 | -1/+15 |
| * | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | Alan Cox | 2010-12-20 | 1 | -63/+17 |
| * | Add the ability for GDB to printout the thread name along with other | Attilio Rao | 2010-11-22 | 1 | -0/+3 |
| * | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -14/+3 |
| * | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused | Konstantin Belousov | 2010-07-04 | 1 | -3/+62 |
| * | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -3/+3 |
| * | Ignore the 'addr' argument passed to PT_STEP (it is required to be '1' | John Baldwin | 2010-05-25 | 1 | -14/+20 |
| * | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 1 | -2/+6 |
| * | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 1 | -4/+4 |
| * | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -16/+14 |
| * | Initialize pve_fsid and pve_fileid to VNOVAL. | Marcel Moolenaar | 2010-02-11 | 1 | -0/+3 |
| * | o Add support for COMPAT_IA32. | Marcel Moolenaar | 2010-02-11 | 1 | -69/+123 |
| * | Unbreak building kernels with COMPAT_32 enabled. The actual support | Marcel Moolenaar | 2010-02-09 | 1 | -0/+19 |
| * | Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can | Marcel Moolenaar | 2010-02-09 | 1 | -0/+103 |
| * | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | Konstantin Belousov | 2010-01-23 | 1 | -0/+5 |
| * | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | Alan Cox | 2009-11-26 | 1 | -9/+12 |
| * | Update a comment to reflect the previous change. | Alan Cox | 2009-10-25 | 1 | -1/+1 |
| * | o Introduce vm_sync_icache() for making the I-cache coherent with | Marcel Moolenaar | 2009-10-21 | 1 | -0/+4 |
| * | Clean up a number of aspects of token generation from audit arguments to | Robert Watson | 2009-07-02 | 1 | -1/+0 |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -5/+5 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -1/+5 |