aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_syscall.c
Commit message (Expand)AuthorAgeFilesLines
...
* A debugger which requested PT_FOLLOW_FORK should get the notificationKonstantin Belousov2012-01-301-1/+2
* Revert rev. 226893: subr_syscall.c is being included from C files andMarcel Moolenaar2011-10-301-9/+0
* Define systrace_probe_func in subr_syscall.c where it's used, insteadMarcel Moolenaar2011-10-291-0/+9
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onKonstantin Belousov2011-09-271-1/+9
* Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-111-0/+213