| Commit message (Expand) | Author | Age | Files | Lines |
* | To facillitate an upcoming Linuxulator merging partially | dchagin | 2016-01-09 | 1 | -3/+5 |
* | MFC r288336: save some bytes by using more concise SDT_PROBE<n> | avg | 2015-10-23 | 1 | -1/+1 |
* | MFC r289026: | kib | 2015-10-16 | 1 | -3/+1 |
* | MFC 283281,283282,283562,283647,283836,284000,286158: | jhb | 2015-09-09 | 1 | -14/+19 |
* | MFC r282213: | trasz | 2015-06-21 | 1 | -3/+5 |
* | MFC 283546: | jhb | 2015-06-13 | 1 | -0/+9 |
* | MFC r283600: | kib | 2015-06-10 | 1 | -0/+6 |
* | MFC r283735: | kib | 2015-06-05 | 1 | -2/+0 |
* | MFC r279390: | kib | 2015-03-21 | 1 | -0/+2 |
* | Merge r263233 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | Merge reaper facility. | kib | 2015-01-05 | 1 | -15/+53 |
* | MFC r275745: | kib | 2014-12-27 | 1 | -1/+1 |
* | MFC r275615: | kib | 2014-12-15 | 1 | -9/+16 |
* | MFC r270993 (by mjg): | kib | 2014-09-11 | 1 | -2/+6 |
* | MFC r269656: | kib | 2014-08-21 | 1 | -8/+45 |
* | MFC r268514: | mjg | 2014-08-17 | 1 | -6/+3 |
* | MFC r259407: | mjg | 2014-08-17 | 1 | -2/+0 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 1 | -1/+1 |
* | MFC r258281: Fix siginfo_t.si_status for wait6/waitid/SIGCHLD. | jilles | 2014-01-01 | 1 | -4/+7 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 1 | -2/+1 |
* | Remove cr_prison NULL check from proc_to_reap. | mjg | 2013-07-22 | 1 | -2/+1 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+1 |
* | When vforked child is traced, the debugging events are not generated | kib | 2013-02-07 | 1 | -1/+1 |
* | The case of pid == WAIT_MYPGRP for the kern_wait() is already handled | kib | 2013-01-30 | 1 | -7/+7 |
* | Protect the p->p_pgrp dereference with the process lock. | kib | 2013-01-06 | 1 | -0/+2 |
* | Restore the proper handling of the pid 0 for waitpid(2). | kib | 2012-11-16 | 1 | -4/+9 |
* | Style fixes for r242958. | kib | 2012-11-16 | 1 | -8/+6 |
* | Add the wait6(2) system call. It takes POSIX waitid()-like process | kib | 2012-11-13 | 1 | -37/+268 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -3/+0 |
* | Ignore stop and continue signals sent to an exiting process. Stop signals | jhb | 2012-09-13 | 1 | -0/+8 |
* | A few whitespace and comment fixes. | jhb | 2012-09-07 | 1 | -3/+3 |
* | When process exists, not only the children shall be reparented to | kib | 2012-04-02 | 1 | -0/+16 |
* | Add helper function to remove the process from the orphans list and | kib | 2012-04-02 | 1 | -8/+14 |
* | Add an assert for proctree_lock to proc_to_reap(). | jh | 2012-03-14 | 1 | -0/+2 |
* | Lock the process around manipulations with p_flag. | kib | 2012-03-13 | 1 | -0/+2 |
* | Restore the return statement erronously removed in the r232048. | kib | 2012-02-24 | 1 | -0/+1 |
* | Allow the parent to gather the exit status of the children reparented | kib | 2012-02-23 | 1 | -35/+86 |
* | Fix long-standing thinko regarding maxproc accounting. Basically, | trasz | 2011-09-17 | 1 | -16/+4 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -7/+7 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -30/+52 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+6 |
* | We should not return ECHILD when debugging a child and the parent does a | obrien | 2011-06-14 | 1 | -3/+8 |
* | Remove stale M_ZOMBIE malloc type. | pluknet | 2011-04-14 | 1 | -3/+0 |
* | Some callers of proc_reparent() already have the parent process locked. | kib | 2011-04-10 | 1 | -2/+6 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+8 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+6 |
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | netchild | 2010-11-22 | 1 | -1/+2 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 1 | -31/+1 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -0/+2 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -1/+1 |