Deleted Added
full compact
linux_sysent.c (72540) linux_sysent.c (75057)
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_sysent.c 72540 2001-02-16 14:47:24Z jlemon $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.39 2001/02/16 14:42:08 jlemon Exp
5 * $FreeBSD: head/sys/i386/linux/linux_sysent.c 75057 2001-04-01 06:43:09Z alc $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.40 2001/04/01 06:37:40 alc Exp
7 */
8
9#include "opt_compat.h"
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13#include <i386/linux/linux.h>
14#include <i386/linux/linux_proto.h>

--- 156 unchanged lines hidden (view full) ---

171 { AS(munlock_args), (sy_call_t *)munlock }, /* 151 = munlock */
172 { AS(mlockall_args), (sy_call_t *)mlockall }, /* 152 = mlockall */
173 { 0, (sy_call_t *)munlockall }, /* 153 = munlockall */
174 { AS(sched_setparam_args), (sy_call_t *)sched_setparam }, /* 154 = sched_setparam */
175 { AS(sched_getparam_args), (sy_call_t *)sched_getparam }, /* 155 = sched_getparam */
176 { AS(linux_sched_setscheduler_args), (sy_call_t *)linux_sched_setscheduler }, /* 156 = linux_sched_setscheduler */
177 { AS(linux_sched_getscheduler_args), (sy_call_t *)linux_sched_getscheduler }, /* 157 = linux_sched_getscheduler */
178 { 0, (sy_call_t *)sched_yield }, /* 158 = sched_yield */
7 */
8
9#include "opt_compat.h"
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13#include <i386/linux/linux.h>
14#include <i386/linux/linux_proto.h>

--- 156 unchanged lines hidden (view full) ---

171 { AS(munlock_args), (sy_call_t *)munlock }, /* 151 = munlock */
172 { AS(mlockall_args), (sy_call_t *)mlockall }, /* 152 = mlockall */
173 { 0, (sy_call_t *)munlockall }, /* 153 = munlockall */
174 { AS(sched_setparam_args), (sy_call_t *)sched_setparam }, /* 154 = sched_setparam */
175 { AS(sched_getparam_args), (sy_call_t *)sched_getparam }, /* 155 = sched_getparam */
176 { AS(linux_sched_setscheduler_args), (sy_call_t *)linux_sched_setscheduler }, /* 156 = linux_sched_setscheduler */
177 { AS(linux_sched_getscheduler_args), (sy_call_t *)linux_sched_getscheduler }, /* 157 = linux_sched_getscheduler */
178 { 0, (sy_call_t *)sched_yield }, /* 158 = sched_yield */
179 { AS(sched_get_priority_max_args), (sy_call_t *)sched_get_priority_max }, /* 159 = sched_get_priority_max */
180 { AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min }, /* 160 = sched_get_priority_min */
179 { AS(linux_sched_get_priority_max_args), (sy_call_t *)linux_sched_get_priority_max }, /* 159 = linux_sched_get_priority_max */
180 { AS(linux_sched_get_priority_min_args), (sy_call_t *)linux_sched_get_priority_min }, /* 160 = linux_sched_get_priority_min */
181 { AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval }, /* 161 = sched_rr_get_interval */
182 { AS(nanosleep_args), (sy_call_t *)nanosleep }, /* 162 = nanosleep */
183 { AS(linux_mremap_args), (sy_call_t *)linux_mremap }, /* 163 = linux_mremap */
184 { AS(setresuid_args), (sy_call_t *)setresuid }, /* 164 = setresuid */
185 { AS(linux_getresuid_args), (sy_call_t *)linux_getresuid }, /* 165 = linux_getresuid */
186 { 0, (sy_call_t *)linux_vm86 }, /* 166 = linux_vm86 */
187 { 0, (sy_call_t *)linux_query_module }, /* 167 = linux_query_module */
188 { AS(poll_args), (sy_call_t *)poll }, /* 168 = poll */

--- 30 unchanged lines hidden ---
181 { AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval }, /* 161 = sched_rr_get_interval */
182 { AS(nanosleep_args), (sy_call_t *)nanosleep }, /* 162 = nanosleep */
183 { AS(linux_mremap_args), (sy_call_t *)linux_mremap }, /* 163 = linux_mremap */
184 { AS(setresuid_args), (sy_call_t *)setresuid }, /* 164 = setresuid */
185 { AS(linux_getresuid_args), (sy_call_t *)linux_getresuid }, /* 165 = linux_getresuid */
186 { 0, (sy_call_t *)linux_vm86 }, /* 166 = linux_vm86 */
187 { 0, (sy_call_t *)linux_query_module }, /* 167 = linux_query_module */
188 { AS(poll_args), (sy_call_t *)poll }, /* 168 = poll */

--- 30 unchanged lines hidden ---