aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-4/+0
* Correct a comment.Bryan Drewery2016-03-011-1/+1
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-6/+6
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-9/+22
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-0/+5
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-3/+3
* Follow-up to r287442: Move sysctl to compiled-once fileConrad Meyer2015-09-071-0/+5
* Add sysent flag to switch to capabilities mode on startup.Ed Schouten2015-08-031-0/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-1/+1
* Implement CloudABI's exec() call.Ed Schouten2015-07-161-7/+81
* exec: textvp -> oldtextvp; binvp -> newtextvpMateusz Guzik2015-07-141-15/+15
* exec plug a redundant vref + vrele of the image vnodeMateusz Guzik2015-07-141-8/+6
* Do not calculate the stack's bottom address twice.Konstantin Belousov2015-06-301-1/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageGleb Smirnoff2015-06-121-7/+4
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-47/+58
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingKonstantin Belousov2015-04-231-1/+1
* Implement support for binary to requesting specific stack size for theKonstantin Belousov2015-04-151-2/+15
* Introduce vm_object_color() and use it in mmap(2) to set the color ofAlan Cox2015-03-211-4/+1
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-2/+2
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-0/+2
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-3/+3
* filedesc: fix missed comments about fdsetugidsafetyMateusz Guzik2014-10-311-4/+2
* Replace some calls to fuword() by fueword() with proper error checking.Konstantin Belousov2014-10-281-9/+17
* filedesc: cleanup setugidsafety a littleMateusz Guzik2014-10-221-1/+1
* Plug unnecessary binvp NULL initialization and test.Mateusz Guzik2014-10-201-3/+3
* Use bzero instead of explicitly zeroing stuff in do_execve.Mateusz Guzik2014-09-291-22/+1
* If vm_page_grab() allocates a new page, the page is not inserted intoKonstantin Belousov2014-08-131-0/+1
* Plug p_pptr null test in do_execve. It is always true.Mateusz Guzik2014-07-141-1/+1
* Don't call crdup nor uifind under vnode lock.Mateusz Guzik2014-07-071-2/+4
* Remove ia64.Marcel Moolenaar2014-07-071-9/+0
* Plug gcc warning after r268074 about unitialized newsigactsMateusz Guzik2014-07-021-1/+3
* Don't call crcopysafe or uifind unnecessarily in execve.Mateusz Guzik2014-07-011-10/+10
* Perform a lockless check in sigacts_shared.Mateusz Guzik2014-07-011-5/+4
* Call fdcloseexec right after fdunshare.Mateusz Guzik2014-06-281-2/+2
* Make fdunshare accept only td parameter.Mateusz Guzik2014-06-281-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Remove duplicated includes.Pawel Jakub Dawidek2014-06-261-1/+0
* Refresh a comment. The VM_STACK option was eliminated in r43209.Alan Cox2014-06-091-3/+3
* When exec_new_vmspace() decides that current vmspace cannot be reusedKonstantin Belousov2014-05-201-0/+9
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.Konstantin Belousov2014-03-191-21/+24
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-2/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-5/+5
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Add a sysctl kern.disallow_high_osrel which disables executing theKonstantin Belousov2013-10-151-0/+14
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-221-1/+1