| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r320619 MFS r320863: | kib | 2017-07-10 | 1 | -9/+8 |
* | MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720, | markj | 2017-05-23 | 1 | -1/+1 |
* | MFC r307653: | mjg | 2016-12-31 | 1 | -4/+4 |
* | MFC r304102 | alc | 2016-09-05 | 1 | -2/+3 |
* | MFC r304050 | alc | 2016-08-28 | 1 | -2/+0 |
* | MFC 302900,302902,302921,303461,304009: | jhb | 2016-08-15 | 1 | -1/+3 |
* | MFC r302614: | kib | 2016-08-01 | 1 | -0/+2 |
* | When filt_proc() removes event from the knlist due to the process | kib | 2016-06-27 | 1 | -1/+1 |
* | Old process credentials for setuid execve must not be dereferenced | kib | 2016-06-08 | 1 | -3/+7 |
* | exec: get rid of one vnode lock/unlock pair in do_execve | mjg | 2016-05-27 | 1 | -42/+30 |
* | exec: Provide execpath in imgp for the process_exec hook. | bdrewery | 2016-05-26 | 1 | -8/+16 |
* | exec: Add credential change information into imgp for process_exec hook. | bdrewery | 2016-05-26 | 1 | -86/+102 |
* | sys/kern: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 1 | -4/+0 |
* | Correct a comment. | bdrewery | 2016-03-01 | 1 | -1/+1 |
* | Fix style issues around existing SDT probes. | markj | 2015-12-16 | 1 | -6/+6 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -9/+22 |
* | Fix core corruption caused by race in note_procstat_vmmap | cem | 2015-10-06 | 1 | -0/+5 |
* | save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBE | avg | 2015-09-28 | 1 | -3/+3 |
* | Follow-up to r287442: Move sysctl to compiled-once file | cem | 2015-09-07 | 1 | -0/+5 |
* | Add sysent flag to switch to capabilities mode on startup. | ed | 2015-08-03 | 1 | -0/+4 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | kib | 2015-07-18 | 1 | -1/+1 |
* | Implement CloudABI's exec() call. | ed | 2015-07-16 | 1 | -7/+81 |
* | exec: textvp -> oldtextvp; binvp -> newtextvp | mjg | 2015-07-14 | 1 | -15/+15 |
* | exec plug a redundant vref + vrele of the image vnode | mjg | 2015-07-14 | 1 | -8/+6 |
* | Do not calculate the stack's bottom address twice. | kib | 2015-06-30 | 1 | -1/+1 |
* | Make KPI of vm_pager_get_pages() more strict: if a pager changes a page | glebius | 2015-06-12 | 1 | -7/+4 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -1/+1 |
* | On exec, single-threading must be enforced before arguments space is | kib | 2015-05-10 | 1 | -47/+58 |
* | Handle incorrect ELF images specifying size for PT_GNU_STACK not being | kib | 2015-04-23 | 1 | -1/+1 |
* | Implement support for binary to requesting specific stack size for the | kib | 2015-04-15 | 1 | -2/+15 |
* | Introduce vm_object_color() and use it in mmap(2) to set the color of | alc | 2015-03-21 | 1 | -4/+1 |
* | cred: add proc_set_cred helper | mjg | 2015-03-16 | 1 | -2/+2 |
* | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger | kib | 2015-01-18 | 1 | -0/+2 |
* | Add facility to stop all userspace processes. The supposed use of the | kib | 2014-12-13 | 1 | -3/+3 |
* | filedesc: fix missed comments about fdsetugidsafety | mjg | 2014-10-31 | 1 | -4/+2 |
* | Replace some calls to fuword() by fueword() with proper error checking. | kib | 2014-10-28 | 1 | -9/+17 |
* | filedesc: cleanup setugidsafety a little | mjg | 2014-10-22 | 1 | -1/+1 |
* | Plug unnecessary binvp NULL initialization and test. | mjg | 2014-10-20 | 1 | -3/+3 |
* | Use bzero instead of explicitly zeroing stuff in do_execve. | mjg | 2014-09-29 | 1 | -22/+1 |
* | If vm_page_grab() allocates a new page, the page is not inserted into | kib | 2014-08-13 | 1 | -0/+1 |
* | Plug p_pptr null test in do_execve. It is always true. | mjg | 2014-07-14 | 1 | -1/+1 |
* | Don't call crdup nor uifind under vnode lock. | mjg | 2014-07-07 | 1 | -2/+4 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -9/+0 |
* | Plug gcc warning after r268074 about unitialized newsigacts | mjg | 2014-07-02 | 1 | -1/+3 |
* | Don't call crcopysafe or uifind unnecessarily in execve. | mjg | 2014-07-01 | 1 | -10/+10 |
* | Perform a lockless check in sigacts_shared. | mjg | 2014-07-01 | 1 | -5/+4 |
* | Call fdcloseexec right after fdunshare. | mjg | 2014-06-28 | 1 | -2/+2 |
* | Make fdunshare accept only td parameter. | mjg | 2014-06-28 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |