summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* debranch SMP, have funniklas2004-06-131-1/+5
* restored & repaired wcookie support; kettenis@chello.nlderaadt2004-02-081-1/+13
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGIDmillert2003-03-091-6/+7
* KNFderaadt2002-06-271-2/+2
* don't attach to system processes.fgsch2002-04-101-4/+10
* Change the PT_IO interfaces like discussed onart2002-03-121-7/+8
* In the PT_STEP case, first set the new pc, then arrangeart2002-03-121-6/+6
* Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional.art2002-03-111-12/+1
* Add a more sane API for reading/writing traced process memoryart2002-03-111-2/+30
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-6/+1
* When a process is exec:ing mark it with a flag. Check that flag in ptraceart2002-01-201-1/+4
* register_t is not an int, so don't use it that way.art2002-01-021-4/+8
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* remove old vmart2001-06-271-3/+1
* trace_req is not used anymore (was a nop).art2001-06-181-10/+1
* split PT_DETACH handling, so that pc cannot be set by it; art okderaadt2001-06-181-14/+38
* Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@tholo2001-04-091-3/+3
* seperate -> separate, okay aaron@provos2000-11-101-3/+3
* Add explicit inclusions of signalvar.h to files actually using syms definedniklas2000-06-081-1/+2
* kmem allocation changes for uvmart1999-02-261-1/+6
* securelevels do NOT protect running binaries; only filesystem activityderaadt1998-06-271-10/+1
* do not permit ptrace attach to immutable executablederaadt1998-06-091-1/+10
* comment on ptrace & P_SUGIDderaadt1996-07-291-3/+10
* fix obscure problem involving ptrace of initderaadt1996-05-221-3/+13
* From NetBSD: 960217 mergeniklas1996-03-031-3/+9
* initial import of NetBSD treederaadt1995-10-181-0/+367