| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -22/+178 |
* | Add missing cases for PT_SYSCALL. | das | 2005-03-18 | 1 | -0/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+1 |
* | Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND | davidxu | 2004-08-08 | 1 | -0/+7 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 1 | -11/+7 |
* | Fix typo. | davidxu | 2004-07-17 | 1 | -1/+1 |
* | Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND | davidxu | 2004-07-13 | 1 | -10/+109 |
* | Implement the PT_LWPINFO request. This request can be used by the | marcel | 2004-07-12 | 1 | -0/+19 |
* | Allow ptrace to deal with lwpid. | davidxu | 2004-07-02 | 1 | -6/+36 |
* | Finish fixing up Alpha to work with an MP safe ptrace(): | jhb | 2004-04-01 | 1 | -8/+8 |
* | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in | alc | 2004-03-24 | 1 | -9/+1 |
* | Drop the proc lock around calls to the MD functions ptrace_single_step(), | jhb | 2004-03-15 | 1 | -6/+11 |
* | When reparenting a process in the PT_DETACH code, only set p_sigparent | truckman | 2004-02-19 | 1 | -1/+2 |
* | When reparenting a process to init, make sure that p_sigparent is | truckman | 2004-02-11 | 1 | -0/+1 |
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | robert | 2003-10-09 | 1 | -1/+16 |
* | Add or finish support for machine dependent ptrace requests. When we | marcel | 2003-08-15 | 1 | -22/+13 |
* | Add or correct range checking of signal numbers in system calls and | nectar | 2003-08-10 | 1 | -2/+2 |
* | Background: When proc_rwmem() wired and mapped a page, it also added | alc | 2003-08-09 | 1 | -30/+5 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | alc | 2003-08-02 | 1 | -1/+1 |
* | Add vm object locking. | alc | 2003-06-11 | 1 | -12/+12 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Push down Giant around calls to proc_rwmem() in kern_ptrace. kern_ptrace() | jhb | 2003-04-25 | 1 | -0/+7 |
* | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | jhb | 2003-04-22 | 1 | -2/+1 |
* | The sched_lock is not needed while clearing two of the P_STOPPED bits in | jhb | 2003-04-17 | 1 | -3/+2 |
* | Whitespace cleanup. | des | 2003-03-19 | 1 | -5/+5 |
* | Add a missing PROC_UNLOCK in ptrace() for the PT_IO case. | jhb | 2002-10-16 | 1 | -0/+1 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -0/+1 |
* | Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need | peter | 2002-09-07 | 1 | -1/+0 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 1 | -1/+1 |