freebsd32_sysent.c (d1d7ef3e2393989d7c8615f9b455d1ad95cd49c6) | freebsd32_sysent.c (996a568eda9ff05591e32e9b9d06dd30724c94e7) |
---|---|
1/* 2 * System call switch table. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call switch table. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.32 2003/12/23 04:07:22 peter Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.33 2004/01/28 23:45:37 peter Exp |
7 */ 8 9#include "opt_compat.h" 10 11#include <sys/param.h> 12#include <sys/sysent.h> 13#include <sys/sysproto.h> 14#include <sys/mount.h> --- 91 unchanged lines hidden (view full) --- 106 { SYF_MPSAFE | AS(mincore_args), (sy_call_t *)mincore }, /* 78 = mincore */ 107 { SYF_MPSAFE | AS(getgroups_args), (sy_call_t *)getgroups }, /* 79 = getgroups */ 108 { SYF_MPSAFE | AS(setgroups_args), (sy_call_t *)setgroups }, /* 80 = setgroups */ 109 { SYF_MPSAFE | 0, (sy_call_t *)getpgrp }, /* 81 = getpgrp */ 110 { SYF_MPSAFE | AS(setpgid_args), (sy_call_t *)setpgid }, /* 82 = setpgid */ 111 { AS(freebsd32_setitimer_args), (sy_call_t *)freebsd32_setitimer }, /* 83 = freebsd32_setitimer */ 112 { 0, (sy_call_t *)nosys }, /* 84 = obsolete owait */ 113 { 0, (sy_call_t *)nosys }, /* 85 = obsolete oswapon */ | 7 */ 8 9#include "opt_compat.h" 10 11#include <sys/param.h> 12#include <sys/sysent.h> 13#include <sys/sysproto.h> 14#include <sys/mount.h> --- 91 unchanged lines hidden (view full) --- 106 { SYF_MPSAFE | AS(mincore_args), (sy_call_t *)mincore }, /* 78 = mincore */ 107 { SYF_MPSAFE | AS(getgroups_args), (sy_call_t *)getgroups }, /* 79 = getgroups */ 108 { SYF_MPSAFE | AS(setgroups_args), (sy_call_t *)setgroups }, /* 80 = setgroups */ 109 { SYF_MPSAFE | 0, (sy_call_t *)getpgrp }, /* 81 = getpgrp */ 110 { SYF_MPSAFE | AS(setpgid_args), (sy_call_t *)setpgid }, /* 82 = setpgid */ 111 { AS(freebsd32_setitimer_args), (sy_call_t *)freebsd32_setitimer }, /* 83 = freebsd32_setitimer */ 112 { 0, (sy_call_t *)nosys }, /* 84 = obsolete owait */ 113 { 0, (sy_call_t *)nosys }, /* 85 = obsolete oswapon */ |
114 { 0, (sy_call_t *)nosys }, /* 86 = obsolete ogetitimer */ | 114 { AS(freebsd32_getitimer_args), (sy_call_t *)freebsd32_getitimer }, /* 86 = freebsd32_getitimer */ |
115 { 0, (sy_call_t *)nosys }, /* 87 = obsolete ogethostname */ 116 { 0, (sy_call_t *)nosys }, /* 88 = obsolete osethostname */ 117 { SYF_MPSAFE | 0, (sy_call_t *)getdtablesize }, /* 89 = getdtablesize */ 118 { SYF_MPSAFE | AS(dup2_args), (sy_call_t *)dup2 }, /* 90 = dup2 */ 119 { 0, (sy_call_t *)nosys }, /* 91 = getdopt */ 120 { SYF_MPSAFE | AS(fcntl_args), (sy_call_t *)fcntl }, /* 92 = fcntl */ 121 { AS(freebsd32_select_args), (sy_call_t *)freebsd32_select }, /* 93 = freebsd32_select */ 122 { 0, (sy_call_t *)nosys }, /* 94 = setdopt */ --- 347 unchanged lines hidden --- | 115 { 0, (sy_call_t *)nosys }, /* 87 = obsolete ogethostname */ 116 { 0, (sy_call_t *)nosys }, /* 88 = obsolete osethostname */ 117 { SYF_MPSAFE | 0, (sy_call_t *)getdtablesize }, /* 89 = getdtablesize */ 118 { SYF_MPSAFE | AS(dup2_args), (sy_call_t *)dup2 }, /* 90 = dup2 */ 119 { 0, (sy_call_t *)nosys }, /* 91 = getdopt */ 120 { SYF_MPSAFE | AS(fcntl_args), (sy_call_t *)fcntl }, /* 92 = fcntl */ 121 { AS(freebsd32_select_args), (sy_call_t *)freebsd32_select }, /* 93 = freebsd32_select */ 122 { 0, (sy_call_t *)nosys }, /* 94 = setdopt */ --- 347 unchanged lines hidden --- |