summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r275616:kib2014-12-151-2/+13
* Fix build on ARM (and probably other platforms)gonzo2012-12-281-2/+2
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-10/+8
* Move the checks for td_pinned, td_critnest, TDP_NOFAULTING andattilio2012-09-081-21/+0
* Assert that system calls do not leak a pinned thread (via sched_pin()) tojhb2012-08-221-0/+3
* Assert that TDP_NOFAULTING and TDP_NOSPEEPING thread flags do not leakkib2012-05-301-0/+6
* Add thread-private flag to indicate that error value is already placedkib2012-04-121-3/+7
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-271-1/+20
* 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