summaryrefslogtreecommitdiff
path: root/sys/kern/sys_syscall.c
AgeCommit message (Expand)Author
2020-02-08Retire KLEAK.maxv
2018-12-02Introduce KLEAK, a new feature that can detect kernel information leaks.maxv
2015-03-07regenchristos
2012-05-05use sy_call() so that l->l_sysent gets set, so that we can autoload moduleschristos
2008-04-29Convert to new 2 clause licensemartin
2008-02-06Remove the 'args' parameter to 'trace_exit()' it is no longer used.dsl
2008-01-05Don't pass 'curlwp' into trace_enter() and trace_exit().dsl
2007-12-31Remove systrace. Ok core@.ad
2007-12-22Further constification of the syscall args buffer.dsl
2007-12-22Add a few buckets of 'const' and 'static' to the system call trace code.dsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-11use __KERNEL_RCSID() instead of __RCSID()lukem
2007-11-09Add MI implementations of the indirect stystem call functions sys_syscall()dsl