Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys regen



details:   https://anonhg.NetBSD.org/src/rev/3cfabbdf7e0c
branches:  trunk
changeset: 761515:3cfabbdf7e0c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 31 00:06:57 2011 +0000

description:
regen

diffstat:

 sys/kern/init_sysent.c |   6 +++---
 sys/kern/syscalls.c    |   6 +++---
 sys/sys/syscall.h      |  16 ++++++++--------
 sys/sys/syscallargs.h  |  18 +++++++++---------
 4 files changed, 23 insertions(+), 23 deletions(-)

diffs (184 lines):

diff -r b8c7e49712bf -r 3cfabbdf7e0c sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Mon Jan 31 00:05:29 2011 +0000
+++ b/sys/kern/init_sysent.c    Mon Jan 31 00:06:57 2011 +0000
@@ -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"
diff -r b8c7e49712bf -r 3cfabbdf7e0c sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Mon Jan 31 00:05:29 2011 +0000
+++ b/sys/kern/syscalls.c       Mon Jan 31 00:06:57 2011 +0000
@@ -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"
diff -r b8c7e49712bf -r 3cfabbdf7e0c sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Jan 31 00:05:29 2011 +0000
+++ b/sys/sys/syscall.h Mon Jan 31 00:06:57 2011 +0000
@@ -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" */
diff -r b8c7e49712bf -r 3cfabbdf7e0c sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Mon Jan 31 00:05:29 2011 +0000
+++ b/sys/sys/syscallargs.h     Mon Jan 31 00:06:57 2011 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index