summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272566:kib2015-03-121-8/+14
* MFC r275745:kib2014-12-271-0/+139
* MFC r269656:kib2014-08-211-3/+4
* MFC r269205:kib2014-08-011-1/+1
* MFC r268466:kib2014-07-241-35/+87
* MFC 261780:jhb2014-02-191-0/+3
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* MFC r258661:kib2013-12-031-0/+58
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+2
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+2
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-27/+12
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()trociny2013-04-141-18/+29
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),trociny2013-04-141-52/+86
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsattilio2013-04-081-10/+10
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Look for zombie process only if we were given process id.pjd2012-11-251-5/+6
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-21/+46
* enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result.mjg2012-11-131-5/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-9/+2
* Don't include opt_ddb.h & <ddb/ddb.h> twice.obrien2012-08-151-2/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* - Add support for displaying process stack memory regions.pgj2012-07-161-0/+4
* Fix ki_cow for compat32 binaries.kib2012-05-271-0/+1
* Calculate the count of per-process cow faults. Export the count tokib2012-05-231-0/+4
* Allow for the process information sysctls to accept a thread id in additionkib2012-04-231-1/+30
* Add a sysctl to set and retrieve binary osreldate of another process.trociny2012-03-231-0/+50
* Make kern.proc.umask sysctl readonly.trociny2012-03-031-21/+4
* Add sysctl to retrieve or set umask of another process.trociny2012-02-261-0/+48
* Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV andtrociny2012-01-251-8/+6
* Change kern.proc.rlimit sysctl to:trociny2012-01-221-16/+40
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-13/+12
* Fix style and white spaces.trociny2011-12-171-14/+14
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-112/+80
* Really protect kern.proc.ps_strings sysctls with p_candebug(). Thistrociny2011-12-061-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().trociny2011-12-051-2/+4
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingtrociny2011-12-041-8/+0
* Add sysctl to retrieve ps_strings structure location of another process.trociny2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stilltrociny2011-11-271-5/+7
* Add sysctl to get process resource limits.trociny2011-11-241-0/+46
* Fix build without INVARIANTS.trociny2011-11-231-0/+2
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-221-5/+402
* Remove no more relevant XXXRW comments since accessing the vmspace is nowpluknet2011-11-211-2/+2
* Use the acquired reference to the vmspace instead of direct dereferencingpluknet2011-11-211-1/+1
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-071-2/+11
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* One of the general principles of the sysctl(3) API is that a user canjhb2011-08-181-1/+1
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+2
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-0/+5
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-4/+8
OpenPOWER on IntegriCloud