freebsd-dev/sys/amd64/linux
Edward Tomasz Napierala 1699546def Remove sv_pagesize, originally introduced with r100384.
In all of the architectures we have today, we always use PAGE_SIZE.
While in theory one could define different things, none of the
current architectures do, even the ones that have transitioned from
32-bit to 64-bit like i386 and arm. Some ancient mips binaries on
other systems used 8k instead of 4k, but we don't support running
those and likely never will due to their age and obscurity.

Reviewed by:	imp (who also contributed the commit message)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D19280
2019-03-01 16:16:38 +00:00
..
linux_dummy.c Fix errno values returned from DUMMY_XATTR linuxulator calls 2019-01-11 07:58:25 +00:00
linux_genassym.c
linux_locore.s Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allow 2016-05-09 07:38:47 +00:00
linux_machdep.c linuxulator: fix stack memory disclosure in linux_sigaltstack 2019-01-21 16:25:40 +00:00
linux_proto.h Regenerated assorted syscall related files after: 2018-10-09 20:42:17 +00:00
linux_ptrace.c Linuxolator whitespace cleanup 2018-02-05 17:29:12 +00:00
linux_support.s Futex support functions in linux.ko and linux32.ko on amd64 should be 2018-08-07 18:29:10 +00:00
linux_syscall.h Regenerated Linuxulator syscall tables for r314782 2017-03-06 18:20:37 +00:00
linux_syscalls.c Regenerated Linuxulator syscall tables for r314782 2017-03-06 18:20:37 +00:00
linux_sysent.c Regenerated Linuxulator syscall tables for r314782 2017-03-06 18:20:37 +00:00
linux_systrace_args.c Regenerated assorted syscall related files after: 2018-10-09 20:42:17 +00:00
linux_sysvec.c Remove sv_pagesize, originally introduced with r100384. 2019-03-01 16:16:38 +00:00
linux_vdso.lds.s
linux.h linuxulator: do not include legacy syscalls on arm64 2018-06-15 14:41:51 +00:00
Makefile Don't use an .OBJDIR for 'make sysent'. 2018-01-29 19:14:15 +00:00
syscalls.conf
syscalls.master Use linux types for linux-specific syscalls 2018-02-23 19:09:27 +00:00