| Commit message (Expand) | Author | Age | Files | Lines |
* | Always initialize pl_event. | kib | 2012-08-08 | 1 | -0/+1 |
* | If you have pressed CTRL+Z and a process is suspended, then you use gdb | davidxu | 2012-07-09 | 1 | -4/+4 |
* | Allow the parent to gather the exit status of the children reparented | kib | 2012-02-23 | 1 | -3/+0 |
* | Mark the automatically attached child with PL_FLAG_CHILD in struct | kib | 2012-02-10 | 1 | -0/+2 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick) | obrien | 2011-06-17 | 1 | -0/+9 |
* | We should not return ECHILD when debugging a child and the parent does a | obrien | 2011-06-14 | 1 | -2/+6 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 1 | -1/+1 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 1 | -1/+15 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | alc | 2010-12-20 | 1 | -63/+17 |
* | Add the ability for GDB to printout the thread name along with other | attilio | 2010-11-22 | 1 | -0/+3 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -14/+3 |
* | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused | kib | 2010-07-04 | 1 | -3/+62 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -3/+3 |
* | Ignore the 'addr' argument passed to PT_STEP (it is required to be '1' | jhb | 2010-05-25 | 1 | -14/+20 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -2/+6 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -4/+4 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -16/+14 |
* | Initialize pve_fsid and pve_fileid to VNOVAL. | marcel | 2010-02-11 | 1 | -0/+3 |
* | o Add support for COMPAT_IA32. | marcel | 2010-02-11 | 1 | -69/+123 |
* | Unbreak building kernels with COMPAT_32 enabled. The actual support | marcel | 2010-02-09 | 1 | -0/+19 |
* | Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can | marcel | 2010-02-09 | 1 | -0/+103 |
* | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | kib | 2010-01-23 | 1 | -0/+5 |
* | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | alc | 2009-11-26 | 1 | -9/+12 |
* | Update a comment to reflect the previous change. | alc | 2009-10-25 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+4 |
* | Clean up a number of aspects of token generation from audit arguments to | rwatson | 2009-07-02 | 1 | -1/+0 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -5/+5 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -1/+5 |
* | Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process | kib | 2009-03-02 | 1 | -5/+4 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | davidxu | 2008-11-05 | 1 | -0/+2 |
* | Actually, for signal and thread suspension, extra process spin lock is | davidxu | 2008-10-23 | 1 | -2/+0 |
* | Move per-thread userland debugging flags into seperated field, | davidxu | 2008-10-15 | 1 | -11/+6 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -5/+1 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -15/+0 |
* | Use VM_FAULT_DIRTY to fault in pages for write access in | ups | 2007-11-08 | 1 | -2/+3 |
* | - Fix from pr kern/115469; Don't redeliver a signal once it has been | jeff | 2007-10-09 | 1 | -9/+9 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -1/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -15/+18 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -3/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+6 |
* | Move sigqueue_take() call into proc_reparent(), this fixed bugs where | davidxu | 2006-10-25 | 1 | -5/+1 |
* | Close a race condition where num can be larger than tmp, giving the user | trhodes | 2006-10-14 | 1 | -1/+1 |
* | Fix a signedness bug. | cperciva | 2006-08-20 | 1 | -1/+1 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -104/+60 |
* | Audit the arguments to the ptrace(2) system call. | wsalamon | 2006-02-14 | 1 | -0/+7 |
* | Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp's | davidxu | 2006-02-06 | 1 | -0/+2 |
* | Avoid kernel panic when attaching a process which may not be stopped | davidxu | 2005-12-24 | 1 | -26/+30 |
* | Make sure pending SIGCHLD is removed from previous parent when process | davidxu | 2005-11-08 | 1 | -1/+10 |
* | Fix a LOR between sched_lock and sleep queue lock. | davidxu | 2005-08-19 | 1 | -2/+4 |