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/65b673f42c40
branches: trunk
changeset: 474626:65b673f42c40
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Jul 12 22:04:00 1999 +0000
description:
Regen.
diffstat:
sys/compat/aout/aout_syscall.h | 6 +++---
sys/compat/aout/aout_syscallargs.h | 4 ++--
sys/compat/aout/aout_syscalls.c | 4 ++--
sys/compat/aout/aout_sysent.c | 4 ++--
sys/compat/freebsd/freebsd_syscall.h | 6 +++---
sys/compat/freebsd/freebsd_syscallargs.h | 4 ++--
sys/compat/freebsd/freebsd_syscalls.c | 4 ++--
sys/compat/freebsd/freebsd_sysent.c | 4 ++--
sys/compat/sunos/sunos_syscall.h | 6 +++---
sys/compat/sunos/sunos_syscallargs.h | 4 ++--
sys/compat/sunos/sunos_syscalls.c | 4 ++--
sys/compat/sunos/sunos_sysent.c | 4 ++--
sys/compat/ultrix/ultrix_syscall.h | 6 +++---
sys/compat/ultrix/ultrix_syscallargs.h | 4 ++--
sys/compat/ultrix/ultrix_syscalls.c | 4 ++--
sys/compat/ultrix/ultrix_sysent.c | 4 ++--
sys/kern/init_sysent.c | 8 ++++++--
sys/kern/syscalls.c | 6 ++++--
sys/sys/syscall.h | 14 ++++++++++----
sys/sys/syscallargs.h | 16 +++++++++++++---
20 files changed, 69 insertions(+), 47 deletions(-)
diffs (truncated from 425 to 300 lines):
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/aout/aout_syscall.h
--- a/sys/compat/aout/aout_syscall.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/aout/aout_syscall.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscall.h,v 1.3 1999/06/09 04:28:24 christos Exp $ */
+/* $NetBSD: aout_syscall.h,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
+ * created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -209,7 +209,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define AOUT_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/aout/aout_syscallargs.h
--- a/sys/compat/aout/aout_syscallargs.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/aout/aout_syscallargs.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscallargs.h,v 1.3 1999/06/09 04:28:24 christos Exp $ */
+/* $NetBSD: aout_syscallargs.h,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
+ * created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#ifndef _AOUT_SYS__SYSCALLARGS_H_
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/aout/aout_syscalls.c
--- a/sys/compat/aout/aout_syscalls.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/aout/aout_syscalls.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscalls.c,v 1.3 1999/06/09 04:28:24 christos Exp $ */
+/* $NetBSD: aout_syscalls.c,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
+ * created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/aout/aout_sysent.c
--- a/sys/compat/aout/aout_sysent.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/aout/aout_sysent.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_sysent.c,v 1.3 1999/06/09 04:28:24 christos Exp $ */
+/* $NetBSD: aout_sysent.c,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
+ * created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#include "opt_ktrace.h"
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscall.h,v 1.29 1999/06/09 12:38:50 drochner Exp $ */
+/* $NetBSD: freebsd_syscall.h,v 1.30 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
+ * created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -208,7 +208,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define FREEBSD_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscallargs.h,v 1.29 1999/06/09 12:38:50 drochner Exp $ */
+/* $NetBSD: freebsd_syscallargs.h,v 1.30 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
+ * created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscalls.c,v 1.28 1999/06/09 12:38:50 drochner Exp $ */
+/* $NetBSD: freebsd_syscalls.c,v 1.29 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
+ * created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_sysent.c,v 1.30 1999/06/09 12:38:50 drochner Exp $ */
+/* $NetBSD: freebsd_sysent.c,v 1.31 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
+ * created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_ktrace.h"
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/sunos/sunos_syscall.h
--- a/sys/compat/sunos/sunos_syscall.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/sunos/sunos_syscall.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscall.h,v 1.58 1999/03/22 17:30:38 sommerfe Exp $ */
+/* $NetBSD: sunos_syscall.h,v 1.59 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -151,7 +151,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define SUNOS_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/sunos/sunos_syscallargs.h
--- a/sys/compat/sunos/sunos_syscallargs.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/sunos/sunos_syscallargs.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscallargs.h,v 1.42 1999/03/22 17:30:38 sommerfe Exp $ */
+/* $NetBSD: sunos_syscallargs.h,v 1.43 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _SUNOS_SYS__SYSCALLARGS_H_
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/sunos/sunos_syscalls.c
--- a/sys/compat/sunos/sunos_syscalls.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/sunos/sunos_syscalls.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscalls.c,v 1.57 1999/03/22 17:30:39 sommerfe Exp $ */
+/* $NetBSD: sunos_syscalls.c,v 1.58 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/sunos/sunos_sysent.c
--- a/sys/compat/sunos/sunos_sysent.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/sunos/sunos_sysent.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_sysent.c,v 1.50 1999/03/22 17:30:39 sommerfe Exp $ */
+/* $NetBSD: sunos_sysent.c,v 1.51 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_nfsserver.h"
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/ultrix/ultrix_syscall.h
--- a/sys/compat/ultrix/ultrix_syscall.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/ultrix/ultrix_syscall.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ultrix_syscall.h,v 1.36 1999/02/09 20:32:47 christos Exp $ */
+/* $NetBSD: ultrix_syscall.h,v 1.37 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
+ * created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -151,7 +151,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define ULTRIX_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/ultrix/ultrix_syscallargs.h
--- a/sys/compat/ultrix/ultrix_syscallargs.h Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/ultrix/ultrix_syscallargs.h Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ultrix_syscallargs.h,v 1.30 1999/02/09 20:32:47 christos Exp $ */
+/* $NetBSD: ultrix_syscallargs.h,v 1.31 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
+ * created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _ULTRIX_SYS__SYSCALLARGS_H_
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/ultrix/ultrix_syscalls.c
--- a/sys/compat/ultrix/ultrix_syscalls.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/ultrix/ultrix_syscalls.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ultrix_syscalls.c,v 1.34 1999/02/09 20:32:47 christos Exp $ */
+/* $NetBSD: ultrix_syscalls.c,v 1.35 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
+ * created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r f34119e78b0d -r 65b673f42c40 sys/compat/ultrix/ultrix_sysent.c
--- a/sys/compat/ultrix/ultrix_sysent.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/compat/ultrix/ultrix_sysent.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: ultrix_sysent.c,v 1.35 1999/02/09 20:32:47 christos Exp $ */
+/* $NetBSD: ultrix_sysent.c,v 1.36 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
+ * created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_nfsserver.h"
diff -r f34119e78b0d -r 65b673f42c40 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Mon Jul 12 21:55:19 1999 +0000
+++ b/sys/kern/init_sysent.c Mon Jul 12 22:04:00 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: init_sysent.c,v 1.108 1999/06/29 22:18:47 wrstuden Exp $ */
+/* $NetBSD: init_sysent.c,v 1.109 1999/07/12 22:04:00 kleink Exp $ */
/*
Home |
Main Index |
Thread Index |
Old Index