-/* $OpenBSD: init_sysent.c,v 1.189 2017/08/12 00:04:06 tedu Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.190 2017/11/28 06:05:15 guenther Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.177 2017/08/12 00:03:10 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp
*/
#include <sys/param.h>
sys_sigsuspend }, /* 111 = sigsuspend */
{ 3, s(struct sys_sendsyslog_args), 0,
sys_sendsyslog }, /* 112 = sendsyslog */
-#ifdef KTRACE
- { 4, s(struct sys_fktrace_args), 0,
- sys_fktrace }, /* 113 = fktrace */
-#else
{ 0, 0, 0,
sys_nosys }, /* 113 = unimplemented fktrace */
-#endif
{ 0, 0, 0,
sys_nosys }, /* 114 = obsolete osendmsg */
{ 0, 0, 0,
-/* $OpenBSD: syscalls.c,v 1.188 2017/08/12 00:04:06 tedu Exp $ */
+/* $OpenBSD: syscalls.c,v 1.189 2017/11/28 06:05:16 guenther Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.177 2017/08/12 00:03:10 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp
*/
char *syscallnames[] = {
"pselect", /* 110 = pselect */
"sigsuspend", /* 111 = sigsuspend */
"sendsyslog", /* 112 = sendsyslog */
-#ifdef KTRACE
- "fktrace", /* 113 = fktrace */
-#else
"#113 (unimplemented fktrace)", /* 113 = unimplemented fktrace */
-#endif
"#114 (obsolete osendmsg)", /* 114 = obsolete osendmsg */
"#115 (obsolete vtrace)", /* 115 = obsolete vtrace */
"#116 (obsolete t32_gettimeofday)", /* 116 = obsolete t32_gettimeofday */
-/* $OpenBSD: syscall.h,v 1.188 2017/09/25 23:00:33 espie Exp $ */
+/* $OpenBSD: syscall.h,v 1.189 2017/11/28 06:05:15 guenther Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.177 2017/08/12 00:03:10 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
/* syscall: "sendsyslog" ret: "int" args: "const char *" "size_t" "int" */
#define SYS_sendsyslog 112
-/* syscall: "fktrace" ret: "int" args: "int" "int" "int" "pid_t" */
-#define SYS_fktrace 113
-
/* 114 is obsolete osendmsg */
/* 115 is obsolete vtrace */
/* 116 is obsolete t32_gettimeofday */
-/* $OpenBSD: syscallargs.h,v 1.191 2017/09/25 23:00:33 espie Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.192 2017/11/28 06:05:15 guenther Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.177 2017/08/12 00:03:10 tedu Exp
+ * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp
*/
#ifdef syscallarg
syscallarg(int) flags;
};
-struct sys_fktrace_args {
- syscallarg(int) fd;
- syscallarg(int) ops;
- syscallarg(int) facs;
- syscallarg(pid_t) pid;
-};
-
struct sys_getsockopt_args {
syscallarg(int) s;
syscallarg(int) level;
int sys_pselect(struct proc *, void *, register_t *);
int sys_sigsuspend(struct proc *, void *, register_t *);
int sys_sendsyslog(struct proc *, void *, register_t *);
-#ifdef KTRACE
-int sys_fktrace(struct proc *, void *, register_t *);
-#else
-#endif
int sys_getsockopt(struct proc *, void *, register_t *);
int sys_thrkill(struct proc *, void *, register_t *);
int sys_readv(struct proc *, void *, register_t *);