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 switch table.
|
|
|
|
*
|
|
|
|
* DO NOT EDIT-- this file is automatically generated.
|
2003-12-24 00:15:20 +00:00
|
|
|
* $FreeBSD$
|
2006-02-05 23:28:46 +00:00
|
|
|
* created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.11 2006/02/05 23:28:01 rwatson 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
|
|
|
*/
|
|
|
|
|
2005-06-29 17:29:06 +00:00
|
|
|
#include <bsm/audit_kevents.h>
|
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
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/sysent.h>
|
|
|
|
#include <sys/sysproto.h>
|
|
|
|
#include <i386/ibcs2/ibcs2_types.h>
|
|
|
|
#include <i386/ibcs2/ibcs2_signal.h>
|
|
|
|
#include <i386/ibcs2/ibcs2_xenix.h>
|
|
|
|
|
2000-05-09 21:52:02 +00:00
|
|
|
#define AS(name) (sizeof(struct name) / sizeof(register_t))
|
|
|
|
|
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
|
|
|
/* The casts are bogus but will do for now. */
|
|
|
|
struct sysent xenix_sysent[] = {
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 0 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 1 = xenix_xlocking */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 2 = xenix_creatsem */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 3 = xenix_opensem */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 4 = xenix_sigsem */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 5 = xenix_waitsem */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 6 = xenix_nbwaitsem */
|
|
|
|
{ AS(xenix_rdchk_args), (sy_call_t *)xenix_rdchk, AUE_NULL }, /* 7 = xenix_rdchk */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 8 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 9 = nosys */
|
2006-02-05 23:28:46 +00:00
|
|
|
{ SYF_MPSAFE | AS(xenix_chsize_args), (sy_call_t *)xenix_chsize, AUE_FTRUNCATE }, /* 10 = xenix_chsize */
|
2005-07-13 20:35:09 +00:00
|
|
|
{ SYF_MPSAFE | AS(xenix_ftime_args), (sy_call_t *)xenix_ftime, AUE_NULL }, /* 11 = xenix_ftime */
|
|
|
|
{ SYF_MPSAFE | AS(xenix_nap_args), (sy_call_t *)xenix_nap, AUE_NULL }, /* 12 = xenix_nap */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 13 = xenix_sdget */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 14 = xenix_sdfree */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 15 = xenix_sdenter */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 16 = xenix_sdleave */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 17 = xenix_sdgetv */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 18 = xenix_sdwaitv */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 19 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 20 = nosys */
|
2005-07-13 20:35:09 +00:00
|
|
|
{ SYF_MPSAFE | 0, (sy_call_t *)xenix_scoinfo, AUE_NULL }, /* 21 = xenix_scoinfo */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 22 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 23 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 24 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 25 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 26 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 27 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 28 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 29 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 30 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 31 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 32 = xenix_proctl */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 33 = xenix_execseg */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 34 = xenix_unexecseg */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 35 = nosys */
|
2006-02-05 23:28:46 +00:00
|
|
|
{ SYF_MPSAFE | AS(select_args), (sy_call_t *)select, AUE_SELECT }, /* 36 = select */
|
|
|
|
{ SYF_MPSAFE | AS(xenix_eaccess_args), (sy_call_t *)xenix_eaccess, AUE_EACCESS }, /* 37 = xenix_eaccess */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 38 = xenix_paccess */
|
2005-07-13 20:35:09 +00:00
|
|
|
{ SYF_MPSAFE | AS(ibcs2_sigaction_args), (sy_call_t *)ibcs2_sigaction, AUE_NULL }, /* 39 = ibcs2_sigaction */
|
|
|
|
{ SYF_MPSAFE | AS(ibcs2_sigprocmask_args), (sy_call_t *)ibcs2_sigprocmask, AUE_NULL }, /* 40 = ibcs2_sigprocmask */
|
|
|
|
{ SYF_MPSAFE | AS(ibcs2_sigpending_args), (sy_call_t *)ibcs2_sigpending, AUE_NULL }, /* 41 = ibcs2_sigpending */
|
|
|
|
{ SYF_MPSAFE | AS(ibcs2_sigsuspend_args), (sy_call_t *)ibcs2_sigsuspend, AUE_NULL }, /* 42 = ibcs2_sigsuspend */
|
2006-02-05 23:28:46 +00:00
|
|
|
{ AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups, AUE_GETGROUPS }, /* 43 = ibcs2_getgroups */
|
|
|
|
{ AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups, AUE_SETGROUPS }, /* 44 = ibcs2_setgroups */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ SYF_MPSAFE | AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf, AUE_NULL }, /* 45 = ibcs2_sysconf */
|
2006-02-05 23:28:46 +00:00
|
|
|
{ SYF_MPSAFE | AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF }, /* 46 = ibcs2_pathconf */
|
|
|
|
{ SYF_MPSAFE | AS(ibcs2_fpathconf_args), (sy_call_t *)ibcs2_fpathconf, AUE_FPATHCONF }, /* 47 = ibcs2_fpathconf */
|
|
|
|
{ SYF_MPSAFE | AS(ibcs2_rename_args), (sy_call_t *)ibcs2_rename, AUE_RENAME }, /* 48 = ibcs2_rename */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 49 = nosys */
|
2005-07-13 20:35:09 +00:00
|
|
|
{ SYF_MPSAFE | AS(xenix_utsname_args), (sy_call_t *)xenix_utsname, AUE_NULL }, /* 50 = xenix_utsname */
|
2005-06-29 17:29:06 +00:00
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 51 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 52 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 53 = nosys */
|
|
|
|
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 54 = nosys */
|
2006-02-05 23:28:46 +00:00
|
|
|
{ SYF_MPSAFE | AS(getitimer_args), (sy_call_t *)getitimer, AUE_GETITIMER }, /* 55 = getitimer */
|
|
|
|
{ SYF_MPSAFE | AS(setitimer_args), (sy_call_t *)setitimer, AUE_SETITIMER }, /* 56 = setitimer */
|
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
|
|
|
};
|