]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/amd64/linux32/linux32_dummy.c
MFV r315633, 315635:
[FreeBSD/FreeBSD.git] / sys / amd64 / linux32 / linux32_dummy.c
1 /*-
2  * Copyright (c) 1994-1995 Søren Schmidt
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer 
10  *    in this position and unchanged.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  * 3. The name of the author may not be used to endorse or promote products
15  *    derived from this software without specific prior written permission
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  */
28
29 #include <sys/cdefs.h>
30 __FBSDID("$FreeBSD$");
31
32 #include "opt_compat.h"
33
34 #include <sys/param.h>
35 #include <sys/kernel.h>
36 #include <sys/sdt.h>
37 #include <sys/systm.h>
38 #include <sys/proc.h>
39
40 #include <amd64/linux32/linux.h>
41 #include <amd64/linux32/linux32_proto.h>
42 #include <compat/linux/linux_dtrace.h>
43 #include <compat/linux/linux_util.h>
44
45 /* DTrace init */
46 LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE);
47
48 UNIMPLEMENTED(afs_syscall);
49 UNIMPLEMENTED(break);
50 UNIMPLEMENTED(create_module);   /* added in linux 1.0 removed in 2.6 */
51 UNIMPLEMENTED(ftime);
52 UNIMPLEMENTED(get_kernel_syms); /* added in linux 1.0 removed in 2.6 */
53 UNIMPLEMENTED(getpmsg);
54 UNIMPLEMENTED(gtty);
55 UNIMPLEMENTED(stty);
56 UNIMPLEMENTED(lock);
57 UNIMPLEMENTED(mpx);
58 UNIMPLEMENTED(nfsservctl);      /* added in linux 2.2 removed in 3.1 */
59 UNIMPLEMENTED(prof);
60 UNIMPLEMENTED(profil);
61 UNIMPLEMENTED(putpmsg);
62 UNIMPLEMENTED(query_module);    /* added in linux 2.2 removed in 2.6 */
63 UNIMPLEMENTED(ulimit);
64 UNIMPLEMENTED(vserver);
65
66 DUMMY(stime);
67 DUMMY(olduname);
68 DUMMY(syslog);
69 DUMMY(uname);
70 DUMMY(vhangup);
71 DUMMY(swapoff);
72 DUMMY(adjtimex);
73 DUMMY(init_module);
74 DUMMY(delete_module);
75 DUMMY(quotactl);
76 DUMMY(bdflush);
77 DUMMY(sysfs);
78 DUMMY(sendfile);
79 DUMMY(setfsuid);
80 DUMMY(setfsgid);
81 DUMMY(pivot_root);
82 DUMMY(mincore);
83 DUMMY(ptrace);
84 DUMMY(lookup_dcookie);
85 DUMMY(remap_file_pages);
86 DUMMY(mbind);
87 DUMMY(get_mempolicy);
88 DUMMY(set_mempolicy);
89 DUMMY(mq_open);
90 DUMMY(mq_unlink);
91 DUMMY(mq_timedsend);
92 DUMMY(mq_timedreceive);
93 DUMMY(mq_notify);
94 DUMMY(mq_getsetattr);
95 DUMMY(kexec_load);
96 /* linux 2.6.11: */
97 DUMMY(add_key);
98 DUMMY(request_key);
99 DUMMY(keyctl);
100 /* linux 2.6.13: */
101 DUMMY(ioprio_set);
102 DUMMY(ioprio_get);
103 DUMMY(inotify_init);
104 DUMMY(inotify_add_watch);
105 DUMMY(inotify_rm_watch);
106 /* linux 2.6.16: */
107 DUMMY(migrate_pages);
108 DUMMY(unshare);
109 /* linux 2.6.17: */
110 DUMMY(splice);
111 DUMMY(sync_file_range);
112 DUMMY(tee);
113 DUMMY(vmsplice);
114 /* linux 2.6.18: */
115 DUMMY(move_pages);
116 /* linux 2.6.19: */
117 DUMMY(getcpu);
118 /* linux 2.6.22: */
119 DUMMY(signalfd);
120 /* linux 2.6.27: */
121 DUMMY(signalfd4);
122 DUMMY(inotify_init1);
123 /* linux 2.6.31: */
124 DUMMY(perf_event_open);
125 /* linux 2.6.33: */
126 DUMMY(fanotify_init);
127 DUMMY(fanotify_mark);
128 /* linux 2.6.39: */
129 DUMMY(name_to_handle_at);
130 DUMMY(open_by_handle_at);
131 DUMMY(clock_adjtime);
132 /* linux 3.0: */
133 DUMMY(setns);
134 /* linux 3.2: */
135 DUMMY(process_vm_readv);
136 DUMMY(process_vm_writev);
137 /* linux 3.5: */
138 DUMMY(kcmp);
139 /* linux 3.8: */
140 DUMMY(finit_module);
141 DUMMY(sched_setattr);
142 DUMMY(sched_getattr);
143 /* linux 3.14: */
144 DUMMY(renameat2);
145 /* linux 3.15: */
146 DUMMY(seccomp);
147 DUMMY(memfd_create);
148 /* linux 3.18: */
149 DUMMY(bpf);
150 /* linux 3.19: */
151 DUMMY(execveat);
152 /* linux 4.2: */
153 DUMMY(userfaultfd);
154 /* linux 4.3: */
155 DUMMY(membarrier);
156 /* linux 4.4: */
157 DUMMY(mlock2);
158 /* linux 4.5: */
159 DUMMY(copy_file_range);
160 /* linux 4.6: */
161 DUMMY(preadv2);
162 DUMMY(pwritev2);
163 /* linux 4.8: */
164 DUMMY(pkey_mprotect);
165 DUMMY(pkey_alloc);
166 DUMMY(pkey_free);
167
168 #define DUMMY_XATTR(s)                                          \
169 int                                                             \
170 linux_ ## s ## xattr(                                           \
171     struct thread *td, struct linux_ ## s ## xattr_args *arg)   \
172 {                                                               \
173                                                                 \
174         return (ENOATTR);                                       \
175 }
176 DUMMY_XATTR(set);
177 DUMMY_XATTR(lset);
178 DUMMY_XATTR(fset);
179 DUMMY_XATTR(get);
180 DUMMY_XATTR(lget);
181 DUMMY_XATTR(fget);
182 DUMMY_XATTR(list);
183 DUMMY_XATTR(llist);
184 DUMMY_XATTR(flist);
185 DUMMY_XATTR(remove);
186 DUMMY_XATTR(lremove);
187 DUMMY_XATTR(fremove);