freebsd-skq/sys/arm64/linux
Dmitry Chagin d151344dbf In order to reduce duplication between MD parts of the Linuxulator
move bits that are MI out into the headers in compat/linux.
For that remove bogus _packed attribute from struct l_sockaddr
and use MI types for struct members.

And continue to move into the linux_common module a code that is
intended for both Linuxulator modules (both instruction set - 32 & 64 bit)
or for external modules like linsysfs or linprocfs.

To avoid header pollution introduce new sys/compat/linux_common.h header.

Reviewed by:	emaste
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D20137
2019-05-03 08:42:49 +00:00
..
linux_dummy.c Fix errno values returned from DUMMY_XATTR linuxulator calls 2019-01-11 07:58:25 +00:00
linux_locore.s Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_machdep.c Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_proto.h Regen arm64 linux sysent after r336043 2018-07-06 19:47:09 +00:00
linux_ptrace.c Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_support.s Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_syscall.h Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_syscalls.c Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_sysent.c Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_systrace_args.c Regen arm64 linux sysent after r336043 2018-07-06 19:47:09 +00:00
linux_sysvec.c Remove sv_pagesize, originally introduced with r100384. 2019-03-01 16:16:38 +00:00
linux_vdso.lds.s Add stub arm64 linuxulator VDSO ldscript 2018-06-28 20:36:21 +00:00
linux.h In order to reduce duplication between MD parts of the Linuxulator 2019-05-03 08:42:49 +00:00
Makefile
syscalls.conf
syscalls.master Fix arm64 linuxulator clone() argument order 2018-07-06 19:44:49 +00:00