| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvs | cvs2svn | 2008-01-15 | 1 | -1/+1 |
* | MFC 1.139: | Tom Rhodes | 2006-11-14 | 1 | -1/+1 |
* | Merge kern_sig.c:1.322, sys_process.c:1.136, vfs_vnops.c:1.238 from HEAD | Robert Watson | 2006-09-03 | 1 | -0/+7 |
* | MFC: Fix a signedness bug. | Colin Percival | 2006-08-25 | 1 | -1/+1 |
* | MFC following revisions: | David Xu | 2006-05-17 | 1 | -0/+2 |
* | MFC: Close some races between procfs/ptrace and exit1() by changing | John Baldwin | 2006-03-07 | 1 | -104/+60 |
* | MFC following revisions: | David Xu | 2006-01-07 | 1 | -26/+30 |
* | MFC kern/sys_process.c revision 1.132 | David Xu | 2005-09-27 | 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 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 1 | -1/+1 |
* | Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND | David Xu | 2004-08-08 | 1 | -0/+7 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | Alan Cox | 2004-07-27 | 1 | -11/+7 |
* | Fix typo. | David Xu | 2004-07-17 | 1 | -1/+1 |
* | Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND | David Xu | 2004-07-13 | 1 | -10/+109 |
* | Implement the PT_LWPINFO request. This request can be used by the | Marcel Moolenaar | 2004-07-12 | 1 | -0/+19 |
* | Allow ptrace to deal with lwpid. | David Xu | 2004-07-02 | 1 | -6/+36 |
* | Finish fixing up Alpha to work with an MP safe ptrace(): | John Baldwin | 2004-04-01 | 1 | -8/+8 |
* | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in | Alan Cox | 2004-03-24 | 1 | -9/+1 |
* | Drop the proc lock around calls to the MD functions ptrace_single_step(), | John Baldwin | 2004-03-15 | 1 | -6/+11 |
* | When reparenting a process in the PT_DETACH code, only set p_sigparent | Don Lewis | 2004-02-19 | 1 | -1/+2 |
* | When reparenting a process to init, make sure that p_sigparent is | Don Lewis | 2004-02-11 | 1 | -0/+1 |
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | Robert Drehmel | 2003-10-09 | 1 | -1/+16 |
* | Add or finish support for machine dependent ptrace requests. When we | Marcel Moolenaar | 2003-08-15 | 1 | -22/+13 |
* | Add or correct range checking of signal numbers in system calls and | Jacques Vidrine | 2003-08-10 | 1 | -2/+2 |
* | Background: When proc_rwmem() wired and mapped a page, it also added | Alan Cox | 2003-08-09 | 1 | -30/+5 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | Alan Cox | 2003-08-02 | 1 | -1/+1 |
* | Add vm object locking. | Alan Cox | 2003-06-11 | 1 | -12/+12 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Push down Giant around calls to proc_rwmem() in kern_ptrace. kern_ptrace() | John Baldwin | 2003-04-25 | 1 | -0/+7 |
* | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | John Baldwin | 2003-04-22 | 1 | -2/+1 |
* | The sched_lock is not needed while clearing two of the P_STOPPED bits in | John Baldwin | 2003-04-17 | 1 | -3/+2 |
* | Whitespace cleanup. | Dag-Erling Smørgrav | 2003-03-19 | 1 | -5/+5 |
* | Add a missing PROC_UNLOCK in ptrace() for the PT_IO case. | John Baldwin | 2002-10-16 | 1 | -0/+1 |
* | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -0/+1 |
* | Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need | Peter Wemm | 2002-09-07 | 1 | -1/+0 |
* | s/SGNL/SIG/ | David Xu | 2002-09-05 | 1 | -1/+1 |
* | Split up ptrace() into a wrapper that does the copying to and from | Ian Dowse | 2002-09-05 | 1 | -68/+88 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | Do preserve the error result from calling p_cansee() and use that when | Robert Watson | 2002-07-20 | 1 | -3/+1 |
* | Lock accesses to the page queues. | Alan Cox | 2002-07-12 | 1 | -0/+4 |
* | Fix ptrace(PT_READ_*, ...) for non-little-endian architectures where | Thomas Moestl | 2002-07-12 | 1 | -3/+5 |
* | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -2/+4 |
* | All signals can be sent to the inferior process when it's restarted, | Marcel Moolenaar | 2002-05-19 | 1 | -1/+1 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -2/+2 |
* | Remove trace_req(). | Jonathan Mini | 2002-05-09 | 1 | -7/+0 |
* | GCC 3.x WARNS: Add a break to the default case. | Marcel Moolenaar | 2002-04-20 | 1 | -0/+1 |
* | Don't allow one to trace an ancestor when already traced. | Alfred Perlstein | 2002-04-14 | 1 | -1/+14 |
* | Rework ptrace(2) to be more locking friendly. We do any needed copyin()'s | John Baldwin | 2002-04-12 | 1 | -86/+114 |