| Commit message (Expand) | Author | Age | Files | Lines |
* | When vforked child is traced, the debugging events are not generated | kib | 2013-02-07 | 1 | -1/+1 |
* | Rework the handling of stop signals in the NFS client. The changes in | jhb | 2013-02-06 | 1 | -11/+43 |
* | Replace expand_name() function with corefile_open() function, which not | pjd | 2012-12-19 | 1 | -54/+35 |
* | Use correct file permissions when looking for available core file if | pjd | 2012-12-19 | 1 | -1/+1 |
* | The 'flags' argument can be modified in vn_open_cred(), so we need to | pjd | 2012-12-19 | 1 | -1/+1 |
* | Do not audit paths we try when kern.corefile contains %I. | pjd | 2012-12-19 | 1 | -1/+2 |
* | Style cleanups. | pjd | 2012-12-19 | 1 | -50/+48 |
* | The expand_name() function isn't called with the process lock held anymore, | pjd | 2012-12-19 | 1 | -14/+2 |
* | Minor style tweaks. | pjd | 2012-12-17 | 1 | -6/+5 |
* | Better variables naming in expand_name() to be more consistent with coredump(). | pjd | 2012-12-17 | 1 | -16/+16 |
* | Move expand_name() after process lock is released. | pjd | 2012-12-16 | 1 | -7/+4 |
* | Don't add audit record when coredumps are disabled or name cannot be expanded. | pjd | 2012-12-16 | 1 | -9/+0 |
* | Make the check easier to read. | pjd | 2012-12-16 | 1 | -2/+1 |
* | Use 'cred' variable. | pjd | 2012-12-16 | 1 | -2/+1 |
* | Add kern.capmode_coredump sysctl/tunable to allow processes in capability mode | pjd | 2012-11-27 | 1 | -2/+13 |
* | Allow to use kill(2) in capability mode, but process can send a signal only | pjd | 2012-11-27 | 1 | -0/+8 |
* | Allow to modify kern.sugid_coredump and kern.corefile from loader.conf. | pjd | 2012-11-27 | 1 | -0/+2 |
* | More style fixes. | pjd | 2012-11-27 | 1 | -4/+4 |
* | Style fixes (mostly whitespaces). | pjd | 2012-11-27 | 1 | -35/+39 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -9/+2 |
* | Correct the killpg(2) return values: | eadler | 2012-10-22 | 1 | -6/+14 |
* | Colin acked the wrong diff originally. fixed version coming soon. | eadler | 2012-10-22 | 1 | -15/+6 |
* | Correct the killpg(2) return values: | eadler | 2012-10-22 | 1 | -6/+15 |
* | Ignore stop and continue signals sent to an exiting process. Stop signals | jhb | 2012-09-13 | 1 | -2/+5 |
* | 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 |