summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Plug a hypothetical use after free in sysctl kern.proc.groups.mjg2014-09-041-2/+2
* Fix dereference after NULL check.glebius2014-09-031-3/+4
* Return real parent pid in kinfo (used by e.g. ps)mjg2014-08-281-4/+13
* Correct the problems with the ptrace(2) making the debuggee an orphan.kib2014-08-071-3/+4
* Simplify the expression, by removing redundand calculation.kib2014-07-291-1/+1
* Followup to r268466.kib2014-07-151-28/+62
* Change the calculation of the kinfo_vmentry field kve_private_residentkib2014-07-151-1/+1
* Unconditionally initialize addr to handle the case of changed mapkib2014-07-101-0/+1
* Current code in sysctl proc.vmmap, which intent is to calculate thekib2014-07-091-34/+51
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anjhb2014-02-111-0/+3
* Add an kinfo sysctl to retrieve signal trampoline location for thekib2013-11-261-0/+58
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* 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
OpenPOWER on IntegriCloud