150477Speter $FreeBSD: releng/10.3/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb $
211397Sswallace
311397Sswallace#include <sys/param.h>
411397Sswallace#include <sys/sysent.h>
511397Sswallace#include <sys/sysproto.h>
611397Sswallace#include <i386/ibcs2/ibcs2_types.h>
711397Sswallace#include <i386/ibcs2/ibcs2_signal.h>
811397Sswallace#include <i386/ibcs2/ibcs2_proto.h>
911397Sswallace#include <i386/ibcs2/ibcs2_xenix.h>
1011397Sswallace
11147660Srwatson0	AUE_NULL	UNIMPL	nosys
12147660Srwatson1	AUE_NULL	UNIMPL	isc_setostype
13160798Sjhb2	AUE_RENAME	NOPROTO	{ int ibcs2_rename(char *from, char *to); }
14160798Sjhb3	AUE_NULL	NOPROTO	{ int ibcs2_sigaction(int sig, \
15155357Srwatson				    struct ibcs2_sigaction *act, \
16155357Srwatson				    struct ibcs2_sigaction *oact); }
17160798Sjhb4	AUE_NULL	NOPROTO	{ int ibcs2_sigprocmask(int how, \
18155357Srwatson				    ibcs2_sigset_t *set, \
19155357Srwatson				    ibcs2_sigset_t *oset); }
20160798Sjhb5	AUE_NULL	NOPROTO	{ int ibcs2_sigpending(ibcs2_sigset_t *mask); }
21160798Sjhb6	AUE_GETGROUPS	NOPROTO	{ int getgroups(u_int gidsetsize, \
22155357Srwatson				    gid_t *gidset); }
23160798Sjhb7	AUE_SETGROUPS	NOPROTO	{ int setgroups(u_int gidsetsize, \
24155357Srwatson				    gid_t *gidset); }
25160798Sjhb8	AUE_PATHCONF	NOPROTO	{ int ibcs2_pathconf(char *path, int name); }
26160798Sjhb9	AUE_FPATHCONF	NOPROTO	{ int ibcs2_fpathconf(int fd, int name); }
27147660Srwatson10	AUE_NULL	UNIMPL	nosys
28160798Sjhb11	AUE_WAIT4	NOPROTO	{ int ibcs2_wait(int a1, int a2, int a3); }
29160798Sjhb12	AUE_SETSID	NOPROTO	{ int setsid(void); }
30160798Sjhb13	AUE_GETPID	NOPROTO	{ pid_t getpid(void); }
31147660Srwatson14	AUE_NULL	UNIMPL	isc_adduser
32147660Srwatson15	AUE_NULL	UNIMPL	isc_setuser
33160798Sjhb16	AUE_NULL	NOPROTO	{ int ibcs2_sysconf(int name); }
34160798Sjhb17	AUE_NULL	NOPROTO	{ int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
35160798Sjhb18	AUE_SYMLINK	NOPROTO	{ int ibcs2_symlink(char *path, char *link); }
36160798Sjhb19	AUE_READLINK	NOPROTO	{ int ibcs2_readlink(char *path, char *buf, \
37155357Srwatson				    int count); }
38147660Srwatson20	AUE_NULL	UNIMPL	isc_getmajor
39