summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
...
* KSE Milestone 2julian2001-09-121-16/+17
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-43/+0
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-2/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Fix a bug in the pfind() changes due to confusing the process returned byjhb2001-05-041-1/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-10/+14
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-6/+7
* - Proc locking.jhb2001-03-071-17/+29
* Change and clean the mutex lock interface.bmilekic2001-02-091-12/+12
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* Backout rev 1.57 & 1.58. While the previous revisions fixedps2000-12-311-1/+0
* Pass me the pointy hat. Do not hold sched_lock over psignal.ps2000-12-301-1/+1
* Send a SIGCONT when detaching or continuing the excution of a tracedps2000-12-281-0/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-1/+11
* Change the proc information returned from the kernel so that itmckusick2000-12-121-5/+3
* Protect p_stat with sched_lock.jhb2000-12-021-3/+13
* Remove the signal value check from the PT_STEP codepath. Itjwd2000-10-141-1/+1
* o Centralize inter-process access control, introducing:rwatson2000-08-301-11/+3
* Introduce the new functionphk1999-11-211-2/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+33
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+3
* Suser() simplification:phk1999-04-271-2/+2
* Call ptrace_u_check with the right size.dfr1999-03-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.dfr1998-12-261-2/+5
* Only access an int for READU/WRITEU since that is what ptrace is declared todfr1998-07-291-2/+2
* Cast function pointers to uintfptr_t before casting them to u_long.bde1998-07-151-5/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-5/+5
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-1/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* VM level code cleanups.dyson1998-01-221-5/+5
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+20
* Set return value for the correct process in ptrace().tegge1997-11-121-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-7/+6
* Removed unused #includes.bde1997-09-021-7/+1
* Remove bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove the now-unnecessary and incorrect wiring of the "other" processesdyson1996-06-021-5/+1
* removed:phk1996-05-021-2/+2
* Because of the way that ptrace() now calls procfs routines to read/writepeter1996-03-301-2/+16
* Major fixes for ptrace()...peter1996-01-241-99/+226
OpenPOWER on IntegriCloud