| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r196730: | Konstantin Belousov | 2009-09-08 | 1 | -10/+0 |
| * | Introduce a new sysctl process mib, kern.proc.groups which adds the | Brooks Davis | 2009-07-24 | 1 | -0/+40 |
| * | Revert the changes to struct kinfo_proc in r194498. Instead, fill | Brooks Davis | 2009-07-24 | 1 | -3/+9 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -0/+6 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 1 | -4/+2 |
| * | Add a flags field to struct ucred, and export that via kinfo_proc, | Robert Watson | 2009-06-01 | 1 | -0/+1 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -2/+2 |
| * | - Add a function (fill_kinfo_aggregate()) which aggregates relevant | Attilio Rao | 2009-02-18 | 1 | -22/+44 |
| * | - Add conditional Giant locking around the vrele() in | John Baldwin | 2009-01-23 | 1 | -33/+38 |
| * | vm_map_lock_read() does not increment map->timestamp, so we should | Konstantin Belousov | 2008-12-29 | 1 | -2/+2 |
| * | 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 |