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
|
|
|
/*
|
|
|
|
* System call numbers.
|
|
|
|
*
|
|
|
|
* DO NOT EDIT-- this file is automatically generated.
|
2000-05-09 21:52:02 +00:00
|
|
|
* $FreeBSD$
|
1999-08-28 02:35:56 +00:00
|
|
|
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.6 1999/08/28 00:44:02 peter Exp
|
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_XENIX_xenix_rdchk 7
|
|
|
|
#define IBCS2_XENIX_xenix_chsize 10
|
|
|
|
#define IBCS2_XENIX_xenix_ftime 11
|
|
|
|
#define IBCS2_XENIX_xenix_nap 12
|
|
|
|
#define IBCS2_XENIX_xenix_scoinfo 21
|
|
|
|
#define IBCS2_XENIX_select 36
|
1996-03-28 19:53:21 +00:00
|
|
|
#define IBCS2_XENIX_xenix_eaccess 37
|
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_XENIX_ibcs2_sigaction 39
|
|
|
|
#define IBCS2_XENIX_ibcs2_sigprocmask 40
|
|
|
|
#define IBCS2_XENIX_ibcs2_sigpending 41
|
|
|
|
#define IBCS2_XENIX_ibcs2_sigsuspend 42
|
|
|
|
#define IBCS2_XENIX_ibcs2_getgroups 43
|
|
|
|
#define IBCS2_XENIX_ibcs2_setgroups 44
|
|
|
|
#define IBCS2_XENIX_ibcs2_sysconf 45
|
|
|
|
#define IBCS2_XENIX_ibcs2_pathconf 46
|
|
|
|
#define IBCS2_XENIX_ibcs2_fpathconf 47
|
|
|
|
#define IBCS2_XENIX_ibcs2_rename 48
|
|
|
|
#define IBCS2_XENIX_xenix_utsname 50
|
|
|
|
#define IBCS2_XENIX_getitimer 55
|
|
|
|
#define IBCS2_XENIX_setitimer 56
|
|
|
|
#define IBCS2_XENIX_MAXSYSCALL 57
|