This commit is contained in:
mycroft 1997-10-16 03:36:14 +00:00
parent 37e189d6a8
commit 91302e62ef
16 changed files with 28 additions and 28 deletions

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1997/10/10 01:55:33 enami Exp
* created from NetBSD: syscalls.master,v 1.10 1997/10/15 17:18:17 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -416,10 +416,10 @@
/* syscall: "osethostid" ret: "int" args: "int32_t" */
#define FREEBSD_SYS_osethostid 143
/* syscall: "ogetrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "ogetrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define FREEBSD_SYS_ogetrlimit 144
/* syscall: "osetrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "osetrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define FREEBSD_SYS_osetrlimit 145
/* syscall: "okillpg" ret: "int" args: "int" "int" */

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1997/10/10 01:55:33 enami Exp
* created from NetBSD: syscalls.master,v 1.10 1997/10/15 17:18:17 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1997/10/10 01:55:33 enami Exp
* created from NetBSD: syscalls.master,v 1.10 1997/10/15 17:18:17 mycroft Exp
*/
char *freebsd_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1997/10/10 01:55:33 enami Exp
* created from NetBSD: syscalls.master,v 1.10 1997/10/15 17:18:17 mycroft Exp
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.12 1996/09/07 14:21:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.14 1997/10/15 17:18:29 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -281,10 +281,10 @@
/* syscall: "rmdir" ret: "int" args: "char *" */
#define HPUX_SYS_rmdir 137
/* syscall: "getrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define HPUX_SYS_getrlimit 144
/* syscall: "setrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define HPUX_SYS_setrlimit 145
/* syscall: "rtprio" ret: "int" args: "pid_t" "int" */

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.12 1996/09/07 14:21:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.14 1997/10/15 17:18:29 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -289,12 +289,12 @@ struct hpux_sys_rmdir_args {
struct hpux_sys_getrlimit_args {
syscallarg(u_int) which;
syscallarg(struct ogetrlimit *) rlp;
syscallarg(struct orlimit *) rlp;
};
struct hpux_sys_setrlimit_args {
syscallarg(u_int) which;
syscallarg(struct ogetrlimit *) rlp;
syscallarg(struct orlimit *) rlp;
};
struct hpux_sys_rtprio_args {

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.12 1996/09/07 14:21:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.14 1997/10/15 17:18:29 mycroft Exp
*/
char *hpux_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.12 1996/09/07 14:21:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.14 1997/10/15 17:18:29 mycroft Exp
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp
* created from NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -187,10 +187,10 @@
/* syscall: "sethostname" ret: "int" args: "char *" "u_int" */
#define LINUX_SYS_sethostname 74
/* syscall: "setrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define LINUX_SYS_setrlimit 75
/* syscall: "getrlimit" ret: "int" args: "u_int" "struct ogetrlimit *" */
/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
#define LINUX_SYS_getrlimit 76
/* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp
* created from NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp
* created from NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp
*/
char *linux_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.19 1997/10/10 06:25:36 mycroft Exp
* created from NetBSD: syscalls.master,v 1.20 1997/10/15 17:18:38 mycroft Exp
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
* created from NetBSD: syscalls.master,v 1.24 1997/10/15 17:18:49 mycroft Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -273,10 +273,10 @@
/* syscall: "xmknod" ret: "int" args: "int" "char *" "svr4_mode_t" "svr4_dev_t" */
#define SVR4_SYS_xmknod 126
/* syscall: "setrlimit" ret: "int" args: "int" "struct ogetrlimit *" */
/* syscall: "setrlimit" ret: "int" args: "int" "struct orlimit *" */
#define SVR4_SYS_setrlimit 128
/* syscall: "getrlimit" ret: "int" args: "int" "struct ogetrlimit *" */
/* syscall: "getrlimit" ret: "int" args: "int" "struct orlimit *" */
#define SVR4_SYS_getrlimit 129
/* syscall: "memcntl" ret: "int" args: "svr4_caddr_t" "svr4_size_t" "int" "svr4_caddr_t" "int" "int" */

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
* created from NetBSD: syscalls.master,v 1.24 1997/10/15 17:18:49 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -274,12 +274,12 @@ struct svr4_sys_xmknod_args {
struct svr4_sys_setrlimit_args {
syscallarg(int) which;
syscallarg(struct ogetrlimit *) rlp;
syscallarg(struct orlimit *) rlp;
};
struct svr4_sys_getrlimit_args {
syscallarg(int) which;
syscallarg(struct ogetrlimit *) rlp;
syscallarg(struct orlimit *) rlp;
};
struct svr4_sys_memcntl_args {

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
* created from NetBSD: syscalls.master,v 1.24 1997/10/15 17:18:49 mycroft Exp
*/
char *svr4_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
* created from NetBSD: syscalls.master,v 1.24 1997/10/15 17:18:49 mycroft Exp
*/
#include <sys/param.h>