| Commit message (Expand) | Author | Age | Files | Lines |
* | For kinfo_proc in kp->ki_siglist, return the set of the signals pending | kib | 2010-02-27 | 1 | -4/+6 |
* | Include terminated threads in ps's process cpu time field. | jilles | 2010-02-27 | 1 | -2/+0 |
* | Remove an unused global. | bz | 2009-12-25 | 1 | -1/+0 |
* | Let access overriding to TTYs depend on the cdev_priv, not the vnode. | ed | 2009-12-19 | 1 | -0/+1 |
* | In fill_kinfo_thread, copy the thread's name into struct kinfo_proc even | emaste | 2009-10-01 | 1 | -2/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -10/+0 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -0/+10 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -10/+0 |
* | Introduce a new sysctl process mib, kern.proc.groups which adds the | brooks | 2009-07-24 | 1 | -0/+40 |
* | Revert the changes to struct kinfo_proc in r194498. Instead, fill | brooks | 2009-07-24 | 1 | -3/+9 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+6 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -4/+2 |
* | Add a flags field to struct ucred, and export that via kinfo_proc, | rwatson | 2009-06-01 | 1 | -0/+1 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -2/+2 |
* | - Add a function (fill_kinfo_aggregate()) which aggregates relevant | attilio | 2009-02-18 | 1 | -22/+44 |
* | - Add conditional Giant locking around the vrele() in | jhb | 2009-01-23 | 1 | -33/+38 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -2/+2 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -3/+15 |
* | Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoid | kib | 2008-12-08 | 1 | -38/+40 |
* | Several threads in a process may do vfork() simultaneously. Then, all | kib | 2008-12-05 | 1 | -0/+1 |
* | Merge user/peter/kinfo branch as of r185547 into head. | peter | 2008-12-02 | 1 | -2/+183 |
|\ |
|
| * | Duplicate another few hundred lines of code in order to be compatible | peter | 2008-12-01 | 1 | -2/+179 |
| * | WIP kinfo_file/kinfo_vmmentry tweaks. The idea: | peter | 2008-11-29 | 1 | -3/+7 |
|/ |
|
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -0/+3 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | jhb | 2008-11-04 | 1 | -2/+2 |
* | Add three extra to the kinfo_proc_vmmap data. kve_offset - the offset | peter | 2008-10-31 | 1 | -0/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Fix minor TTY API inconsistency. | ed | 2008-09-16 | 1 | -1/+0 |
* | If the process id specified is invalid, the system call returns ESRCH | kevlo | 2008-09-04 | 1 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -28/+31 |
* | Call pargs_drop() unconditionally in do_execve(), the function correctly | kib | 2008-07-25 | 1 | -1/+2 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 1 | -0/+37 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -13/+5 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -2/+2 |
* | Don't zero td_runtime when billing thread CPU usage to the process; | rwatson | 2008-01-10 | 1 | -7/+13 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+1 |
* | Return ESRCH when a kernel stack is queried on a process in execve() -- | rwatson | 2007-12-27 | 1 | -1/+2 |
* | Check for P_WEXIT before PHOLD() on a process in kstack and vm query | rwatson | 2007-12-09 | 1 | -0/+8 |
* | Add another new sysctl in support of the forthcoming procstat(1) to | rwatson | 2007-12-02 | 1 | -0/+106 |
* | Add two new sysctls in support of the forthcoming procstat(1) to support | rwatson | 2007-12-02 | 1 | -1/+159 |
* | Test that p_textvp is non-NULL be dereferencing, as no executable vnode is | rwatson | 2007-11-20 | 1 | -0/+5 |
* | Adds an event handler for: | rrs | 2007-11-15 | 1 | -2/+6 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -15/+13 |
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 1 | -2/+3 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -2/+5 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -0/+2 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -12/+16 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | emaste | 2007-03-23 | 1 | -8/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -38/+1 |