summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-13/+11
* Remove md_bspstore from the MD fields of struct thread. Now thatmarcel2003-10-211-1/+0
* Put the RSE backing store at a fixed address. This change is triggeredmarcel2003-10-201-1/+1
* Eliminate some unnecessary uses of the vm page queues lock around thealc2003-10-041-9/+6
* Remove the regstkpages sysctl variable. We have a growable registermarcel2003-09-271-6/+0
* Part 2 of implementing rstacks: add the ability to create rstacks andmarcel2003-09-271-15/+9
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-0/+9
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-2/+2
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-2/+0
* Use __FBSDID().obrien2003-06-111-2/+3
* Update the vm object and page locking in exec_map_first_page(). Mark thealc2003-06-091-9/+15
* Lock the vm object when performing vm_page_grab().alc2003-06-081-2/+2
* - Merge struct procsig with struct sigacts.jhb2003-05-131-15/+10
* - Borrow the KSE single threading code for exec and exit. We use the checkjeff2003-04-011-1/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-59/+2
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-131-3/+8
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-3/+0
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-0/+3
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Perform VOP_GETATTR() before mac_check_vnode_exec() so thatrwatson2003-01-211-5/+5
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-131-2/+1
* Clear some KSE fields after kse mode was turned off.davidxu2003-01-071-0/+3
* Add a sysctl to get the vm protections for the stack of the current process.jake2003-01-041-0/+14
* fdcopy() only needs a filedesc pointer.alfred2003-01-011-1/+1
* Hold the page queues lock when performing vm_page_busy().alc2002-12-181-0/+2
* remove syscallarg().alfred2002-12-141-7/+7
* To avoid sleeping with all sorts of resources acquired (the reportedrobert2002-11-261-3/+7
* Acquire and release the page queues lock around pmap_remove_pages() becausealc2002-11-251-0/+2
* - Release the imgp vnode prior to freeing exec_map resources to avoidjeff2002-11-171-4/+4
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-161-1/+1
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanalc2002-11-101-1/+1
* Correct merge-o: disable the right execve() variation if !MACrwatson2002-11-051-4/+4
* Bring in two sets of changes:rwatson2002-11-051-8/+72
* Hook up the mac_will_execve_transition() and mac_execve_transition()rwatson2002-11-051-0/+15
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-051-17/+39
* - Move the 'done1' label down below the unlock of the proc lock and movejhb2002-10-111-10/+9
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-20/+46
* Move setugidsafety() call outside of process lock. This prevents a locknjl2002-09-141-3/+5
* Drop the proc lock while calling fdcheckstd() which may block to allocatetruckman2002-09-131-1/+8
* s/SGNL/SIG/davidxu2002-09-051-1/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-2/+0
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-2/+2
* Don't require that sysentvec.sv_szsigcode be non-NULL.jake2002-08-291-3/+7
* Fixed most indentation bugs.jake2002-08-251-7/+6
* Fixed placement of operators. Wrapped long lines.jake2002-08-251-11/+15
* Fixed white space around operators, casts and reserved words.jake2002-08-241-9/+8
OpenPOWER on IntegriCloud