| Commit message (Expand) | Author | Age | Files | Lines |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -6/+36 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -186/+205 |
* | Final style(9) commit: placement of opening brace; a continuation indent I | des | 2001-10-04 | 1 | -5/+8 |
* | More style(9) fixes: no spaces between function name and parameter list; | des | 2001-10-04 | 1 | -30/+30 |
* | This file had a mixture of "return foo;" and "return (foo);"; standardize | des | 2001-10-04 | 1 | -24/+24 |
* | Set debug information on the process being traced, not the current (debugger) | mp | 2001-09-18 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+17 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 1 | -43/+0 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -2/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Fix a bug in the pfind() changes due to confusing the process returned by | jhb | 2001-05-04 | 1 | -1/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+4 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -10/+14 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -6/+7 |
* | - Proc locking. | jhb | 2001-03-07 | 1 | -17/+29 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -12/+12 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -4/+18 |
* | Backout rev 1.57 & 1.58. While the previous revisions fixed | ps | 2000-12-31 | 1 | -1/+0 |
* | Pass me the pointy hat. Do not hold sched_lock over psignal. | ps | 2000-12-30 | 1 | -1/+1 |
* | Send a SIGCONT when detaching or continuing the excution of a traced | ps | 2000-12-28 | 1 | -0/+1 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -1/+11 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -5/+3 |
* | Protect p_stat with sched_lock. | jhb | 2000-12-02 | 1 | -3/+13 |
* | Remove the signal value check from the PT_STEP codepath. It | jwd | 2000-10-14 | 1 | -1/+1 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -11/+3 |
* | Introduce the new function | phk | 1999-11-21 | 1 | -2/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 1 | -1/+33 |
* | Moving the initialization for write sooner quiets a warning. | peter | 1999-07-01 | 1 | -2/+2 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Call ptrace_u_check with the right size. | dfr | 1999-03-29 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Tweak ptrace(PT_READ_U) so that the last alpha register can be read. | dfr | 1998-12-26 | 1 | -2/+5 |
* | Only access an int for READU/WRITEU since that is what ptrace is declared to | dfr | 1998-07-29 | 1 | -2/+2 |
* | Cast function pointers to uintfptr_t before casting them to u_long. | bde | 1998-07-15 | 1 | -5/+7 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -5/+5 |
* | Disallow reading the current kernel stack. Only the user structure and | tegge | 1998-05-19 | 1 | -1/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -5/+5 |
* | Changes to allow event-based process monitoring and control. | sef | 1997-12-06 | 1 | -1/+20 |
* | Set return value for the correct process in ptrace(). | tegge | 1997-11-12 | 1 | -5/+5 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -7/+6 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -7/+1 |
* | Remove bogon from previous commit: doubly included sys/systm.h. | alex | 1997-04-27 | 1 | -2/+1 |
* | Prevent debugger attachment to init when securelevel > 0. | alex | 1997-04-27 | 1 | -1/+6 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |