freebsd-dev/sys/amd64/linux32
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
..
linux32_dummy.c Update syscall.master to 5.0. 2019-03-24 14:50:02 +00:00
linux32_genassym.c
linux32_locore.s Linuxolator whitespace cleanup 2018-02-05 17:29:12 +00:00
linux32_machdep.c Linux between 4.18 and 5.0 split IPC system calls. 2019-03-24 14:44:35 +00:00
linux32_proto.h Regen from r345471. 2019-03-24 14:51:17 +00:00
linux32_support.s Futex support functions in linux.ko and linux32.ko on amd64 should be 2018-08-07 18:29:10 +00:00
linux32_syscall.h Regen from r345471. 2019-03-24 14:51:17 +00:00
linux32_syscalls.c Regen from r345471. 2019-03-24 14:51:17 +00:00
linux32_sysent.c Regen from r345471. 2019-03-24 14:51:17 +00:00
linux32_systrace_args.c Regen from r345471. 2019-03-24 14:51:17 +00:00
linux32_sysvec.c Remove sv_pagesize, originally introduced with r100384. 2019-03-01 16:16:38 +00:00
linux32_vdso.lds.s
linux.h In order to reduce duplication between MD parts of the Linuxulator 2019-05-03 08:42:49 +00:00
Makefile Don't use an .OBJDIR for 'make sysent'. 2018-01-29 19:14:15 +00:00
syscalls.conf
syscalls.master Since r339624 HEAD does not need for backslashes in syscalls.master, 2019-04-23 18:10:46 +00:00