linux_dummy.c revision 115705
19313Ssos/*-
29313Ssos * Copyright (c) 1994-1995 S�ren Schmidt
39313Ssos * All rights reserved.
49313Ssos *
59313Ssos * Redistribution and use in source and binary forms, with or without
69313Ssos * modification, are permitted provided that the following conditions
79313Ssos * are met:
89313Ssos * 1. Redistributions of source code must retain the above copyright
99313Ssos *    notice, this list of conditions and the following disclaimer
109313Ssos *    in this position and unchanged.
119313Ssos * 2. Redistributions in binary form must reproduce the above copyright
129313Ssos *    notice, this list of conditions and the following disclaimer in the
139313Ssos *    documentation and/or other materials provided with the distribution.
149313Ssos * 3. The name of the author may not be used to endorse or promote products
1597748Sschweikh *    derived from this software without specific prior written permission
169313Ssos *
179313Ssos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
189313Ssos * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
199313Ssos * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
209313Ssos * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
219313Ssos * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
229313Ssos * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
239313Ssos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
249313Ssos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
259313Ssos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
269313Ssos * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279313Ssos */
289313Ssos
29115705Sobrien#include <sys/cdefs.h>
30115705Sobrien__FBSDID("$FreeBSD: head/sys/i386/linux/linux_dummy.c 115705 2003-06-02 16:56:40Z obrien $");
31115705Sobrien
329313Ssos#include <sys/param.h>
339313Ssos#include <sys/systm.h>
349313Ssos#include <sys/proc.h>
359313Ssos
3614331Speter#include <i386/linux/linux.h>
3768583Smarcel#include <i386/linux/linux_proto.h>
3883221Smarcel#include <compat/linux/linux_util.h>
3912458Sbde
4049850SmarcelDUMMY(stat);
4149850SmarcelDUMMY(stime);
4249850SmarcelDUMMY(fstat);
4349850SmarcelDUMMY(olduname);
4483221SmarcelDUMMY(syslog);
4549850SmarcelDUMMY(uname);
4649850SmarcelDUMMY(vhangup);
4750345SmarcelDUMMY(vm86old);
4849850SmarcelDUMMY(swapoff);
4949850SmarcelDUMMY(adjtimex);
5049850SmarcelDUMMY(create_module);
5149850SmarcelDUMMY(init_module);
5249850SmarcelDUMMY(delete_module);
5349850SmarcelDUMMY(get_kernel_syms);
5449850SmarcelDUMMY(quotactl);
5549850SmarcelDUMMY(bdflush);
5650345SmarcelDUMMY(sysfs);
5750345SmarcelDUMMY(vm86);
5850345SmarcelDUMMY(query_module);
5950345SmarcelDUMMY(nfsservctl);
6050345SmarcelDUMMY(prctl);
6150345SmarcelDUMMY(rt_sigpending);
6250345SmarcelDUMMY(rt_sigtimedwait);
6350345SmarcelDUMMY(rt_sigqueueinfo);
6450345SmarcelDUMMY(capget);
6550345SmarcelDUMMY(capset);
6650345SmarcelDUMMY(sendfile);
6755784SmarcelDUMMY(truncate64);
6883221SmarcelDUMMY(setfsuid);
6983221SmarcelDUMMY(setfsgid);
7083221SmarcelDUMMY(pivot_root);
7183221SmarcelDUMMY(mincore);
7283221SmarcelDUMMY(madvise);
73