]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/ibcs2/syscalls.isc
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sys / i386 / ibcs2 / syscalls.isc
1  $FreeBSD$
2
3 #include <sys/param.h>
4 #include <sys/sysent.h>
5 #include <sys/sysproto.h>
6 #include <i386/ibcs2/ibcs2_types.h>
7 #include <i386/ibcs2/ibcs2_signal.h>
8 #include <i386/ibcs2/ibcs2_proto.h>
9 #include <i386/ibcs2/ibcs2_xenix.h>
10
11 0       AUE_NULL        UNIMPL  nosys
12 1       AUE_NULL        UNIMPL  isc_setostype
13 2       AUE_NULL        MNOPROTO        { int ibcs2_rename(char *from, char *to); }
14 3       AUE_NULL        MNOPROTO        { int ibcs2_sigaction(int sig, \
15                             struct ibcs2_sigaction *act, \
16                             struct ibcs2_sigaction *oact); }
17 4       AUE_NULL        MNOPROTO        { int ibcs2_sigprocmask(int how, \
18                             ibcs2_sigset_t *set, ibcs2_sigset_t *oset); }
19 5       AUE_NULL        MNOPROTO        { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
20 6       AUE_NULL        MNOPROTO        { int getgroups(u_int gidsetsize, \
21                             gid_t *gidset); }
22 7       AUE_NULL        MNOPROTO        { int setgroups(u_int gidsetsize, \
23                             gid_t *gidset); }
24 8       AUE_NULL        MNOPROTO        { int ibcs2_pathconf(char *path, int name); }
25 9       AUE_NULL        MNOPROTO        { int ibcs2_fpathconf(int fd, int name); }
26 10      AUE_NULL        UNIMPL  nosys
27 11      AUE_NULL        MNOPROTO        { int ibcs2_wait(int a1, int a2, int a3); }
28 12      AUE_NULL        MNOPROTO        { int setsid(void); }
29 13      AUE_NULL        MNOPROTO        { pid_t getpid(void); }
30 14      AUE_NULL        UNIMPL  isc_adduser
31 15      AUE_NULL        UNIMPL  isc_setuser
32 16      AUE_NULL        MNOPROTO { int ibcs2_sysconf(int name); }
33 17      AUE_NULL        MNOPROTO        { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
34 18      AUE_NULL        MNOPROTO        { int ibcs2_symlink(char *path, char *link); }
35 19      AUE_NULL        MNOPROTO        { int ibcs2_readlink(char *path, char *buf, \
36                             int count); }
37 20      AUE_NULL        UNIMPL  isc_getmajor