sync
authorguenther <guenther@openbsd.org>
Tue, 28 Nov 2017 06:05:15 +0000 (06:05 +0000)
committerguenther <guenther@openbsd.org>
Tue, 28 Nov 2017 06:05:15 +0000 (06:05 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 2b46cda..5e20003 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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>
@@ -258,13 +258,8 @@ struct sysent sysent[] = {
            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,
index 0bd41a8..668382a 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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[] = {
@@ -133,11 +133,7 @@ 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 */
index efdb1c2..fa8c665 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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 */
index 2af8ebc..09fc80b 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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
@@ -568,13 +568,6 @@ struct sys_sendsyslog_args {
        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;
@@ -1226,10 +1219,6 @@ int      sys_ppoll(struct proc *, void *, register_t *);
 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 *);