| Commit message (Expand) | Author | Age | Files | Lines |
* | Deliver SIGSYS to the guilty thread, not to the process. | kib | 2012-08-18 | 1 | -1/+1 |
* | Always clear p_xthread if current thread no longer needs it, in theory, if | davidxu | 2012-07-10 | 1 | -2/+3 |
* | Add thread-private flag to indicate that error value is already placed | kib | 2012-04-12 | 1 | -0/+2 |
* | Remove unused and wrong SA_PROC internal signal property. | jilles | 2012-04-09 | 1 | -23/+22 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Fix arguments list for proc:::signal-discard DTrace probe. | pluknet | 2011-10-28 | 1 | -1/+1 |
* | The sigwait(3) function shall not return EINTR, according to the | kib | 2011-10-01 | 1 | -0/+2 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -17/+17 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -0/+31 |
* | Fix support for RACCT_CORE by merging forgotten file. | trasz | 2011-05-26 | 1 | -2/+4 |
* | ktrace: Log the code for all signals (PSIG events). | jilles | 2011-04-17 | 1 | -2/+2 |
* | Fix several places to ignore processes that are not yet fully constructed. | jhb | 2011-04-06 | 1 | -2/+4 |
* | Small style fix. | jhb | 2011-03-23 | 1 | -1/+1 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 1 | -0/+4 |
* | In kern_sigtimedwait(), move initialization code out of process lock, | davidxu | 2010-10-14 | 1 | -103/+86 |
* | sigqueue_collect_set() is no longer needed because other functions | davidxu | 2010-10-13 | 1 | -29/+7 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -17/+11 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 1 | -1/+1 |
* | rescure comments from RELENG_4. | davidxu | 2010-09-01 | 1 | -0/+12 |
* | If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT | davidxu | 2010-08-31 | 1 | -13/+6 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -3/+3 |
* | Fix function name in error messages. | davidxu | 2010-07-20 | 1 | -2/+2 |
* | - Various style and whitespace fixes. | jhb | 2010-07-08 | 1 | -2/+2 |
* | Extend ptrace(PT_LWPINFO) to report siginfo for the signal that caused | kib | 2010-07-04 | 1 | -9/+8 |
* | Tweak the in-kernel API for sending signals to threads: | jhb | 2010-06-29 | 1 | -9/+29 |
* | Do not report a stack garbage as the old value for debug.ncores sysctl. | kib | 2010-06-21 | 1 | -1/+2 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -1/+1 |
* | Avoid allocating MAXHOSTNAMELEN bytes on the stack in expand_name(), | alfred | 2010-04-30 | 1 | -3/+19 |
* | When OOM searches for a process to kill, ignore the processes already | kib | 2010-04-06 | 1 | -0/+1 |
* | Merge projects/enhanced_coredumps (r204346) into HEAD: | alfred | 2010-03-02 | 1 | -9/+121 |
* | Staticise sigqueue manipulation functions used only in kern_sig.c. | kib | 2010-01-23 | 1 | -8/+8 |
* | When traced process is about to receive the signal, the process is | kib | 2010-01-20 | 1 | -15/+30 |
* | Remove wrong assertion. Debugee is allowed to lose a signal. | kib | 2009-12-03 | 1 | -3/+2 |
* | Among signal generation syscalls, only sigqueue(2) is allowed by POSIX | kib | 2009-11-17 | 1 | -29/+53 |
* | In r198506, kern_sigsuspend() started doing cursig/postsig loop to make | kib | 2009-11-10 | 1 | -8/+7 |
* | Trapsignal() and postsig() call kern_sigprocmask() with both process | kib | 2009-10-30 | 1 | -20/+16 |
* | Trapsignal() calls kern_sigprocmask() when delivering catched signal | kib | 2009-10-29 | 1 | -1/+2 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -21/+22 |
* | In kern_sigsuspend(), better manipulate thread signal mask using | kib | 2009-10-27 | 1 | -22/+29 |
* | Improve the description of sysctl "kern.sugid_coredump". | jkoshy | 2009-10-12 | 1 | -1/+1 |
* | Fix typo. | kib | 2009-10-12 | 1 | -1/+1 |
* | Currently, when signal is delivered to the process and there is a thread | kib | 2009-10-11 | 1 | -29/+102 |
* | Fix typo. | kib | 2009-10-01 | 1 | -1/+1 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -2/+6 |
* | Add new msleep(9) flag PBDY that shall be specified together with | kib | 2009-07-14 | 1 | -10/+27 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -5/+5 |
* | vn_open_cred() needs a non NULL ucred pointer | pho | 2009-06-23 | 1 | -1/+1 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 1 | -1/+2 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -5/+1 |