| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r197660: | Konstantin Belousov | 2009-10-04 | 1 | -1/+1 |
| * | Add new msleep(9) flag PBDY that shall be specified together with | Konstantin Belousov | 2009-07-14 | 1 | -10/+27 |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -5/+5 |
| * | vn_open_cred() needs a non NULL ucred pointer | Peter Holm | 2009-06-23 | 1 | -1/+1 |
| * | Add another flags argument to vn_open_cred. Use it to specify that some | Konstantin Belousov | 2009-06-21 | 1 | -1/+2 |
| * | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -1/+0 |
| * | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -5/+1 |
| * | Revert rev 184216 and 184199, due to the way the thread_lock works, | David Xu | 2008-11-05 | 1 | -1/+28 |
| * | Actually, for signal and thread suspension, extra process spin lock is | David Xu | 2008-10-23 | 1 | -28/+1 |
| * | Move per-thread userland debugging flags into seperated field, | David Xu | 2008-10-15 | 1 | -8/+4 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+2 |
| * | If a thread that is swapped out is made runnable, then the setrunnable() | John Baldwin | 2008-08-05 | 1 | -2/+10 |
| * | Add DTrace 'proc' provider probes using the Statically Defined Trace | John Birrell | 2008-05-24 | 1 | -0/+22 |
| * | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | Jeff Roberson | 2008-03-21 | 1 | -0/+1 |
| * | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -33/+13 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -157/+0 |
| * | Use sbuf routines to construct core dump filenames rather than custom | Robert Watson | 2008-03-08 | 1 | -27/+22 |
| * | Unlock the process lock when expand_name() fails, or we may leak the | Robert Watson | 2008-03-08 | 1 | -0/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -3/+3 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Be more exact with sigaction SA_SIGINFO handling. | David E. O'Brien | 2007-12-18 | 1 | -2/+5 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -1/+1 |
| * | Implement AUE_CORE, which adds process core dump support into the kernel. | Christian S.J. Peron | 2007-10-26 | 1 | -6/+27 |
| * | Move where we audit the PID argument such that we unconditionally | Christian S.J. Peron | 2007-10-24 | 1 | -1/+1 |
| * | - Calling sched_nice() in tdsigwakeup() is no longer required by ULE and | Jeff Roberson | 2007-07-19 | 1 | -6/+2 |
| * | - Add a missing PROC_SUNLOCK() in tdsignal() | Jeff Roberson | 2007-06-11 | 1 | -1/+3 |
| * | Initialized ets to zero. This is arguably a gcc bug in that ets is always | Matt Jacob | 2007-06-10 | 1 | -0/+2 |
| * | Commit 4/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -56/+66 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -2/+2 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Comment that tdsignal() may be entered from the debugger. | Robert Watson | 2007-05-23 | 1 | -0/+4 |
| * | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | John Baldwin | 2007-03-21 | 1 | -2/+2 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -12/+2 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -75/+8 |
| * | Give which signal caller has attempted to deliver when panicking. | Xin LI | 2007-02-09 | 1 | -2/+2 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
| * | break loop early if we know that there are at least two signals. | David Xu | 2006-12-25 | 1 | -1/+2 |
| * | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 1 | -2/+1 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+60 |
| * | Use macro TAILQ_FOREACH_SAFE instead of expanding it. | David Xu | 2006-10-22 | 1 | -6/+3 |
| * | Remove the check that prevented signals from being delivered to exiting | John Baldwin | 2006-10-20 | 1 | -3/+1 |
| * | Move some declaration of 32-bit signal structures into file | David Xu | 2006-10-05 | 1 | -3/+1 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -5/+1 |
| * | Call vn_finished_write() before calling the coredump handler which will | Tor Egge | 2006-05-07 | 1 | -1/+1 |
| * | Don't try to kill embryonic processes in killpg1(). This prevents | Paul Saab | 2006-04-21 | 1 | -2/+3 |
| * | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | John Baldwin | 2006-03-28 | 1 | -13/+12 |
| * | Remove _STOPEVENT call, it is already called in issignal, simplify | David Xu | 2006-03-09 | 1 | -6/+1 |
| * | Add signal set sq_kill to sigqueue structure, the member saves all | David Xu | 2006-03-02 | 1 | -3/+23 |
| * | 1. Refine kern_sigtimedwait() to remove redundant code. | David Xu | 2006-02-23 | 1 | -31/+43 |
| * | Code cleanup, simply compare with curproc. | David Xu | 2006-02-23 | 1 | -2/+1 |