| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually, for signal and thread suspension, extra process spin lock is | davidxu | 2008-10-23 | 1 | -28/+1 |
* | Move per-thread userland debugging flags into seperated field, | davidxu | 2008-10-15 | 1 | -8/+4 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+2 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -2/+10 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 1 | -0/+22 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 1 | -0/+1 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -33/+13 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -157/+0 |
* | Use sbuf routines to construct core dump filenames rather than custom | rwatson | 2008-03-08 | 1 | -27/+22 |
* | Unlock the process lock when expand_name() fails, or we may leak the | rwatson | 2008-03-08 | 1 | -0/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -3/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Be more exact with sigaction SA_SIGINFO handling. | obrien | 2007-12-18 | 1 | -2/+5 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+1 |
* | Implement AUE_CORE, which adds process core dump support into the kernel. | csjp | 2007-10-26 | 1 | -6/+27 |
* | Move where we audit the PID argument such that we unconditionally | csjp | 2007-10-24 | 1 | -1/+1 |
* | - Calling sched_nice() in tdsigwakeup() is no longer required by ULE and | jeff | 2007-07-19 | 1 | -6/+2 |
* | - Add a missing PROC_SUNLOCK() in tdsignal() | jeff | 2007-06-11 | 1 | -1/+3 |
* | Initialized ets to zero. This is arguably a gcc bug in that ets is always | mjacob | 2007-06-10 | 1 | -0/+2 |
* | Commit 4/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -56/+66 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -2/+2 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Comment that tdsignal() may be entered from the debugger. | rwatson | 2007-05-23 | 1 | -0/+4 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 1 | -2/+2 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -12/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -75/+8 |
* | Give which signal caller has attempted to deliver when panicking. | delphij | 2007-02-09 | 1 | -2/+2 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -1/+1 |
* | break loop early if we know that there are at least two signals. | davidxu | 2006-12-25 | 1 | -1/+2 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+60 |
* | Use macro TAILQ_FOREACH_SAFE instead of expanding it. | davidxu | 2006-10-22 | 1 | -6/+3 |
* | Remove the check that prevented signals from being delivered to exiting | jhb | 2006-10-20 | 1 | -3/+1 |
* | Move some declaration of 32-bit signal structures into file | davidxu | 2006-10-05 | 1 | -3/+1 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -5/+1 |
* | Call vn_finished_write() before calling the coredump handler which will | tegge | 2006-05-07 | 1 | -1/+1 |
* | Don't try to kill embryonic processes in killpg1(). This prevents | ps | 2006-04-21 | 1 | -2/+3 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | jhb | 2006-03-28 | 1 | -13/+12 |
* | Remove _STOPEVENT call, it is already called in issignal, simplify | davidxu | 2006-03-09 | 1 | -6/+1 |
* | Add signal set sq_kill to sigqueue structure, the member saves all | davidxu | 2006-03-02 | 1 | -3/+23 |
* | 1. Refine kern_sigtimedwait() to remove redundant code. | davidxu | 2006-02-23 | 1 | -31/+43 |
* | Code cleanup, simply compare with curproc. | davidxu | 2006-02-23 | 1 | -2/+1 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -6/+11 |
* | Audit the arguments to the kill(2) and killpg(2) system calls. | wsalamon | 2006-02-14 | 1 | -0/+7 |
* | In order to speed up process suspension on MP machine, send IPI to | davidxu | 2006-02-13 | 1 | -31/+29 |
* | Create childproc_jobstate function to report job control state, this | davidxu | 2006-02-04 | 1 | -42/+49 |
* | Avoid kernel panic when attaching a process which may not be stopped | davidxu | 2005-12-24 | 1 | -2/+0 |
* | Add a sysctl to force a process to sigexit if a trap signal is | davidxu | 2005-12-09 | 1 | -0/+17 |
* | Cleanup sigqueue sysctl. | davidxu | 2005-12-09 | 1 | -6/+2 |
* | Fix a lock leak in childproc_continued(). | davidxu | 2005-12-06 | 1 | -1/+3 |