aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wire the page table before doing the vm_fault(). Fixes a panic thatDavid Greenman1995-02-101-10/+6
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()Bruce Evans1995-01-141-6/+2
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-7/+7
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+5
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-2/+2
* Process tracing code. Written by Sean Eric Fagan.David Greenman1994-08-081-30/+317
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+74