summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320619 MFS r320863:kib2017-07-101-9/+8
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-1/+1
* MFC r307653:mjg2016-12-311-4/+4
* MFC r304102alc2016-09-051-2/+3
* MFC r304050alc2016-08-281-2/+0
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-1/+3
* MFC r302614:kib2016-08-011-0/+2
* When filt_proc() removes event from the knlist due to the processkib2016-06-271-1/+1
* Old process credentials for setuid execve must not be dereferencedkib2016-06-081-3/+7
* exec: get rid of one vnode lock/unlock pair in do_execvemjg2016-05-271-42/+30
* exec: Provide execpath in imgp for the process_exec hook.bdrewery2016-05-261-8/+16
* exec: Add credential change information into imgp for process_exec hook.bdrewery2016-05-261-86/+102
* sys/kern: spelling fixes in comments.pfg2016-04-291-1/+1
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-4/+0
* Correct a comment.bdrewery2016-03-011-1/+1
* Fix style issues around existing SDT probes.markj2015-12-161-6/+6
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-9/+22
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-061-0/+5
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-3/+3
* Follow-up to r287442: Move sysctl to compiled-once filecem2015-09-071-0/+5
* Add sysent flag to switch to capabilities mode on startup.ed2015-08-031-0/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-1/+1
* Implement CloudABI's exec() call.ed2015-07-161-7/+81
* exec: textvp -> oldtextvp; binvp -> newtextvpmjg2015-07-141-15/+15
* exec plug a redundant vref + vrele of the image vnodemjg2015-07-141-8/+6
* Do not calculate the stack's bottom address twice.kib2015-06-301-1/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-121-7/+4
* Implement lockless resource limits.mjg2015-06-101-1/+1
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-47/+58
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingkib2015-04-231-1/+1
* Implement support for binary to requesting specific stack size for thekib2015-04-151-2/+15
* Introduce vm_object_color() and use it in mmap(2) to set the color ofalc2015-03-211-4/+1
* cred: add proc_set_cred helpermjg2015-03-161-2/+2
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-0/+2
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-3/+3
* filedesc: fix missed comments about fdsetugidsafetymjg2014-10-311-4/+2
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-9/+17
* filedesc: cleanup setugidsafety a littlemjg2014-10-221-1/+1
* Plug unnecessary binvp NULL initialization and test.mjg2014-10-201-3/+3
* Use bzero instead of explicitly zeroing stuff in do_execve.mjg2014-09-291-22/+1
* If vm_page_grab() allocates a new page, the page is not inserted intokib2014-08-131-0/+1
* Plug p_pptr null test in do_execve. It is always true.mjg2014-07-141-1/+1
* Don't call crdup nor uifind under vnode lock.mjg2014-07-071-2/+4
* Remove ia64.marcel2014-07-071-9/+0
* Plug gcc warning after r268074 about unitialized newsigactsmjg2014-07-021-1/+3
* Don't call crcopysafe or uifind unnecessarily in execve.mjg2014-07-011-10/+10
* Perform a lockless check in sigacts_shared.mjg2014-07-011-5/+4
* Call fdcloseexec right after fdunshare.mjg2014-06-281-2/+2
* Make fdunshare accept only td parameter.mjg2014-06-281-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
OpenPOWER on IntegriCloud