summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_syscall.c
Commit message (Expand)AuthorAgeFilesLines
* The PTRACESTOP() macro is used only once. Inline the only use and removekib2012-02-111-1/+5
* A debugger which requested PT_FOLLOW_FORK should get the notificationkib2012-01-301-1/+2
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-301-9/+0
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-291-0/+9
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onkib2011-09-271-1/+9
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+213
OpenPOWER on IntegriCloud