1995-10-10 07:27:24 +00:00
|
|
|
/*
|
|
|
|
* System call numbers.
|
|
|
|
*
|
|
|
|
* DO NOT EDIT-- this file is automatically generated.
|
2000-05-09 21:52:02 +00:00
|
|
|
* $FreeBSD$
|
2000-07-29 10:07:38 +00:00
|
|
|
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.12 2000/07/29 10:05:25 peter Exp
|
1995-10-10 07:27:24 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define IBCS2_SYS_syscall 0
|
2000-07-29 10:07:38 +00:00
|
|
|
#define IBCS2_SYS_exit 1
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_fork 2
|
|
|
|
#define IBCS2_SYS_ibcs2_read 3
|
|
|
|
#define IBCS2_SYS_write 4
|
|
|
|
#define IBCS2_SYS_ibcs2_open 5
|
|
|
|
#define IBCS2_SYS_close 6
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_wait 7
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_creat 8
|
|
|
|
#define IBCS2_SYS_link 9
|
|
|
|
#define IBCS2_SYS_ibcs2_unlink 10
|
|
|
|
#define IBCS2_SYS_ibcs2_execv 11
|
|
|
|
#define IBCS2_SYS_ibcs2_chdir 12
|
|
|
|
#define IBCS2_SYS_ibcs2_time 13
|
|
|
|
#define IBCS2_SYS_ibcs2_mknod 14
|
|
|
|
#define IBCS2_SYS_ibcs2_chmod 15
|
|
|
|
#define IBCS2_SYS_ibcs2_chown 16
|
|
|
|
#define IBCS2_SYS_obreak 17
|
|
|
|
#define IBCS2_SYS_ibcs2_stat 18
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_lseek 19
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_getpid 20
|
|
|
|
#define IBCS2_SYS_ibcs2_mount 21
|
|
|
|
#define IBCS2_SYS_ibcs2_umount 22
|
|
|
|
#define IBCS2_SYS_ibcs2_setuid 23
|
|
|
|
#define IBCS2_SYS_getuid 24
|
|
|
|
#define IBCS2_SYS_ibcs2_stime 25
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ptrace 26
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_alarm 27
|
|
|
|
#define IBCS2_SYS_ibcs2_fstat 28
|
|
|
|
#define IBCS2_SYS_ibcs2_pause 29
|
|
|
|
#define IBCS2_SYS_ibcs2_utime 30
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_stty 31
|
|
|
|
#define IBCS2_SYS_ibcs2_gtty 32
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_access 33
|
|
|
|
#define IBCS2_SYS_ibcs2_nice 34
|
|
|
|
#define IBCS2_SYS_ibcs2_statfs 35
|
|
|
|
#define IBCS2_SYS_sync 36
|
|
|
|
#define IBCS2_SYS_ibcs2_kill 37
|
|
|
|
#define IBCS2_SYS_ibcs2_fstatfs 38
|
|
|
|
#define IBCS2_SYS_ibcs2_pgrpsys 39
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_xenix 40
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_dup 41
|
|
|
|
#define IBCS2_SYS_pipe 42
|
|
|
|
#define IBCS2_SYS_ibcs2_times 43
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_profil 44
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_plock 45
|
|
|
|
#define IBCS2_SYS_ibcs2_setgid 46
|
|
|
|
#define IBCS2_SYS_getgid 47
|
|
|
|
#define IBCS2_SYS_ibcs2_sigsys 48
|
|
|
|
#define IBCS2_SYS_ibcs2_msgsys 49
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_sysi86 50
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_shmsys 52
|
|
|
|
#define IBCS2_SYS_ibcs2_semsys 53
|
|
|
|
#define IBCS2_SYS_ibcs2_ioctl 54
|
|
|
|
#define IBCS2_SYS_ibcs2_uadmin 55
|
|
|
|
#define IBCS2_SYS_ibcs2_utssys 57
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_fsync 58
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_execve 59
|
|
|
|
#define IBCS2_SYS_umask 60
|
|
|
|
#define IBCS2_SYS_chroot 61
|
|
|
|
#define IBCS2_SYS_ibcs2_fcntl 62
|
|
|
|
#define IBCS2_SYS_ibcs2_ulimit 63
|
|
|
|
/* 70 is obsolete rfs_advfs */
|
|
|
|
/* 71 is obsolete rfs_unadvfs */
|
|
|
|
/* 72 is obsolete rfs_rmount */
|
|
|
|
/* 73 is obsolete rfs_rumount */
|
|
|
|
/* 74 is obsolete rfs_rfstart */
|
|
|
|
/* 75 is obsolete rfs_sigret */
|
|
|
|
/* 76 is obsolete rfs_rdebug */
|
|
|
|
/* 77 is obsolete rfs_rfstop */
|
|
|
|
#define IBCS2_SYS_ibcs2_rmdir 79
|
|
|
|
#define IBCS2_SYS_ibcs2_mkdir 80
|
|
|
|
#define IBCS2_SYS_ibcs2_getdents 81
|
|
|
|
#define IBCS2_SYS_ibcs2_sysfs 84
|
|
|
|
#define IBCS2_SYS_ibcs2_getmsg 85
|
|
|
|
#define IBCS2_SYS_ibcs2_putmsg 86
|
|
|
|
#define IBCS2_SYS_ibcs2_poll 87
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_secure 89
|
1995-10-10 07:27:24 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_symlink 90
|
|
|
|
#define IBCS2_SYS_ibcs2_lstat 91
|
|
|
|
#define IBCS2_SYS_ibcs2_readlink 92
|
|
|
|
#define IBCS2_SYS_sigreturn 103
|
Remove old files no longer needed.
Add new files created for emulator.
Modify NetBSD import to work with FreeBSD and add new features and
code. The complete emulator is essentially a combination of work/code
implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself,
Steven Wallace.
Features of this new emulator system include:
o "clean" code, including strict prototyping.
o Auto-generation of ibcs2 system calls, xenix system calls, isc system
calls. Generation includes system tables, structure definitions,
and prototyping of function calls.
o ibcs2 emulator does not rely on any COMPAT_43 system calls.
o embedded socksys support
o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel
o alternate /emul/ibcs2 namespace searched first for files in ibcs2
system. Usefull to keep sysv libraries, binaries in /emul/ibcs2.
o many other finer details and functions fixed or implemented.
1995-10-10 07:59:30 +00:00
|
|
|
#define IBCS2_SYS_ibcs2_isc 105
|
|
|
|
#define IBCS2_SYS_MAXSYSCALL 128
|