| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+4 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -10/+14 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -6/+7 |
| * | - Proc locking. | John Baldwin | 2001-03-07 | 1 | -17/+29 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -12/+12 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -4/+18 |
| * | Backout rev 1.57 & 1.58. While the previous revisions fixed | Paul Saab | 2000-12-31 | 1 | -1/+0 |
| * | Pass me the pointy hat. Do not hold sched_lock over psignal. | Paul Saab | 2000-12-30 | 1 | -1/+1 |
| * | Send a SIGCONT when detaching or continuing the excution of a traced | Paul Saab | 2000-12-28 | 1 | -0/+1 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -1/+11 |
| * | Change the proc information returned from the kernel so that it | Kirk McKusick | 2000-12-12 | 1 | -5/+3 |
| * | Protect p_stat with sched_lock. | John Baldwin | 2000-12-02 | 1 | -3/+13 |
| * | Remove the signal value check from the PT_STEP codepath. It | John W. De Boskey | 2000-10-14 | 1 | -1/+1 |
| * | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 1 | -11/+3 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 1 | -2/+1 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Trim unused options (or #ifdef for undoc options). | Peter Wemm | 1999-10-11 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 1 | -1/+33 |
| * | Moving the initialization for write sooner quiets a warning. | Peter Wemm | 1999-07-01 | 1 | -2/+2 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+3 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
| * | Call ptrace_u_check with the right size. | Doug Rabson | 1999-03-29 | 1 | -2/+2 |