freebsd-dev/sys/amd64/linux
Dmitry Chagin c1da89fec2 linux(4): Retire linux_kplatform.
Assuming we can't run on i486, i586 class cpu, retire linux_kplatform var
and use hardcoded 'machine' value in linux_newuname().

I have added linux_kplatform for consistency with linux_platform which is
placed in to vdso to avoid excess copyout it on stack for AT_PLATFORM at
exec time.

This is the first stage of Linuxulator's vdso revision.

Reviewed by:		trasz, imp
Differential Revision:	https://reviews.freebsd.org/D30774
MFC after:		2 weeks
2021-06-22 08:36:21 +03:00
..
linux_dummy_machdep.c linux(4): Deduplicate unimpl/dummy syscall handlers 2020-11-05 19:30:31 +00:00
linux_genassym.c
linux_locore.asm x86: remove gcov kernel support 2021-04-02 15:41:51 +03:00
linux_machdep.c linux(4): make arch_prctl(2) support GET_CET_STATUS, report unknown codes 2021-05-06 09:33:42 +01:00
linux_proto.h linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_ptrace.c linux: make sure to zero the l_siginfo structure for ptrace(2) 2021-06-08 10:18:29 +01:00
linux_support.s amd64/linux*: add required header to get the constant value 2021-05-26 01:24:09 +03:00
linux_syscall.h linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_syscalls.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_sysent.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_systrace_args.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_sysvec.c linux(4): Retire linux_kplatform. 2021-06-22 08:36:21 +03:00
linux_vdso.lds.s
linux.h linux(4): Rework Linux ppoll system call. 2021-06-22 08:06:05 +03:00
Makefile sysent targets: further cleanup and deduplication 2020-01-18 20:37:45 +00:00
syscalls.conf
syscalls.master linux(4): Implement poll system call via linux_common_ppol() 2021-06-22 08:07:46 +03:00