1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/amd64/linux32
Baptiste Daroussin b6348be7b9 Add kern.features flags for linux and linux64 modules
kern.features.linux: 1 meaning linux 32 bits binaries are supported
kern.features.linux64: 1 meaning linux 64 bits binaries are supported

The goal here is to help 3rd party applications (including ports) to determine
if the host do support linux emulation

Reviewed by:	dchagin
MFC after:	1 week
Relnotes:	yes
Differential Revision:	D5830
2016-04-05 22:36:48 +00:00
..
linux32_dummy.c Implement fstatfs64 system call. 2016-03-20 13:21:20 +00:00
linux32_genassym.c Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux32_ipc64.h
linux32_locore.s Update for LINUX32 rename. The assembler didn't complain about undefined 2015-10-29 15:20:47 +00:00
linux32_machdep.c pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb. 2015-06-29 07:53:44 +00:00
linux32_proto.h Regen for r297061 (fstatfs64 Linux syscall). 2016-03-20 13:23:01 +00:00
linux32_support.s
linux32_syscall.h Regen for r297061 (fstatfs64 Linux syscall). 2016-03-20 13:23:01 +00:00
linux32_syscalls.c Regen for r297061 (fstatfs64 Linux syscall). 2016-03-20 13:23:01 +00:00
linux32_sysent.c Regen for r297061 (fstatfs64 Linux syscall). 2016-03-20 13:23:01 +00:00
linux32_systrace_args.c Regen for r297061 (fstatfs64 Linux syscall). 2016-03-20 13:23:01 +00:00
linux32_sysvec.c Add kern.features flags for linux and linux64 modules 2016-04-05 22:36:48 +00:00
linux32_vdso.lds.s Put linux_platform into the vdso to avoid copying it onto the stack at 2015-05-24 15:30:52 +00:00
linux.h Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET. 2016-03-27 10:09:10 +00:00
Makefile
syscalls.conf Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
syscalls.master Implement fstatfs64 system call. 2016-03-20 13:21:20 +00:00