| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process | Konstantin Belousov | 2009-03-02 | 1 | -5/+4 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | David Xu | 2008-11-05 | 1 | -0/+2 |
* | Actually, for signal and thread suspension, extra process spin lock is | David Xu | 2008-10-23 | 1 | -2/+0 |
* | Move per-thread userland debugging flags into seperated field, | David Xu | 2008-10-15 | 1 | -11/+6 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -5/+1 |
* | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -15/+0 |
* | Use VM_FAULT_DIRTY to fault in pages for write access in | Stephan Uphoff | 2007-11-08 | 1 | -2/+3 |
* | - Fix from pr kern/115469; Don't redeliver a signal once it has been | Jeff Roberson | 2007-10-09 | 1 | -9/+9 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -1/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -15/+18 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -3/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+6 |
* | Move sigqueue_take() call into proc_reparent(), this fixed bugs where | David Xu | 2006-10-25 | 1 | -5/+1 |
* | Close a race condition where num can be larger than tmp, giving the user | Tom Rhodes | 2006-10-14 | 1 | -1/+1 |
* | Fix a signedness bug. | Colin Percival | 2006-08-20 | 1 | -1/+1 |
* | Close some races between procfs/ptrace and exit(2): | John Baldwin | 2006-02-22 | 1 | -104/+60 |
* | Audit the arguments to the ptrace(2) system call. | Wayne Salamon | 2006-02-14 | 1 | -0/+7 |
* | Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp's | David Xu | 2006-02-06 | 1 | -0/+2 |
* | Avoid kernel panic when attaching a process which may not be stopped | David Xu | 2005-12-24 | 1 | -26/+30 |
* | Make sure pending SIGCHLD is removed from previous parent when process | David Xu | 2005-11-08 | 1 | -1/+10 |
* | Fix a LOR between sched_lock and sleep queue lock. | David Xu | 2005-08-19 | 1 | -2/+4 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -22/+178 |
* | Add missing cases for PT_SYSCALL. | David Schultz | 2005-03-18 | 1 | -0/+2 |