| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r309893,r309929: | mjg | 2016-12-31 | 1 | -1/+1 |
* | MFC r306081: | kib | 2016-09-28 | 1 | -1/+1 |
* | MFC r303426: | kib | 2016-08-27 | 1 | -0/+1 |
* | MFC r304440, r304487: | markj | 2016-08-22 | 1 | -1/+1 |
* | MFC 303001: Add PTRACE_VFORK to trace vfork events. | jhb | 2016-08-19 | 1 | -0/+1 |
* | MFC r303423: | kib | 2016-08-15 | 1 | -4/+2 |
* | MFC 302900,302902,302921,303461,304009: | jhb | 2016-08-15 | 1 | -5/+5 |
* | MFC r303702: | kib | 2016-08-06 | 1 | -3/+3 |
* | When filt_proc() removes event from the knlist due to the process | kib | 2016-06-27 | 1 | -2/+2 |
* | Update comments for the MD functions managing contexts for new | kib | 2016-06-16 | 1 | -1/+1 |
* | Introduce the PD_CLOEXEC for pdfork(2). | oshogbo | 2016-06-08 | 1 | -2/+6 |
* | Get rid of struct proc p_sched and struct thread td_sched pointers. | kib | 2016-06-05 | 1 | -1/+1 |
* | sys/kern: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | Rename P_KTHREAD struct proc p_flag to P_KPROC. | kib | 2016-02-09 | 1 | -1/+1 |
* | Call kthread_exit() rather than kproc_exit() for a premature kthread exit. | jhb | 2016-02-08 | 1 | -1/+1 |
* | fork: ansify sys_pdfork | mjg | 2016-02-06 | 1 | -3/+1 |
* | Guard against runnable td2 exiting and than being reused for unrelated | kib | 2016-02-04 | 1 | -1/+1 |
* | fork: plug a use after free of the returned process | mjg | 2016-02-04 | 1 | -68/+74 |
* | fork: pass arguments to fork1 in a dedicated structure | mjg | 2016-02-04 | 1 | -15/+35 |
* | Add ptrace(2) reporting for LWP events. | jhb | 2015-12-29 | 1 | -3/+4 |
* | Fix style issues around existing SDT probes. | markj | 2015-12-16 | 1 | -3/+2 |
* | Add a way to distinguish between forking and thread creation in schedtail. | ed | 2015-10-22 | 1 | -1/+2 |
* | If falloc_caps() failed, cleanup needs to be performed. This is a bug | kib | 2015-10-16 | 1 | -1/+1 |
* | Enforce the maxproc limitation before allocating struct proc, initial | kib | 2015-10-08 | 1 | -29/+33 |
* | Fix various edge cases related to system call tracing. | jhb | 2015-10-06 | 1 | -3/+16 |
* | save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBE | avg | 2015-09-28 | 1 | -1/+1 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 1 | -1/+1 |
* | Fix accidental line wrapping introduced in r286122. | ed | 2015-07-31 | 1 | -2/+1 |
* | Limit rights on process descriptors. | ed | 2015-07-31 | 1 | -6/+7 |
* | Add an initial NUMA affinity/policy configuration for threads and processes. | adrian | 2015-07-11 | 1 | -0/+10 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -3/+1 |
* | Generalised support for copy-on-write structures shared by threads. | mjg | 2015-06-10 | 1 | -1/+2 |
* | Add KTR tracing for some MI ptrace events. | jhb | 2015-05-25 | 1 | -0/+3 |
* | Fix up panics when fork fails due to hitting proc limit | mjg | 2015-05-06 | 1 | -1/+2 |
* | fd: remove filedesc argument from fdclose | mjg | 2015-04-11 | 1 | -1/+1 |
* | cred: add proc_set_cred_init helper | mjg | 2015-03-21 | 1 | -1/+1 |
* | fork: assign refed credentials earlier | mjg | 2015-03-21 | 1 | -8/+7 |
* | cred: add proc_set_cred helper | mjg | 2015-03-16 | 1 | -2/+3 |
* | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger | kib | 2015-01-18 | 1 | -1/+1 |
* | Add a facility for non-init process to declare itself the reaper of | kib | 2014-12-15 | 1 | -3/+21 |
* | Add facility to stop all userspace processes. The supposed use of the | kib | 2014-12-13 | 1 | -2/+3 |
* | filedesc: fixup fdinit to lock fdp and preapare files conditinally | mjg | 2014-11-13 | 1 | -2/+2 |
* | Make fdunshare accept only td parameter. | mjg | 2014-06-28 | 1 | -2/+2 |
* | The fasttrap fork handler is responsible for removing tracepoints in the | markj | 2013-12-18 | 1 | -5/+5 |
* | Make process descriptors standard part of the kernel. rwhod(8) already | pjd | 2013-11-30 | 1 | -17/+0 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -1/+1 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -0/+6 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 1 | -4/+2 |
* | Include PID in the error message which is printed when the maxproc limit | jh | 2013-04-19 | 1 | -2/+2 |