Sat Mar 10 05:12:18 2018 UTC ()
Regen


(pgoyette)
diff -r1.319 -r1.319.2.1 src/sys/kern/init_sysent.c
diff -r1.310 -r1.310.2.1 src/sys/kern/syscalls.c
diff -r1.27 -r1.27.2.1 src/sys/kern/syscalls_autoload.c
diff -r1.29 -r1.29.2.1 src/sys/kern/systrace_args.c
diff -r1.108 -r1.108.2.1 src/sys/rump/include/rump/rump_syscalls.h
diff -r1.137 -r1.137.2.1 src/sys/rump/librump/rumpkern/rump_syscalls.c
diff -r1.304 -r1.304.2.1 src/sys/sys/syscall.h
diff -r1.288 -r1.288.2.1 src/sys/sys/syscallargs.h

cvs diff -r1.319 -r1.319.2.1 src/sys/kern/init_sysent.c (expand / switch to unified diff)

--- src/sys/kern/init_sysent.c 2018/01/06 16:41:23 1.319
+++ src/sys/kern/init_sysent.c 2018/03/10 05:12:17 1.319.2.1
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1/* $NetBSD: init_sysent.c,v 1.319 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: init_sysent.c,v 1.319.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call switch table. 4 * System call switch table.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.288 2017/12/19 08:48:19 kamil Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#include <sys/cdefs.h> 10#include <sys/cdefs.h>
11__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319 2018/01/06 16:41:23 kamil Exp $"); 11__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.319.2.1 2018/03/10 05:12:17 pgoyette Exp $");
12 12
13#include "opt_modular.h" 13#include "opt_modular.h"
14#include "opt_ntp.h" 14#include "opt_ntp.h"
15#include "opt_sysv.h" 15#include "opt_sysv.h"
16#include <sys/param.h> 16#include <sys/param.h>
17#include <sys/systm.h> 17#include <sys/systm.h>
18#include <sys/signal.h> 18#include <sys/signal.h>
19#include <sys/socket.h> 19#include <sys/socket.h>
20#include <sys/mount.h> 20#include <sys/mount.h>
21#include <sys/sched.h> 21#include <sys/sched.h>
22#include <sys/idtype.h> 22#include <sys/idtype.h>
23#include <sys/syscallargs.h> 23#include <sys/syscallargs.h>
24 24

cvs diff -r1.310 -r1.310.2.1 src/sys/kern/syscalls.c (expand / switch to unified diff)

--- src/sys/kern/syscalls.c 2018/01/06 16:41:23 1.310
+++ src/sys/kern/syscalls.c 2018/03/10 05:12:17 1.310.2.1
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1/* $NetBSD: syscalls.c,v 1.310 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: syscalls.c,v 1.310.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call names. 4 * System call names.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.288 2017/12/19 08:48:19 kamil Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#include <sys/cdefs.h> 10#include <sys/cdefs.h>
11__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310 2018/01/06 16:41:23 kamil Exp $"); 11__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.1 2018/03/10 05:12:17 pgoyette Exp $");
12 12
13#if defined(_KERNEL_OPT) 13#if defined(_KERNEL_OPT)
14#include "opt_modular.h" 14#include "opt_modular.h"
15#include "opt_ntp.h" 15#include "opt_ntp.h"
16#include "opt_sysv.h" 16#include "opt_sysv.h"
17#include <sys/param.h> 17#include <sys/param.h>
18#include <sys/systm.h> 18#include <sys/systm.h>
19#include <sys/signal.h> 19#include <sys/signal.h>
20#include <sys/socket.h> 20#include <sys/socket.h>
21#include <sys/mount.h> 21#include <sys/mount.h>
22#include <sys/sched.h> 22#include <sys/sched.h>
23#include <sys/idtype.h> 23#include <sys/idtype.h>
24#include <sys/syscallargs.h> 24#include <sys/syscallargs.h>

cvs diff -r1.27 -r1.27.2.1 src/sys/kern/syscalls_autoload.c (expand / switch to unified diff)

--- src/sys/kern/syscalls_autoload.c 2018/01/06 16:41:23 1.27
+++ src/sys/kern/syscalls_autoload.c 2018/03/10 05:12:17 1.27.2.1
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1/* $NetBSD: syscalls_autoload.c,v 1.27 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: syscalls_autoload.c,v 1.27.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call autoload table. 4 * System call autoload table.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#include <sys/cdefs.h> 10#include <sys/cdefs.h>
11__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27 2018/01/06 16:41:23 kamil Exp $"); 11__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.27.2.1 2018/03/10 05:12:17 pgoyette Exp $");
12 12
13#include <sys/proc.h> 13#include <sys/proc.h>
14static struct sc_autoload netbsd_syscalls_autoload[] = { 14static struct sc_autoload netbsd_syscalls_autoload[] = {
15 { SYS_compat_50_wait4, "compat" }, 15 { SYS_compat_50_wait4, "compat" },
16 { SYS_compat_43_ocreat, "compat" }, 16 { SYS_compat_43_ocreat, "compat" },
17 { SYS_compat_50_mknod, "compat" }, 17 { SYS_compat_50_mknod, "compat" },
18 { SYS_compat_20_getfsstat, "compat" }, 18 { SYS_compat_20_getfsstat, "compat" },
19 { SYS_compat_43_olseek, "compat" }, 19 { SYS_compat_43_olseek, "compat" },
20 { SYS_compat_40_mount, "compat" }, 20 { SYS_compat_40_mount, "compat" },
21 { SYS_ptrace, "ptrace" }, 21 { SYS_ptrace, "ptrace" },
22 { SYS_compat_43_stat43, "compat" }, 22 { SYS_compat_43_stat43, "compat" },
23 { SYS_compat_43_lstat43, "compat" }, 23 { SYS_compat_43_lstat43, "compat" },
24 { SYS_compat_13_sigaction13, "compat" }, 24 { SYS_compat_13_sigaction13, "compat" },
@@ -67,57 +67,57 @@ static struct sc_autoload netbsd_syscall @@ -67,57 +67,57 @@ static struct sc_autoload netbsd_syscall
67 { SYS_compat_43_okillpg, "compat" }, 67 { SYS_compat_43_okillpg, "compat" },
68 { SYS_compat_50_quotactl, "XXX" }, 68 { SYS_compat_50_quotactl, "XXX" },
69 { SYS_compat_43_oquota, "compat" }, 69 { SYS_compat_43_oquota, "compat" },
70 { SYS_compat_43_ogetsockname, "compat" }, 70 { SYS_compat_43_ogetsockname, "compat" },
71 { SYS_nfssvc, "nfsserver" }, 71 { SYS_nfssvc, "nfsserver" },
72 { SYS_compat_43_ogetdirentries, "compat" }, 72 { SYS_compat_43_ogetdirentries, "compat" },
73 { SYS_compat_20_statfs, "compat" }, 73 { SYS_compat_20_statfs, "compat" },
74 { SYS_compat_20_fstatfs, "compat" }, 74 { SYS_compat_20_fstatfs, "compat" },
75 { SYS_compat_30_getfh, "compat" }, 75 { SYS_compat_30_getfh, "compat" },
76 { SYS_compat_09_ogetdomainname, "compat" }, 76 { SYS_compat_09_ogetdomainname, "compat" },
77 { SYS_compat_09_osetdomainname, "compat" }, 77 { SYS_compat_09_osetdomainname, "compat" },
78 { SYS_compat_09_ouname, "compat" }, 78 { SYS_compat_09_ouname, "compat" },
79#if !defined(_LP64) 79#if !defined(_LP64)
80 { SYS_compat_10_osemsys, "sysv_ipc" }, 80 { SYS_compat_10_osemsys, "compat_sysv" },
81#else 81#else
82#endif 82#endif
83#if !defined(_LP64) 83#if !defined(_LP64)
84 { SYS_compat_10_omsgsys, "sysv_ipc" }, 84 { SYS_compat_10_omsgsys, "compat_sysv" },
85#else 85#else
86#endif 86#endif
87#if !defined(_LP64) 87#if !defined(_LP64)
88 { SYS_compat_10_oshmsys, "sysv_ipc" }, 88 { SYS_compat_10_oshmsys, "compat_sysv" },
89#else 89#else
90#endif 90#endif
91 { SYS_lfs_bmapv, "lfs" }, 91 { SYS_lfs_bmapv, "lfs" },
92 { SYS_lfs_markv, "lfs" }, 92 { SYS_lfs_markv, "lfs" },
93 { SYS_lfs_segclean, "lfs" }, 93 { SYS_lfs_segclean, "lfs" },
94 { SYS_compat_50_lfs_segwait, "compat" }, 94 { SYS_compat_50_lfs_segwait, "compat" },
95 { SYS_compat_12_stat12, "compat" }, 95 { SYS_compat_12_stat12, "compat" },
96 { SYS_compat_12_fstat12, "compat" }, 96 { SYS_compat_12_fstat12, "compat" },
97 { SYS_compat_12_lstat12, "compat" }, 97 { SYS_compat_12_lstat12, "compat" },
98 { SYS_compat_12_getdirentries, "compat" }, 98 { SYS_compat_12_getdirentries, "compat" },
99 { SYS_compat_50_futimes, "compat" }, 99 { SYS_compat_50_futimes, "compat" },
100 { SYS_afssys, "openafs" }, 100 { SYS_afssys, "openafs" },
101 { SYS_compat_14___semctl, "sysv_ipc" }, 101 { SYS_compat_14___semctl, "compat_sysv" },
102 { SYS_semget, "sysv_ipc" }, 102 { SYS_semget, "sysv_ipc" },
103 { SYS_semop, "sysv_ipc" }, 103 { SYS_semop, "sysv_ipc" },
104 { SYS_semconfig, "sysv_ipc" }, 104 { SYS_semconfig, "sysv_ipc" },
105 { SYS_compat_14_msgctl, "sysv_ipc" }, 105 { SYS_compat_14_msgctl, "compat_sysv" },
106 { SYS_msgget, "sysv_ipc" }, 106 { SYS_msgget, "sysv_ipc" },
107 { SYS_msgsnd, "sysv_ipc" }, 107 { SYS_msgsnd, "sysv_ipc" },
108 { SYS_msgrcv, "sysv_ipc" }, 108 { SYS_msgrcv, "sysv_ipc" },
109 { SYS_shmat, "sysv_ipc" }, 109 { SYS_shmat, "sysv_ipc" },
110 { SYS_compat_14_shmctl, "sysv_ipc" }, 110 { SYS_compat_14_shmctl, "compat_sysv" },
111 { SYS_shmdt, "sysv_ipc" }, 111 { SYS_shmdt, "sysv_ipc" },
112 { SYS_shmget, "sysv_ipc" }, 112 { SYS_shmget, "sysv_ipc" },
113 { SYS_compat_50_clock_gettime, "compat" }, 113 { SYS_compat_50_clock_gettime, "compat" },
114 { SYS_compat_50_clock_settime, "compat" }, 114 { SYS_compat_50_clock_settime, "compat" },
115 { SYS_compat_50_clock_getres, "compat" }, 115 { SYS_compat_50_clock_getres, "compat" },
116 { SYS_compat_50_timer_settime, "compat" }, 116 { SYS_compat_50_timer_settime, "compat" },
117 { SYS_compat_50_timer_gettime, "compat" }, 117 { SYS_compat_50_timer_gettime, "compat" },
118 { SYS_compat_50_nanosleep, "compat" }, 118 { SYS_compat_50_nanosleep, "compat" },
119 { SYS_compat_50___sigtimedwait, "compat" }, 119 { SYS_compat_50___sigtimedwait, "compat" },
120 { SYS__ksem_init, "ksem" }, 120 { SYS__ksem_init, "ksem" },
121 { SYS__ksem_open, "ksem" }, 121 { SYS__ksem_open, "ksem" },
122 { SYS__ksem_unlink, "ksem" }, 122 { SYS__ksem_unlink, "ksem" },
123 { SYS__ksem_close, "ksem" }, 123 { SYS__ksem_close, "ksem" },
@@ -137,29 +137,29 @@ static struct sc_autoload netbsd_syscall @@ -137,29 +137,29 @@ static struct sc_autoload netbsd_syscall
137 { SYS_mq_receive, "mqueue" }, 137 { SYS_mq_receive, "mqueue" },
138 { SYS_compat_50_mq_timedsend, "compat" }, 138 { SYS_compat_50_mq_timedsend, "compat" },
139 { SYS_compat_50_mq_timedreceive, "compat" }, 139 { SYS_compat_50_mq_timedreceive, "compat" },
140 { SYS_compat_30_getdents, "compat" }, 140 { SYS_compat_30_getdents, "compat" },
141 { SYS_compat_50_lutimes, "compat" }, 141 { SYS_compat_50_lutimes, "compat" },
142 { SYS_compat_30___stat13, "compat" }, 142 { SYS_compat_30___stat13, "compat" },
143 { SYS_compat_30___fstat13, "compat" }, 143 { SYS_compat_30___fstat13, "compat" },
144 { SYS_compat_30___lstat13, "compat" }, 144 { SYS_compat_30___lstat13, "compat" },
145 { SYS_compat_16___sigaction14, "compat" }, 145 { SYS_compat_16___sigaction14, "compat" },
146 { SYS_compat_16___sigreturn14, "compat" }, 146 { SYS_compat_16___sigreturn14, "compat" },
147 { SYS_compat_30_fhopen, "compat" }, 147 { SYS_compat_30_fhopen, "compat" },
148 { SYS_compat_30_fhstat, "compat" }, 148 { SYS_compat_30_fhstat, "compat" },
149 { SYS_compat_20_fhstatfs, "compat" }, 149 { SYS_compat_20_fhstatfs, "compat" },
150 { SYS_compat_50_____semctl13, "sysv_ipc" }, 150 { SYS_compat_50_____semctl13, "compat_sysv" },
151 { SYS_compat_50___msgctl13, "sysv_ipc" }, 151 { SYS_compat_50___msgctl13, "compat_sysv" },
152 { SYS_compat_50___shmctl13, "sysv_ipc" }, 152 { SYS_compat_50___shmctl13, "compat_sysv" },
153 { SYS_compat_50__lwp_park, "compat" }, 153 { SYS_compat_50__lwp_park, "compat" },
154 { SYS_compat_50_kevent, "compat" }, 154 { SYS_compat_50_kevent, "compat" },
155 { SYS_compat_30_fhstatvfs1, "compat" }, 155 { SYS_compat_30_fhstatvfs1, "compat" },
156 { SYS_compat_50_pselect, "compat" }, 156 { SYS_compat_50_pselect, "compat" },
157 { SYS_compat_50_pollts, "compat" }, 157 { SYS_compat_50_pollts, "compat" },
158 { SYS_compat_50___stat30, "compat" }, 158 { SYS_compat_50___stat30, "compat" },
159 { SYS_compat_50___fstat30, "compat" }, 159 { SYS_compat_50___fstat30, "compat" },
160 { SYS_compat_50___lstat30, "compat" }, 160 { SYS_compat_50___lstat30, "compat" },
161 { SYS_compat_30___fhstat30, "compat" }, 161 { SYS_compat_30___fhstat30, "compat" },
162 { SYS_compat_50___ntp_gettime30, "compat" }, 162 { SYS_compat_50___ntp_gettime30, "compat" },
163 { SYS_compat_50___fhstat40, "compat" }, 163 { SYS_compat_50___fhstat40, "compat" },
164 { SYS_aio_cancel, "aio" }, 164 { SYS_aio_cancel, "aio" },
165 { SYS_aio_error, "aio" }, 165 { SYS_aio_error, "aio" },

cvs diff -r1.29 -r1.29.2.1 src/sys/kern/systrace_args.c (expand / switch to unified diff)

--- src/sys/kern/systrace_args.c 2018/01/06 16:41:23 1.29
+++ src/sys/kern/systrace_args.c 2018/03/10 05:12:17 1.29.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: systrace_args.c,v 1.29 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: systrace_args.c,v 1.29.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call argument to DTrace register array converstion. 4 * System call argument to DTrace register array converstion.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * This file is part of the DTrace syscall provider. 7 * This file is part of the DTrace syscall provider.
8 */ 8 */
9 9
10static void 10static void
11systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args) 11systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
12{ 12{
13 intptr_t *iarg = (intptr_t *)uarg; 13 intptr_t *iarg = (intptr_t *)uarg;
14 switch (sysnum) { 14 switch (sysnum) {

cvs diff -r1.108 -r1.108.2.1 src/sys/rump/include/rump/rump_syscalls.h (expand / switch to unified diff)

--- src/sys/rump/include/rump/rump_syscalls.h 2018/01/06 16:41:23 1.108
+++ src/sys/rump/include/rump/rump_syscalls.h 2018/03/10 05:12:18 1.108.2.1
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1/* $NetBSD: rump_syscalls.h,v 1.108 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: rump_syscalls.h,v 1.108.2.1 2018/03/10 05:12:18 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call protos in rump namespace. 4 * System call protos in rump namespace.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#ifndef _RUMP_RUMP_SYSCALLS_H_ 10#ifndef _RUMP_RUMP_SYSCALLS_H_
11#define _RUMP_RUMP_SYSCALLS_H_ 11#define _RUMP_RUMP_SYSCALLS_H_
12 12
13#ifdef _KERNEL 13#ifdef _KERNEL
14#error Interface not supported inside kernel 14#error Interface not supported inside kernel
15#endif /* _KERNEL */ 15#endif /* _KERNEL */
16 16
17#include <rump/rump_syscalls_compat.h> 17#include <rump/rump_syscalls_compat.h>
18 18
19#ifndef RUMP_SYS_RENAME_FKTRACE 19#ifndef RUMP_SYS_RENAME_FKTRACE
20#define RUMP_SYS_RENAME_FKTRACE rump___sysimpl_fktrace 20#define RUMP_SYS_RENAME_FKTRACE rump___sysimpl_fktrace

cvs diff -r1.137 -r1.137.2.1 src/sys/rump/librump/rumpkern/rump_syscalls.c (expand / switch to unified diff)

--- src/sys/rump/librump/rumpkern/rump_syscalls.c 2018/01/06 16:41:23 1.137
+++ src/sys/rump/librump/rumpkern/rump_syscalls.c 2018/03/10 05:12:17 1.137.2.1
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1/* $NetBSD: rump_syscalls.c,v 1.137 2018/01/06 16:41:23 kamil Exp $ */ 1/* $NetBSD: rump_syscalls.c,v 1.137.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call vector and marshalling for rump. 4 * System call vector and marshalling for rump.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.288 2017/12/19 08:48:19 kamil Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#ifdef RUMP_CLIENT 10#ifdef RUMP_CLIENT
11#include <rump/rumpuser_port.h> 11#include <rump/rumpuser_port.h>
12#endif /* RUMP_CLIENT */ 12#endif /* RUMP_CLIENT */
13 13
14#include <sys/param.h> 14#include <sys/param.h>
15 15
16#ifdef __NetBSD__ 16#ifdef __NetBSD__
17#include <sys/cdefs.h> 17#include <sys/cdefs.h>
18__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137 2018/01/06 16:41:23 kamil Exp $"); 18__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.137.2.1 2018/03/10 05:12:17 pgoyette Exp $");
19 19
20#include <sys/fstypes.h> 20#include <sys/fstypes.h>
21#include <sys/proc.h> 21#include <sys/proc.h>
22#endif /* __NetBSD__ */ 22#endif /* __NetBSD__ */
23 23
24#ifdef RUMP_CLIENT 24#ifdef RUMP_CLIENT
25#include <errno.h> 25#include <errno.h>
26#include <stdint.h> 26#include <stdint.h>
27#include <stdlib.h> 27#include <stdlib.h>
28#include <string.h> 28#include <string.h>
29 29
30#include <srcsys/syscall.h> 30#include <srcsys/syscall.h>
31#include <srcsys/syscallargs.h> 31#include <srcsys/syscallargs.h>

cvs diff -r1.304 -r1.304.2.1 src/sys/sys/syscall.h (expand / switch to unified diff)

--- src/sys/sys/syscall.h 2018/01/06 16:41:24 1.304
+++ src/sys/sys/syscall.h 2018/03/10 05:12:17 1.304.2.1
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1/* $NetBSD: syscall.h,v 1.304 2018/01/06 16:41:24 kamil Exp $ */ 1/* $NetBSD: syscall.h,v 1.304.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call numbers. 4 * System call numbers.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.288 2017/12/19 08:48:19 kamil Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#ifndef _SYS_SYSCALL_H_ 10#ifndef _SYS_SYSCALL_H_
11#define _SYS_SYSCALL_H_ 11#define _SYS_SYSCALL_H_
12 12
13#define SYS_MAXSYSARGS 8 13#define SYS_MAXSYSARGS 8
14 14
15/* syscall: "syscall" ret: "int" args: "int" "..." */ 15/* syscall: "syscall" ret: "int" args: "int" "..." */
16#define SYS_syscall 0 16#define SYS_syscall 0
17 17
18/* syscall: "exit" ret: "void" args: "int" */ 18/* syscall: "exit" ret: "void" args: "int" */
19#define SYS_exit 1 19#define SYS_exit 1
20 20

cvs diff -r1.288 -r1.288.2.1 src/sys/sys/syscallargs.h (expand / switch to unified diff)

--- src/sys/sys/syscallargs.h 2018/01/06 16:41:24 1.288
+++ src/sys/sys/syscallargs.h 2018/03/10 05:12:17 1.288.2.1
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1/* $NetBSD: syscallargs.h,v 1.288 2018/01/06 16:41:24 kamil Exp $ */ 1/* $NetBSD: syscallargs.h,v 1.288.2.1 2018/03/10 05:12:17 pgoyette Exp $ */
2 2
3/* 3/*
4 * System call argument lists. 4 * System call argument lists.
5 * 5 *
6 * DO NOT EDIT-- this file is automatically generated. 6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.288 2017/12/19 08:48:19 kamil Exp 7 * created from NetBSD: syscalls.master,v 1.291.2.1 2018/03/10 05:09:24 pgoyette Exp
8 */ 8 */
9 9
10#ifndef _SYS_SYSCALLARGS_H_ 10#ifndef _SYS_SYSCALLARGS_H_
11#define _SYS_SYSCALLARGS_H_ 11#define _SYS_SYSCALLARGS_H_
12 12
13#ifndef RUMP_CLIENT 13#ifndef RUMP_CLIENT
14#include <sys/idtype.h> 14#include <sys/idtype.h>
15#include <sys/mount.h> 15#include <sys/mount.h>
16#include <sys/sched.h> 16#include <sys/sched.h>
17#endif 17#endif
18 18
19#include <sys/socket.h> 19#include <sys/socket.h>
20 20