aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272566:Konstantin Belousov2015-03-121-8/+14
* MFC r275745:Konstantin Belousov2014-12-271-0/+139
* MFC r269656:Konstantin Belousov2014-08-211-3/+4
* MFC r269205:Konstantin Belousov2014-08-011-1/+1
* MFC r268466:Konstantin Belousov2014-07-241-35/+87
* MFC 261780:John Baldwin2014-02-191-0/+3
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-171-6/+6
* MFC r258661:Konstantin Belousov2013-12-031-0/+58
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+2
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+2
* Specify SDT probe argument types in the probe definition itself rather thanMark Johnston2013-08-151-27/+12
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()Mikolaj Golub2013-04-141-18/+29
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),Mikolaj Golub2013-04-141-52/+86
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsAttilio Rao2013-04-081-10/+10
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-10/+11
* Look for zombie process only if we were given process id.Pawel Jakub Dawidek2012-11-251-5/+6
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search theKonstantin Belousov2012-11-161-21/+46
* enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result.Mateusz Guzik2012-11-131-5/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-9/+2
* Don't include opt_ddb.h & <ddb/ddb.h> twice.David E. O'Brien2012-08-151-2/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* - Add support for displaying process stack memory regions.Gabor Pali2012-07-161-0/+4
* Fix ki_cow for compat32 binaries.Konstantin Belousov2012-05-271-0/+1
* Calculate the count of per-process cow faults. Export the count toKonstantin Belousov2012-05-231-0/+4
* Allow for the process information sysctls to accept a thread id in additionKonstantin Belousov2012-04-231-1/+30
* Add a sysctl to set and retrieve binary osreldate of another process.Mikolaj Golub2012-03-231-0/+50
* Make kern.proc.umask sysctl readonly.Mikolaj Golub2012-03-031-21/+4
* Add sysctl to retrieve or set umask of another process.Mikolaj Golub2012-02-261-0/+48
* Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV andMikolaj Golub2012-01-251-8/+6
* Change kern.proc.rlimit sysctl to:Mikolaj Golub2012-01-221-16/+40
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wantMikolaj Golub2012-01-151-13/+12
* Fix style and white spaces.Mikolaj Golub2011-12-171-14/+14
* On start most of sysctl_kern_proc functions use the same pattern:Mikolaj Golub2011-12-171-112/+80
* Really protect kern.proc.ps_strings sysctls with p_candebug(). ThisMikolaj Golub2011-12-061-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().Mikolaj Golub2011-12-051-2/+4
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingMikolaj Golub2011-12-041-8/+0
* Add sysctl to retrieve ps_strings structure location of another process.Mikolaj Golub2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stillMikolaj Golub2011-11-271-5/+7
* Add sysctl to get process resource limits.Mikolaj Golub2011-11-241-0/+46
* Fix build without INVARIANTS.Mikolaj Golub2011-11-231-0/+2
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-221-5/+402
* Remove no more relevant XXXRW comments since accessing the vmspace is nowSergey Kandaurov2011-11-211-2/+2
* Use the acquired reference to the vmspace instead of direct dereferencingSergey Kandaurov2011-11-211-1/+1
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingMikolaj Golub2011-11-071-2/+11
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* One of the general principles of the sysctl(3) API is that a user canJohn Baldwin2011-08-181-1/+1
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-2/+2
* - Export each thread's individual resource usage in in struct kinfo_proc'sJohn Baldwin2011-07-181-0/+5
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-4/+8
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-10/+6