| Commit message (Expand) | Author | Age | Files | Lines |
* | ktrace: Log the code for all signals (PSIG events). | Jilles Tjoelker | 2011-04-17 | 1 | -2/+2 |
* | Fix several places to ignore processes that are not yet fully constructed. | John Baldwin | 2011-04-06 | 1 | -2/+4 |
* | Small style fix. | John Baldwin | 2011-03-23 | 1 | -1/+1 |
* | Allow debugger to specify that children of the traced process should be | Konstantin Belousov | 2011-01-25 | 1 | -0/+4 |
* | In kern_sigtimedwait(), move initialization code out of process lock, | David Xu | 2010-10-14 | 1 | -103/+86 |
* | sigqueue_collect_set() is no longer needed because other functions | David Xu | 2010-10-13 | 1 | -29/+7 |
* | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -17/+11 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | Matthew D Fleming | 2010-09-10 | 1 | -1/+1 |
* | rescure comments from RELENG_4. | David Xu | 2010-09-01 | 1 | -0/+12 |
* | If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT | David Xu | 2010-08-31 | 1 | -13/+6 |
* | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 1 | -3/+3 |
* | Fix function name in error messages. | David Xu | 2010-07-20 | 1 | -2/+2 |
* | - Various style and whitespace fixes. | John Baldwin | 2010-07-08 | 1 | -2/+2 |
* | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused | Konstantin Belousov | 2010-07-04 | 1 | -9/+8 |
* | Tweak the in-kernel API for sending signals to threads: | John Baldwin | 2010-06-29 | 1 | -9/+29 |
* | Do not report a stack garbage as the old value for debug.ncores sysctl. | Konstantin Belousov | 2010-06-21 | 1 | -1/+2 |
* | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 1 | -1/+1 |
* | Avoid allocating MAXHOSTNAMELEN bytes on the stack in expand_name(), | Alfred Perlstein | 2010-04-30 | 1 | -3/+19 |
* | When OOM searches for a process to kill, ignore the processes already | Konstantin Belousov | 2010-04-06 | 1 | -0/+1 |
* | Merge projects/enhanced_coredumps (r204346) into HEAD: | Alfred Perlstein | 2010-03-02 | 1 | -9/+121 |
* | Staticise sigqueue manipulation functions used only in kern_sig.c. | Konstantin Belousov | 2010-01-23 | 1 | -8/+8 |
* | When traced process is about to receive the signal, the process is | Konstantin Belousov | 2010-01-20 | 1 | -15/+30 |
* | Remove wrong assertion. Debugee is allowed to lose a signal. | Konstantin Belousov | 2009-12-03 | 1 | -3/+2 |
* | Among signal generation syscalls, only sigqueue(2) is allowed by POSIX | Konstantin Belousov | 2009-11-17 | 1 | -29/+53 |
* | In r198506, kern_sigsuspend() started doing cursig/postsig loop to make | Konstantin Belousov | 2009-11-10 | 1 | -8/+7 |
* | Trapsignal() and postsig() call kern_sigprocmask() with both process | Konstantin Belousov | 2009-10-30 | 1 | -20/+16 |
* | Trapsignal() calls kern_sigprocmask() when delivering catched signal | Konstantin Belousov | 2009-10-29 | 1 | -1/+2 |
* | In r197963, a race with thread being selected for signal delivery | Konstantin Belousov | 2009-10-27 | 1 | -21/+22 |
* | In kern_sigsuspend(), better manipulate thread signal mask using | Konstantin Belousov | 2009-10-27 | 1 | -22/+29 |
* | Improve the description of sysctl "kern.sugid_coredump". | Joseph Koshy | 2009-10-12 | 1 | -1/+1 |
* | Fix typo. | Konstantin Belousov | 2009-10-12 | 1 | -1/+1 |
* | Currently, when signal is delivered to the process and there is a thread | Konstantin Belousov | 2009-10-11 | 1 | -29/+102 |
* | Fix typo. | Konstantin Belousov | 2009-10-01 | 1 | -1/+1 |
* | Use C99 initialization for struct filterops. | Robert Watson | 2009-09-12 | 1 | -2/+6 |
* | 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 |