summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-5/+5
* Move setregs() out from under the PROC_LOCK so that it can use functionsDoug Rabson2001-10-101-4/+4
* proces -> process in a comment.John Baldwin2001-10-091-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-19/+24
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),Matthew Dillon2001-09-011-5/+10
* Fix a simple typo I just happened to find.Alexander Langer2001-08-221-1/+1
* Correct spelling in a comment and remove trailing newline from aDima Dorfman2001-07-111-2/+2
* Don't share sig handlers after an execGuido van Rooij2001-07-091-1/+23
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-6/+4
* Fix some lock order reversals where we called free() while holding a procJohn Baldwin2001-06-201-9/+11
* Move setugid() a little sooner to before we release tracing in casePeter Wemm2001-06-161-2/+3
* o pcred-removal changes included modifications to optimize the setting ofRobert Watson2001-05-261-7/+8
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-11/+47
* Axe unneeded spl()'s.John Baldwin2001-05-211-4/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+2
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Proc locking.John Baldwin2001-03-071-3/+9
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-0/+2
* o Add a comment to exec_check_permissions() to indicate that theRobert Watson2000-11-301-0/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Add a gross hack for ia64 to allocate the backing store for a new program.Doug Rabson2000-10-121-0/+16
* Make size of dynamic loader argument variable to supportTakanori Watanabe2000-09-261-14/+22
* Remove unneeded #include that was a remnant of an earlier version ofDon Lewis2000-09-211-1/+0
* Added used include of <sys/mutex.h> (don't depend on pollution inBruce Evans2000-09-171-0/+1
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.Boris Popov2000-09-121-1/+1
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andDon Lewis2000-09-051-1/+2
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-5/+7
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-27/+36
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+5
* When we are execing a setugid program, and we have a procfs filesystemWarner Losh2000-01-201-0/+1
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-5/+5
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-3/+3
* Add a sysctl to control if argv is disclosed to the world:Poul-Henning Kamp1999-11-261-0/+3
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+23
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Stop profiling on exec.Warner Losh1999-08-111-1/+4
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-18/+1
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-3/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-1/+19
* Various changes to support OSF1 emulation:Doug Rabson1998-12-301-5/+6