opnsense-src/sys/amd64/linux
Edward Tomasz Napierala b54838003c linux: fix sigaltstack on amd64
To determine whether to use alternate signal stack or not,
we need to use the native signal number, not the one translated
with bsd_to_linux_signal().

In practical terms, this fixes golang.

Reviewed By:	dchagin
Fixes:		135dd0cab5
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D31298
2021-07-26 11:57:52 +01:00
..
linux.h Drop "All rights reserved" from my copyright statements. 2021-07-20 10:05:50 +03:00
linux_dummy_machdep.c Drop "All rights reserved" from my copyright statements. 2021-07-20 10:05:50 +03:00
linux_genassym.c
linux_locore.asm linux(4): Remove function prototypes from the vDSO. 2021-07-20 09:52:08 +03:00
linux_machdep.c linux: implement rt_sigsuspend(2) on arm64 2021-07-23 20:13:00 +00:00
linux_proto.h linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux_ptrace.c linux(4): implement coredump support 2021-06-30 22:45:06 +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: fix sigaltstack on amd64 2021-07-26 11:57:52 +01:00
linux_vdso.lds.s linux(4); Almost complete the vDSO. 2021-07-20 10:01:18 +03:00
linux_vdso_gtod.c linux(4); Almost complete the vDSO. 2021-07-20 10:01:18 +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