| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -2/+25 |
* | Remove duplicated $FreeBSD$. | pjd | 2006-09-30 | 1 | -1/+0 |
* | Move Giant up even further since P_CONTROLT isn't really fully locked | mbr | 2006-09-27 | 1 | -1/+1 |
* | Protect enterpgrp() against another tty/proc race case until the tty locking ... | mbr | 2006-09-23 | 1 | -0/+3 |
* | Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The tty | mbr | 2006-09-19 | 1 | -0/+6 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -1/+1 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -3/+1 |
* | Return the thread name in the kinfo_proc structure. | julian | 2006-01-18 | 1 | -0/+7 |
* | Since p_cansee will end up dereferencing p_ucred, don't check for p_ucred | jmallett | 2006-01-17 | 1 | -9/+7 |
* | Add code to report zombie state. | davidxu | 2005-12-29 | 1 | -0/+2 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | rwatson | 2005-11-13 | 1 | -0/+1 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | davidxu | 2005-11-08 | 1 | -0/+4 |
* | Document in #ifdef notnow code the actions that proc_fini would need to | jhb | 2005-10-24 | 1 | -0/+9 |
* | Always wire the sysctl output buffer in sysctl_kern_proc() before | truckman | 2005-10-02 | 1 | -95/+113 |
* | Use the refcount API to implement reference counts on process argument | jhb | 2005-09-27 | 1 | -11/+4 |
* | Add a sysctl that returns the full path of a process' text file. | das | 2005-04-18 | 1 | -0/+45 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 1 | -1/+0 |
* | Add ki_jid field to the kinfo_proc structure and store jail ID there. | pjd | 2005-03-20 | 1 | -1/+5 |
* | In stange circumstances we may end up being the last reference to a | phk | 2005-03-17 | 1 | -10/+17 |
* | Function jailed() looks into ucred strcture, so be sure ucred is not NULL. | pjd | 2005-03-12 | 1 | -4/+4 |
* | Clean up a bit. | pjd | 2005-03-12 | 1 | -11/+12 |
* | Make a bunch of SYSCTL_NODEs static. | phk | 2005-02-10 | 1 | -22/+23 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Axe a.out core dump support. Neither older gdb binaries nor current | das | 2004-11-27 | 1 | -13/+0 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 1 | -5/+2 |
* | Malloc p_stats instead of putting it in the U area. We should consider | das | 2004-11-20 | 1 | -5/+44 |
* | Remove duplicate line. | julian | 2004-10-10 | 1 | -1/+0 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -13/+12 |
* | The zone from which proc structures are allocated is marked | das | 2004-09-19 | 1 | -16/+5 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -28/+10 |
* | Cause pfind() not to return processes in the PRS_NEW state. As a result, | rwatson | 2004-08-14 | 1 | -1/+8 |
* | Remove typos on KASSERT messages. | julian | 2004-08-09 | 1 | -3/+3 |