Deleted Added
full compact
linux_dummy.c (293555) linux_dummy.c (293567)
1/*-
2 * Copyright (c) 2013 Dmitry Chagin
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

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2013 Dmitry Chagin
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

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: stable/10/sys/amd64/linux/linux_dummy.c 293555 2016-01-09 16:58:57Z dchagin $");
28__FBSDID("$FreeBSD: stable/10/sys/amd64/linux/linux_dummy.c 293567 2016-01-09 17:13:43Z dchagin $");
29
30#include "opt_compat.h"
31#include "opt_kdtrace.h"
32
33#include <sys/param.h>
34#include <sys/kernel.h>
35#include <sys/sdt.h>
36#include <sys/systm.h>

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

97DUMMY(tee);
98DUMMY(sync_file_range);
99DUMMY(vmsplice);
100DUMMY(move_pages);
101DUMMY(utimensat);
102DUMMY(epoll_pwait);
103DUMMY(signalfd);
104DUMMY(timerfd);
29
30#include "opt_compat.h"
31#include "opt_kdtrace.h"
32
33#include <sys/param.h>
34#include <sys/kernel.h>
35#include <sys/sdt.h>
36#include <sys/systm.h>

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

97DUMMY(tee);
98DUMMY(sync_file_range);
99DUMMY(vmsplice);
100DUMMY(move_pages);
101DUMMY(utimensat);
102DUMMY(epoll_pwait);
103DUMMY(signalfd);
104DUMMY(timerfd);
105DUMMY(fallocate);
106DUMMY(timerfd_settime);
107DUMMY(timerfd_gettime);
108DUMMY(signalfd4);
109DUMMY(inotify_init1);
110DUMMY(preadv);
111DUMMY(pwritev);
112DUMMY(rt_tsigqueueinfo);
113DUMMY(perf_event_open);

--- 34 unchanged lines hidden ---
105DUMMY(timerfd_settime);
106DUMMY(timerfd_gettime);
107DUMMY(signalfd4);
108DUMMY(inotify_init1);
109DUMMY(preadv);
110DUMMY(pwritev);
111DUMMY(rt_tsigqueueinfo);
112DUMMY(perf_event_open);

--- 34 unchanged lines hidden ---