Module Name:    src
Committed By:   christos
Date:           Mon Jan 31 00:06:57 UTC 2011

Modified Files:
        src/sys/kern: init_sysent.c syscalls.c
        src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.242 -r1.243 src/sys/kern/syscalls.c
cvs rdiff -u -r1.238 -r1.239 src/sys/sys/syscall.h
cvs rdiff -u -r1.221 -r1.222 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/init_sysent.c
diff -u src/sys/kern/init_sysent.c:1.251 src/sys/kern/init_sysent.c:1.252
--- src/sys/kern/init_sysent.c:1.251	Tue Jan 18 12:34:28 2011
+++ src/sys/kern/init_sysent.c	Sun Jan 30 19:06:57 2011
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.251 2011/01/18 17:34:28 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.252 2011/01/31 00:06:57 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.243 2011/01/31 00:05:29 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.251 2011/01/18 17:34:28 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.252 2011/01/31 00:06:57 christos Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"

Index: src/sys/kern/syscalls.c
diff -u src/sys/kern/syscalls.c:1.242 src/sys/kern/syscalls.c:1.243
--- src/sys/kern/syscalls.c:1.242	Tue Jan 18 12:34:28 2011
+++ src/sys/kern/syscalls.c	Sun Jan 30 19:06:57 2011
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.243 2011/01/31 00:06:57 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.243 2011/01/31 00:05:29 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.243 2011/01/31 00:06:57 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"

Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.238 src/sys/sys/syscall.h:1.239
--- src/sys/sys/syscall.h:1.238	Tue Jan 18 12:34:28 2011
+++ src/sys/sys/syscall.h	Sun Jan 30 19:06:57 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.238 2011/01/18 17:34:28 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.239 2011/01/31 00:06:57 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.243 2011/01/31 00:05:29 christos Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
@@ -33,7 +33,7 @@
 /* syscall: "close" ret: "int" args: "int" */
 #define	SYS_close	6
 
-/* syscall: "compat_50_wait4" ret: "int" args: "int" "int *" "int" "struct rusage50 *" */
+/* syscall: "compat_50_wait4" ret: "int" args: "pid_t" "int *" "int" "struct rusage50 *" */
 #define	SYS_compat_50_wait4	7
 
 /* syscall: "compat_43_ocreat" ret: "int" args: "const char *" "mode_t" */
@@ -121,7 +121,7 @@
 /* syscall: "sync" ret: "void" args: */
 #define	SYS_sync	36
 
-/* syscall: "kill" ret: "int" args: "int" "int" */
+/* syscall: "kill" ret: "int" args: "pid_t" "int" */
 #define	SYS_kill	37
 
 /* syscall: "compat_43_stat43" ret: "int" args: "const char *" "struct stat43 *" */
@@ -145,7 +145,7 @@
 /* syscall: "profil" ret: "int" args: "char *" "size_t" "u_long" "u_int" */
 #define	SYS_profil	44
 
-/* syscall: "ktrace" ret: "int" args: "const char *" "int" "int" "int" */
+/* syscall: "ktrace" ret: "int" args: "const char *" "int" "int" "pid_t" */
 #define	SYS_ktrace	45
 
 /* syscall: "compat_13_sigaction13" ret: "int" args: "int" "const struct sigaction13 *" "struct sigaction13 *" */
@@ -248,7 +248,7 @@
 /* syscall: "getpgrp" ret: "int" args: */
 #define	SYS_getpgrp	81
 
-/* syscall: "setpgid" ret: "int" args: "int" "int" */
+/* syscall: "setpgid" ret: "int" args: "pid_t" "pid_t" */
 #define	SYS_setpgid	82
 
 /* syscall: "compat_50_setitimer" ret: "int" args: "int" "const struct itimerval50 *" "struct itimerval50 *" */
@@ -802,7 +802,7 @@
 /* syscall: "__clone" ret: "pid_t" args: "int" "void *" */
 #define	SYS___clone	287
 
-/* syscall: "fktrace" ret: "int" args: "int" "int" "int" "int" */
+/* syscall: "fktrace" ret: "int" args: "int" "int" "int" "pid_t" */
 #define	SYS_fktrace	288
 
 /* syscall: "preadv" ret: "ssize_t" args: "int" "const struct iovec *" "int" "int" "off_t" */
@@ -1270,7 +1270,7 @@
 #else
 				/* 448 is excluded ___ntp_gettime50 */
 #endif
-/* syscall: "__wait450" ret: "int" args: "int" "int *" "int" "struct rusage *" */
+/* syscall: "__wait450" ret: "int" args: "pid_t" "int *" "int" "struct rusage *" */
 #define	SYS___wait450	449
 
 /* syscall: "__mknod50" ret: "int" args: "const char *" "mode_t" "dev_t" */

Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.221 src/sys/sys/syscallargs.h:1.222
--- src/sys/sys/syscallargs.h:1.221	Tue Jan 18 12:34:28 2011
+++ src/sys/sys/syscallargs.h	Sun Jan 30 19:06:57 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.221 2011/01/18 17:34:28 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.222 2011/01/31 00:06:57 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.243 2011/01/31 00:05:29 christos Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_
@@ -71,7 +71,7 @@
 check_syscall_args(sys_close)
 
 struct compat_50_sys_wait4_args {
-	syscallarg(int) pid;
+	syscallarg(pid_t) pid;
 	syscallarg(int *) status;
 	syscallarg(int) options;
 	syscallarg(struct rusage50 *) rusage;
@@ -235,7 +235,7 @@
 check_syscall_args(sys_fchflags)
 
 struct sys_kill_args {
-	syscallarg(int) pid;
+	syscallarg(pid_t) pid;
 	syscallarg(int) signum;
 };
 check_syscall_args(sys_kill)
@@ -269,7 +269,7 @@
 	syscallarg(const char *) fname;
 	syscallarg(int) ops;
 	syscallarg(int) facs;
-	syscallarg(int) pid;
+	syscallarg(pid_t) pid;
 };
 check_syscall_args(sys_ktrace)
 
@@ -440,8 +440,8 @@
 check_syscall_args(sys_setgroups)
 
 struct sys_setpgid_args {
-	syscallarg(int) pid;
-	syscallarg(int) pgid;
+	syscallarg(pid_t) pid;
+	syscallarg(pid_t) pgid;
 };
 check_syscall_args(sys_setpgid)
 
@@ -1532,7 +1532,7 @@
 	syscallarg(int) fd;
 	syscallarg(int) ops;
 	syscallarg(int) facs;
-	syscallarg(int) pid;
+	syscallarg(pid_t) pid;
 };
 check_syscall_args(sys_fktrace)
 
@@ -2510,7 +2510,7 @@
 #endif
 
 struct sys___wait450_args {
-	syscallarg(int) pid;
+	syscallarg(pid_t) pid;
 	syscallarg(int *) status;
 	syscallarg(int) options;
 	syscallarg(struct rusage *) rusage;

Reply via email to