| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 292894,292896: Add ptrace(2) reporting for LWP events. | jhb | 2016-08-12 | 1 | -3/+4 |
* | MFC r280331: | bdrewery | 2016-08-08 | 1 | -1/+1 |
* | MFC r280330,r282567: | bdrewery | 2016-08-08 | 1 | -8/+8 |
* | MFC r303702: | kib | 2016-08-06 | 1 | -3/+3 |
* | MFC r292384: | bdrewery | 2016-06-27 | 1 | -3/+2 |
* | MFC r298819: | bdrewery | 2016-06-27 | 1 | -1/+1 |
* | MFC r280130: | bdrewery | 2016-06-27 | 1 | -2/+3 |
* | MFC r297156,r297157,r297158,r297159,r297161,r297172,r297200,r297201,r297202, | bdrewery | 2016-06-21 | 1 | -0/+1 |
* | MFC 295418,295419: | jhb | 2016-02-16 | 1 | -1/+1 |
* | MFC r288336: save some bytes by using more concise SDT_PROBE<n> | avg | 2015-10-23 | 1 | -1/+1 |
* | MFC 287386,288949,288993: | jhb | 2015-10-23 | 1 | -3/+18 |
* | MFC r289026: | kib | 2015-10-16 | 1 | -32/+38 |
* | MFC 283546: | jhb | 2015-06-13 | 1 | -0/+3 |
* | Add chunk missed in the r284199. | kib | 2015-06-10 | 1 | -0/+1 |
* | MFC r277322: | kib | 2015-01-25 | 1 | -1/+1 |
* | Merge reaper facility. | kib | 2015-01-05 | 1 | -3/+23 |
* | MFC r275745: | kib | 2014-12-27 | 1 | -2/+3 |
* | Commit forgotten chunk of r270264. | kib | 2014-08-21 | 1 | -0/+1 |
* | MFC r268001: | mjg | 2014-07-06 | 1 | -2/+2 |
* | MFC r259535: | markj | 2014-03-18 | 1 | -5/+5 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 1 | -1/+1 |
* | 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 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+1 |
* | Remove redundant parenthesis. | pjd | 2013-02-17 | 1 | -1/+1 |
* | Remove a special case for XEN, which is erronous and makes vfork(2) | kib | 2012-12-15 | 1 | -4/+0 |
* | Fix a race between kern_setitimer() and realitexpire(), where the | kib | 2012-12-04 | 1 | -1/+1 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 1 | -4/+4 |
* | The falloc() function obtains two references to newly created 'fp'. | pjd | 2012-06-19 | 1 | -2/+6 |
* | Stop treating td_sigmask specially for the purposes of new thread | kib | 2012-05-26 | 1 | -1/+0 |
* | Fix panic with RACCT that could occur in low memory (or out of swap) | trasz | 2012-05-22 | 1 | -1/+1 |
* | Currently, the debugger attached to the process executing vfork() does | kib | 2012-02-27 | 1 | -8/+4 |
* | Allow the parent to gather the exit status of the children reparented | kib | 2012-02-23 | 1 | -0/+1 |
* | Mark the automatically attached child with PL_FLAG_CHILD in struct | kib | 2012-02-10 | 1 | -0/+2 |
* | Move some code inside the racct_proc_fork(); it spares a few lock operations | trasz | 2011-10-03 | 1 | -11/+0 |
* | Fix another bug introduced in r225641, which caused rctl to access certain | trasz | 2011-10-03 | 1 | -0/+1 |
* | Fix error handling bug that would prevent MAC structures from getting | trasz | 2011-09-17 | 1 | -20/+18 |
* | Fix long-standing thinko regarding maxproc accounting. Basically, | trasz | 2011-09-17 | 1 | -21/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -5/+5 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -6/+90 |
* | Implement an RFTSIGZMB flag to rfork(2) to specify a signal that is | kib | 2011-07-12 | 1 | -1/+16 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+6 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+20 |