| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r309676 | vangyzen | 2016-12-15 | 1 | -1/+9 |
* | MFC r292384: | bdrewery | 2016-06-27 | 1 | -16/+13 |
* | MFC r298173: | markj | 2016-04-25 | 1 | -6/+3 |
* | MFC r295391: | kib | 2016-03-12 | 1 | -12/+7 |
* | MFC 287442,287537,288944: | jhb | 2016-02-10 | 1 | -5/+18 |
* | MFC 290728: | jhb | 2016-01-18 | 1 | -0/+15 |
* | To facillitate an upcoming Linuxulator merging partially | dchagin | 2016-01-09 | 1 | -4/+4 |
* | MFC r292440: | mjg | 2016-01-07 | 1 | -0/+1 |
* | MFC r288336: save some bytes by using more concise SDT_PROBE<n> | avg | 2015-10-23 | 1 | -6/+6 |
* | MFC 287864: | jhb | 2015-10-07 | 1 | -1/+1 |
* | MFC r283924 | vangyzen | 2015-10-02 | 1 | -2/+18 |
* | MFC r282086: | trasz | 2015-08-03 | 1 | -1/+1 |
* | MFC r272566: | kib | 2015-03-12 | 1 | -8/+14 |
* | MFC r275745: | kib | 2014-12-27 | 1 | -0/+139 |
* | MFC r269656: | kib | 2014-08-21 | 1 | -3/+4 |
* | MFC r269205: | kib | 2014-08-01 | 1 | -1/+1 |
* | MFC r268466: | kib | 2014-07-24 | 1 | -35/+87 |
* | MFC 261780: | jhb | 2014-02-19 | 1 | -0/+3 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 1 | -6/+6 |
* | MFC r258661: | kib | 2013-12-03 | 1 | -0/+58 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -0/+2 |
* | Add the ability to display the default FIB number for a process to the | will | 2013-08-26 | 1 | -0/+2 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 1 | -27/+12 |
* | Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv() | trociny | 2013-04-14 | 1 | -18/+29 |
* | Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(), | trociny | 2013-04-14 | 1 | -52/+86 |
* | Switch some "low-hanging fruit" to acquire read lock on vmobjects | attilio | 2013-04-08 | 1 | -10/+10 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -10/+10 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Look for zombie process only if we were given process id. | pjd | 2012-11-25 | 1 | -5/+6 |
* | In pget(9), if PGET_NOTWEXIT flag is not specified, also search the | kib | 2012-11-16 | 1 | -21/+46 |
* | enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result. | mjg | 2012-11-13 | 1 | -5/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -9/+2 |
* | Don't include opt_ddb.h & <ddb/ddb.h> twice. | obrien | 2012-08-15 | 1 | -2/+0 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | - Add support for displaying process stack memory regions. | pgj | 2012-07-16 | 1 | -0/+4 |
* | Fix ki_cow for compat32 binaries. | kib | 2012-05-27 | 1 | -0/+1 |
* | Calculate the count of per-process cow faults. Export the count to | kib | 2012-05-23 | 1 | -0/+4 |
* | Allow for the process information sysctls to accept a thread id in addition | kib | 2012-04-23 | 1 | -1/+30 |
* | Add a sysctl to set and retrieve binary osreldate of another process. | trociny | 2012-03-23 | 1 | -0/+50 |
* | Make kern.proc.umask sysctl readonly. | trociny | 2012-03-03 | 1 | -21/+4 |
* | Add sysctl to retrieve or set umask of another process. | trociny | 2012-02-26 | 1 | -0/+48 |
* | Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV and | trociny | 2012-01-25 | 1 | -8/+6 |
* | Change kern.proc.rlimit sysctl to: | trociny | 2012-01-22 | 1 | -16/+40 |
* | Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want | trociny | 2012-01-15 | 1 | -13/+12 |
* | Fix style and white spaces. | trociny | 2011-12-17 | 1 | -14/+14 |
* | On start most of sysctl_kern_proc functions use the same pattern: | trociny | 2011-12-17 | 1 | -112/+80 |
* | Really protect kern.proc.ps_strings sysctls with p_candebug(). This | trociny | 2011-12-06 | 1 | -1/+1 |
* | Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug(). | trociny | 2011-12-05 | 1 | -2/+4 |
* | In sysctl_kern_proc_ps_strings() there is no much sense in checking | trociny | 2011-12-04 | 1 | -8/+0 |
* | Add sysctl to retrieve ps_strings structure location of another process. | trociny | 2011-11-27 | 1 | -0/+57 |