| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - Change fill_kinfo_proc() to require that the process is locked when it | John Baldwin | 2002-04-09 | 1 | -0/+2 |
| * | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | Jake Burkholder | 2002-03-17 | 1 | -2/+2 |
| * | Implement PT_IO (read / write arbitrary amounts of data or text). | Dag-Erling Smørgrav | 2002-03-16 | 1 | -0/+31 |
| * | PT_[GS]ET{,DB,FP}REGS isn't really optional any more, since we have dummy | Dag-Erling Smørgrav | 2002-03-15 | 1 | -25/+1 |
| * | Back out all the pmap related stuff I've touched over the last few days. | Peter Wemm | 2002-02-27 | 1 | -2/+2 |
| * | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | Peter Wemm | 2002-02-27 | 1 | -2/+2 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -3/+3 |
| * | Fixed some style bugs. Added a comment about a bug in PT_SSTEP. | Bruce Evans | 2002-02-21 | 1 | -25/+21 |
| * | Recover bits that were lost in transition in rev.1.76: | Bruce Evans | 2002-02-21 | 1 | -16/+77 |
| * | Bah, I managed to turn cosmetic things into real bugs. Fix shadowed | Peter Wemm | 2002-02-08 | 1 | -12/+12 |
| * | Fix a whole bunch of long lines introduced by previous commit by using | Peter Wemm | 2002-02-07 | 1 | -11/+15 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -10/+10 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 1 | -6/+36 |
| * | Dissociate ptrace from procfs. | Dag-Erling Smørgrav | 2001-10-07 | 1 | -186/+205 |
| * | Final style(9) commit: placement of opening brace; a continuation indent I | Dag-Erling Smørgrav | 2001-10-04 | 1 | -5/+8 |
| * | More style(9) fixes: no spaces between function name and parameter list; | Dag-Erling Smørgrav | 2001-10-04 | 1 | -30/+30 |
| * | This file had a mixture of "return foo;" and "return (foo);"; standardize | Dag-Erling Smørgrav | 2001-10-04 | 1 | -24/+24 |
| * | Set debug information on the process being traced, not the current (debugger) | Mark Peek | 2001-09-18 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -16/+17 |
| * | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | Peter Wemm | 2001-08-08 | 1 | -43/+0 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -2/+2 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | Fix a bug in the pfind() changes due to confusing the process returned by | John Baldwin | 2001-05-04 | 1 | -1/+6 |