summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r323234,r323305,r323306,r324044:mjg2018-02-211-3/+3
* MFC r319518:kib2017-06-101-0/+2
* MFC r315281:kib2017-03-281-2/+2
* MFC r313941:hselasky2017-03-141-0/+9
* MFC r309676vangyzen2016-12-151-1/+9
* MFC r303382:kib2016-08-261-0/+2
* Get rid of struct proc p_sched and struct thread td_sched pointers.kib2016-06-051-1/+0
* Use ANSI function definition.kib2016-06-051-1/+1
* Use a loop instead of a goto in sysctl_kern_proc_kstack().markj2016-04-171-6/+3
* The struct thread td_estcpu member is only used by the 4BSD scheduler.kib2016-04-171-2/+2
* kern: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-2/+1
* Remove the assert which outlived its usefulness, and, by default,kib2016-02-081-12/+7
* session: avoid proctree lock on proc exit when possiblemjg2016-01-201-0/+73
* session: tidy up fixjobcmjg2016-01-201-13/+7
* proc: fix a race which could result in dereference of bad p_pgrp pointer on forkmjg2015-12-181-0/+1
* Fix style issues around existing SDT probes.markj2015-12-161-16/+13
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-60/+27
* Export various helper variables describing the layout and size ofjhb2015-11-121-0/+15
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-061-5/+18
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-6/+6
* When a process group leader exits, all of the processes in the group arejhb2015-09-161-1/+1
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-4/+7
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-3/+4
* Implement lockless resource limits.mjg2015-06-101-1/+1
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-2/+18
* Make setproctitle(3) work in Capsicum capability mode. This makestrasz2015-04-271-1/+1
* The sysctls that return process argv and envv return binary data, so clearian2015-03-221-0/+2
* proc: use MTX_NEW flag in proc_initmjg2015-03-211-6/+5
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-141-0/+3
* Fix gcc build.kib2014-12-141-1/+2
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-0/+138
* Disable recursion for the process spinlock.kib2014-12-011-1/+1
* The process spin lock currently has the following distinct uses:kib2014-11-261-4/+7
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidadrian2014-10-181-0/+24
* On error, sbuf_bcat() returns -1. Some callers returned this -1 tokib2014-10-051-8/+14
* 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
OpenPOWER on IntegriCloud