aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: kern_exit.c 1.221Don Lewis2004-03-031-0/+2
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-101-1/+2
* PT_{GET|SET}DDREGS are defined in i386 MD headers in STABLE.Alexander Kabaev2003-01-081-0/+6
* MFC: split ptrace(2) syscall into a wrapper doing copyin/copyoutAlexander Kabaev2003-01-021-31/+119
* Prevent DoS: Do not allow one to trace an ancestor when one is being traced.Alfred Perlstein2002-06-171-1/+7
* Eliminate ptrace/exec race.Jacques Vidrine2002-01-221-0/+4
* MFC: Initiate de-orbit burn for PT_READ_U/PT_WRITE_U. These particularlyPeter Wemm2001-10-031-40/+0
* MFC: Rev 1.53 signal value check not needed for PT_STEP request.John W. De Boskey2000-10-261-1/+1
* Introduce the new functionPoul-Henning Kamp1999-11-211-2/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+33
* Moving the initialization for write sooner quiets a warning.Peter Wemm1999-07-011-2/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Call ptrace_u_check with the right size.Doug Rabson1999-03-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.Doug Rabson1998-12-261-2/+5
* Only access an int for READU/WRITEU since that is what ptrace is declared toDoug Rabson1998-07-291-2/+2
* Cast function pointers to uintfptr_t before casting them to u_long.Bruce Evans1998-07-151-5/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-5/+5
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-1/+6
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* VM level code cleanups.John Dyson1998-01-221-5/+5
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-1/+20
* Set return value for the correct process in ptrace().Tor Egge1997-11-121-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-7/+6
* Removed unused #includes.Bruce Evans1997-09-021-7/+1
* Remove bogon from previous commit: doubly included sys/systm.h.Alexander Langer1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.Alexander Langer1997-04-271-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove the now-unnecessary and incorrect wiring of the "other" processesJohn Dyson1996-06-021-5/+1
* removed:Poul-Henning Kamp1996-05-021-2/+2
* Because of the way that ptrace() now calls procfs routines to read/writePeter Wemm1996-03-301-2/+16
* Major fixes for ptrace()...Peter Wemm1996-01-241-99/+226
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-6/+6
* Updated to match 1TB filesize changes. Some pindexes were still offsetsBruce Evans1995-12-171-7/+9
* Removed dead debugging code.Bruce Evans1995-12-161-7/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+9
* Move the process-table stuff to a more suitable file.Poul-Henning Kamp1995-11-141-1/+7
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* pread/pwrite() should be static.David Greenman1995-05-121-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+2
* Truncate the pte address to a page boundry. This probably won't fix theDavid Greenman1995-02-191-5/+5
* Fixed botched previous change - use 'pageno' not initialized to NULL 'kva'.David Greenman1995-02-161-5/+5