Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assert that TDP_NOFAULTING and TDP_NOSPEEPING thread flags do not leak | kib | 2012-05-30 | 1 | -0/+6 |
* | Add thread-private flag to indicate that error value is already placed | kib | 2012-04-12 | 1 | -3/+7 |
* | Currently, the debugger attached to the process executing vfork() does | kib | 2012-02-27 | 1 | -1/+20 |
* | The PTRACESTOP() macro is used only once. Inline the only use and remove | kib | 2012-02-11 | 1 | -1/+5 |
* | A debugger which requested PT_FOLLOW_FORK should get the notification | kib | 2012-01-30 | 1 | -1/+2 |
* | Revert rev. 226893: subr_syscall.c is being included from C files and | marcel | 2011-10-30 | 1 | -9/+0 |
* | Define systrace_probe_func in subr_syscall.c where it's used, instead | marcel | 2011-10-29 | 1 | -0/+9 |
* | Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on | kib | 2011-09-27 | 1 | -1/+9 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+213 |