summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-171-14/+5
* Add a way to distinguish between forking and thread creation in schedtail.ed2015-10-221-0/+3
* Fix various edge cases related to system call tracing.jhb2015-10-061-2/+3
* Always clear TDB_USERWR before fetching system call arguments. Thejhb2015-09-161-5/+5
* The 'sa' argument to syscallret() is not unused.jhb2015-09-011-1/+1
* Export current system call code and argument count for system call entryjhb2015-09-011-0/+6
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Thread waiting for the vfork(2)-ed child to exec or exit, must allowkib2014-12-081-2/+13
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* 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