From 6c29e3c43529d110b5bdf47ff0a27b26ca2aa08a Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 24 Dec 2003 00:14:08 +0000 Subject: GC namespc column and unwrap long lines that now fit. --- sys/i386/ibcs2/syscalls.xenix | 125 +++++++++++++++++++++--------------------- 1 file changed, 61 insertions(+), 64 deletions(-) (limited to 'sys/i386/ibcs2/syscalls.xenix') diff --git a/sys/i386/ibcs2/syscalls.xenix b/sys/i386/ibcs2/syscalls.xenix index 61182e6..e46d295 100644 --- a/sys/i386/ibcs2/syscalls.xenix +++ b/sys/i386/ibcs2/syscalls.xenix @@ -7,67 +7,64 @@ #include #include -0 UNIMPL XENIX nosys -1 UNIMPL XENIX xenix_xlocking -2 UNIMPL XENIX xenix_creatsem -3 UNIMPL XENIX xenix_opensem -4 UNIMPL XENIX xenix_sigsem -5 UNIMPL XENIX xenix_waitsem -6 UNIMPL XENIX xenix_nbwaitsem -7 STD XENIX { int xenix_rdchk(int fd); } -8 UNIMPL XENIX nosys -9 UNIMPL XENIX nosys -10 STD XENIX { int xenix_chsize(int fd, long size); } -11 STD XENIX { int xenix_ftime(struct timeb *tp); } -12 STD XENIX { int xenix_nap(int millisec); } -13 UNIMPL XENIX xenix_sdget -14 UNIMPL XENIX xenix_sdfree -15 UNIMPL XENIX xenix_sdenter -16 UNIMPL XENIX xenix_sdleave -17 UNIMPL XENIX xenix_sdgetv -18 UNIMPL XENIX xenix_sdwaitv -19 UNIMPL XENIX nosys -20 UNIMPL XENIX nosys -21 STD XENIX { int xenix_scoinfo(void); } -22 UNIMPL XENIX nosys -23 UNIMPL XENIX nosys -24 UNIMPL XENIX nosys -25 UNIMPL XENIX nosys -26 UNIMPL XENIX nosys -27 UNIMPL XENIX nosys -28 UNIMPL XENIX nosys -29 UNIMPL XENIX nosys -30 UNIMPL XENIX nosys -31 UNIMPL XENIX nosys -32 UNIMPL XENIX xenix_proctl -33 UNIMPL XENIX xenix_execseg -34 UNIMPL XENIX xenix_unexecseg -35 UNIMPL XENIX nosys -36 NOPROTO XENIX { int select(u_int nd, fd_set *in, fd_set *ou, \ - fd_set *ex, struct timeval *tv); } -37 STD XENIX { int xenix_eaccess(char *path, int flags); } -38 UNIMPL XENIX xenix_paccess -39 STD XENIX { int ibcs2_sigaction(int sig, \ - struct ibcs2_sigaction *act, \ - struct ibcs2_sigaction *oact); } -40 STD XENIX { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \ - ibcs2_sigset_t *oset); } -41 STD XENIX { int ibcs2_sigpending(ibcs2_sigset_t *mask); } -42 STD XENIX { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); } -43 STD XENIX { int ibcs2_getgroups(int gidsetsize, \ - ibcs2_gid_t *gidset); } -44 STD XENIX { int ibcs2_setgroups(int gidsetsize, \ - ibcs2_gid_t *gidset); } -45 STD XENIX { int ibcs2_sysconf(int name); } -46 STD XENIX { int ibcs2_pathconf(char *path, int name); } -47 STD XENIX { int ibcs2_fpathconf(int fd, int name); } -48 STD XENIX { int ibcs2_rename(char *from, char *to); } -49 UNIMPL XENIX nosys -50 STD XENIX { int xenix_utsname(long addr); } -51 UNIMPL XENIX nosys -52 UNIMPL XENIX nosys -53 UNIMPL XENIX nosys -54 UNIMPL XENIX nosys -55 NOPROTO XENIX { int getitimer(u_int which, struct itimerval *itv); } -56 NOPROTO XENIX { int setitimer(u_int which, struct itimerval *itv, \ - struct itimerval *otv); } +0 UNIMPL nosys +1 UNIMPL xenix_xlocking +2 UNIMPL xenix_creatsem +3 UNIMPL xenix_opensem +4 UNIMPL xenix_sigsem +5 UNIMPL xenix_waitsem +6 UNIMPL xenix_nbwaitsem +7 STD { int xenix_rdchk(int fd); } +8 UNIMPL nosys +9 UNIMPL nosys +10 STD { int xenix_chsize(int fd, long size); } +11 STD { int xenix_ftime(struct timeb *tp); } +12 STD { int xenix_nap(int millisec); } +13 UNIMPL xenix_sdget +14 UNIMPL xenix_sdfree +15 UNIMPL xenix_sdenter +16 UNIMPL xenix_sdleave +17 UNIMPL xenix_sdgetv +18 UNIMPL xenix_sdwaitv +19 UNIMPL nosys +20 UNIMPL nosys +21 STD { int xenix_scoinfo(void); } +22 UNIMPL nosys +23 UNIMPL nosys +24 UNIMPL nosys +25 UNIMPL nosys +26 UNIMPL nosys +27 UNIMPL nosys +28 UNIMPL nosys +29 UNIMPL nosys +30 UNIMPL nosys +31 UNIMPL nosys +32 UNIMPL xenix_proctl +33 UNIMPL xenix_execseg +34 UNIMPL xenix_unexecseg +35 UNIMPL nosys +36 NOPROTO { int select(u_int nd, fd_set *in, fd_set *ou, fd_set *ex, \ + struct timeval *tv); } +37 STD { int xenix_eaccess(char *path, int flags); } +38 UNIMPL xenix_paccess +39 STD { int ibcs2_sigaction(int sig, struct ibcs2_sigaction *act, \ + struct ibcs2_sigaction *oact); } +40 STD { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \ + ibcs2_sigset_t *oset); } +41 STD { int ibcs2_sigpending(ibcs2_sigset_t *mask); } +42 STD { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); } +43 STD { int ibcs2_getgroups(int gidsetsize, ibcs2_gid_t *gidset); } +44 STD { int ibcs2_setgroups(int gidsetsize, ibcs2_gid_t *gidset); } +45 STD { int ibcs2_sysconf(int name); } +46 STD { int ibcs2_pathconf(char *path, int name); } +47 STD { int ibcs2_fpathconf(int fd, int name); } +48 STD { int ibcs2_rename(char *from, char *to); } +49 UNIMPL nosys +50 STD { int xenix_utsname(long addr); } +51 UNIMPL nosys +52 UNIMPL nosys +53 UNIMPL nosys +54 UNIMPL nosys +55 NOPROTO { int getitimer(u_int which, struct itimerval *itv); } +56 NOPROTO { int setitimer(u_int which, struct itimerval *itv, \ + struct itimerval *otv); } -- cgit v1.1