| Commit message (Expand) | Author | Age | Files | Lines |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | Konstantin Belousov | 2008-12-12 | 1 | -3/+15 |
* | Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoid | Konstantin Belousov | 2008-12-08 | 1 | -38/+40 |
* | Several threads in a process may do vfork() simultaneously. Then, all | Konstantin Belousov | 2008-12-05 | 1 | -0/+1 |
* | Merge user/peter/kinfo branch as of r185547 into head. | Peter Wemm | 2008-12-02 | 1 | -2/+183 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 1 | -0/+3 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | John Baldwin | 2008-11-04 | 1 | -2/+2 |
* | Add three extra to the kinfo_proc_vmmap data. kve_offset - the offset | Peter Wemm | 2008-10-31 | 1 | -0/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -4/+4 |
* | Fix minor TTY API inconsistency. | Ed Schouten | 2008-09-16 | 1 | -1/+0 |
* | If the process id specified is invalid, the system call returns ESRCH | Kevin Lo | 2008-09-04 | 1 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -28/+31 |
* | Call pargs_drop() unconditionally in do_execve(), the function correctly | Konstantin Belousov | 2008-07-25 | 1 | -1/+2 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | John Birrell | 2008-05-24 | 1 | -0/+37 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -13/+5 |
* | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -2/+2 |
* | Don't zero td_runtime when billing thread CPU usage to the process; | Robert Watson | 2008-01-10 | 1 | -7/+13 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -2/+1 |
* | Return ESRCH when a kernel stack is queried on a process in execve() -- | Robert Watson | 2007-12-27 | 1 | -1/+2 |
* | Check for P_WEXIT before PHOLD() on a process in kstack and vm query | Robert Watson | 2007-12-09 | 1 | -0/+8 |
* | Add another new sysctl in support of the forthcoming procstat(1) to | Robert Watson | 2007-12-02 | 1 | -0/+106 |
* | Add two new sysctls in support of the forthcoming procstat(1) to support | Robert Watson | 2007-12-02 | 1 | -1/+159 |
* | Test that p_textvp is non-NULL be dereferencing, as no executable vnode is | Robert Watson | 2007-11-20 | 1 | -0/+5 |
* | Adds an event handler for: | Randall Stewart | 2007-11-15 | 1 | -2/+6 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -15/+13 |
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | Jeff Roberson | 2007-09-21 | 1 | -2/+3 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -2/+5 |
* | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -0/+2 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -12/+16 |
* | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
* | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | Ed Maste | 2007-03-23 | 1 | -8/+1 |
* | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -38/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -2/+25 |
* | Remove duplicated $FreeBSD$. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -1/+0 |
* | Move Giant up even further since P_CONTROLT isn't really fully locked | Martin Blapp | 2006-09-27 | 1 | -1/+1 |
* | Protect enterpgrp() against another tty/proc race case until the tty locking ... | Martin Blapp | 2006-09-23 | 1 | -0/+3 |
* | Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The tty | Martin Blapp | 2006-09-19 | 1 | -0/+6 |
* | CPU time accounting speedup (step 2) | Poul-Henning Kamp | 2006-02-11 | 1 | -1/+1 |
* | Modify the way we account for CPU time spent (step 1) | Poul-Henning Kamp | 2006-02-07 | 1 | -3/+1 |
* | Return the thread name in the kinfo_proc structure. | Julian Elischer | 2006-01-18 | 1 | -0/+7 |
* | Since p_cansee will end up dereferencing p_ucred, don't check for p_ucred | Juli Mallett | 2006-01-17 | 1 | -9/+7 |
* | Add code to report zombie state. | David Xu | 2005-12-29 | 1 | -0/+2 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | Robert Watson | 2005-11-13 | 1 | -0/+1 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | David Xu | 2005-11-08 | 1 | -0/+4 |
* | Document in #ifdef notnow code the actions that proc_fini would need to | John Baldwin | 2005-10-24 | 1 | -0/+9 |
* | Always wire the sysctl output buffer in sysctl_kern_proc() before | Don Lewis | 2005-10-02 | 1 | -95/+113 |
* | Use the refcount API to implement reference counts on process argument | John Baldwin | 2005-09-27 | 1 | -11/+4 |
* | Add a sysctl that returns the full path of a process' text file. | David Schultz | 2005-04-18 | 1 | -0/+45 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 1 | -1/+0 |
* | Add ki_jid field to the kinfo_proc structure and store jail ID there. | Pawel Jakub Dawidek | 2005-03-20 | 1 | -1/+5 |
* | In stange circumstances we may end up being the last reference to a | Poul-Henning Kamp | 2005-03-17 | 1 | -10/+17 |