| Commit message (Expand) | Author | Age | Files | Lines |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | ANSIfy kern_proc.c and delete register keyword | Ed Maste | 2016-07-27 | 1 | -27/+13 |
* | Hide the boottime and bootimebin globals, provide the getboottime(9) | Konstantin Belousov | 2016-07-27 | 1 | -0/+2 |
* | Get rid of struct proc p_sched and struct thread td_sched pointers. | Konstantin Belousov | 2016-06-05 | 1 | -1/+0 |
* | Use ANSI function definition. | Konstantin Belousov | 2016-06-05 | 1 | -1/+1 |
* | Use a loop instead of a goto in sysctl_kern_proc_kstack(). | Mark Johnston | 2016-04-17 | 1 | -6/+3 |
* | The struct thread td_estcpu member is only used by the 4BSD scheduler. | Konstantin Belousov | 2016-04-17 | 1 | -2/+2 |
* | kern: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
* | Rename P_KTHREAD struct proc p_flag to P_KPROC. | Konstantin Belousov | 2016-02-09 | 1 | -2/+1 |
* | Remove the assert which outlived its usefulness, and, by default, | Konstantin Belousov | 2016-02-08 | 1 | -12/+7 |
* | session: avoid proctree lock on proc exit when possible | Mateusz Guzik | 2016-01-20 | 1 | -0/+73 |
* | session: tidy up fixjobc | Mateusz Guzik | 2016-01-20 | 1 | -13/+7 |
* | proc: fix a race which could result in dereference of bad p_pgrp pointer on fork | Mateusz Guzik | 2015-12-18 | 1 | -0/+1 |
* | Fix style issues around existing SDT probes. | Mark Johnston | 2015-12-16 | 1 | -16/+13 |
* | Add helper functions proc_readmem() and proc_writemem(). | Mark Johnston | 2015-12-07 | 1 | -60/+27 |
* | Export various helper variables describing the layout and size of | John Baldwin | 2015-11-12 | 1 | -0/+15 |
* | Fix core corruption caused by race in note_procstat_vmmap | Conrad Meyer | 2015-10-06 | 1 | -5/+18 |
* | save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBE | Andriy Gapon | 2015-09-28 | 1 | -6/+6 |
* | When a process group leader exits, all of the processes in the group are | John Baldwin | 2015-09-16 | 1 | -1/+1 |
* | Add stack_save_td_running(), a function to trace the kernel stack of a | Mark Johnston | 2015-09-11 | 1 | -4/+7 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | Konstantin Belousov | 2015-07-18 | 1 | -3/+4 |
* | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 1 | -1/+1 |
* | Provide vnode in memory map info for files on tmpfs | Eric van Gyzen | 2015-06-02 | 1 | -2/+18 |
* | Make setproctitle(3) work in Capsicum capability mode. This makes | Edward Tomasz Napierala | 2015-04-27 | 1 | -1/+1 |
* | The sysctls that return process argv and envv return binary data, so clear | Ian Lepore | 2015-03-22 | 1 | -0/+2 |
* | proc: use MTX_NEW flag in proc_init | Mateusz Guzik | 2015-03-21 | 1 | -6/+5 |
* | Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl | Ian Lepore | 2015-03-14 | 1 | -0/+3 |
* | Fix gcc build. | Konstantin Belousov | 2014-12-14 | 1 | -1/+2 |
* | Add facility to stop all userspace processes. The supposed use of the | Konstantin Belousov | 2014-12-13 | 1 | -0/+138 |
* | Disable recursion for the process spinlock. | Konstantin Belousov | 2014-12-01 | 1 | -1/+1 |
* | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 1 | -4/+7 |
* | Update the ULE scheduler + thread and kinfo structs to use int for cpuid | Adrian Chadd | 2014-10-18 | 1 | -0/+24 |
* | On error, sbuf_bcat() returns -1. Some callers returned this -1 to | Konstantin Belousov | 2014-10-05 | 1 | -8/+14 |
* | Plug a hypothetical use after free in sysctl kern.proc.groups. | Mateusz Guzik | 2014-09-04 | 1 | -2/+2 |
* | Fix dereference after NULL check. | Gleb Smirnoff | 2014-09-03 | 1 | -3/+4 |
* | Return real parent pid in kinfo (used by e.g. ps) | Mateusz Guzik | 2014-08-28 | 1 | -4/+13 |
* | Correct the problems with the ptrace(2) making the debuggee an orphan. | Konstantin Belousov | 2014-08-07 | 1 | -3/+4 |
* | Simplify the expression, by removing redundand calculation. | Konstantin Belousov | 2014-07-29 | 1 | -1/+1 |
* | Followup to r268466. | Konstantin Belousov | 2014-07-15 | 1 | -28/+62 |
* | Change the calculation of the kinfo_vmentry field kve_private_resident | Konstantin Belousov | 2014-07-15 | 1 | -1/+1 |
* | Unconditionally initialize addr to handle the case of changed map | Konstantin Belousov | 2014-07-10 | 1 | -0/+1 |
* | Current code in sysctl proc.vmmap, which intent is to calculate the | Konstantin Belousov | 2014-07-09 | 1 | -34/+51 |
* | Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an | John Baldwin | 2014-02-11 | 1 | -0/+3 |
* | Add an kinfo sysctl to retrieve signal trampoline location for the | Konstantin Belousov | 2013-11-26 | 1 | -0/+58 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -6/+6 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
* | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 1 | -0/+2 |
* | Add the ability to display the default FIB number for a process to the | Will Andrews | 2013-08-26 | 1 | -0/+2 |
* | Specify SDT probe argument types in the probe definition itself rather than | Mark Johnston | 2013-08-15 | 1 | -27/+12 |
* | Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv() | Mikolaj Golub | 2013-04-14 | 1 | -18/+29 |