freebsd-dev/sys/amd64/linux
Konstantin Belousov 724f4b62b0 Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
sysent.

sv_prepsyscall is unused.

sv_sigsize and sv_sigtbl translate signal number from the FreeBSD
namespace into the ABI domain.  It is only utilized on i386 for iBCS2
binaries.  The issue with this approach is that signals for iBCS2 were
delivered with the FreeBSD signal frame layout, which does not follow
iBCS2.  The same note is true for any other potential user if
sv_sigtbl.  In other words, if ABI needs signal number translation, it
really needs custom sv_sendsig method instead.

Sponsored by:	The FreeBSD Foundation
2015-11-28 08:49:07 +00:00
..
linux_dummy.c Remove unneeded includes of opt_kdtrace.h. 2015-11-22 02:01:01 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux_machdep.c Fixup the build after r284215. 2015-06-10 12:39:01 +00:00
linux_proto.h Regen for linux32 rename and linux64 systrace. 2015-10-22 21:33:37 +00:00
linux_support.s Futex is an aligned 32-bit integer. Use the proper instruction and 2015-06-08 17:39:25 +00:00
linux_syscall.h Regen for linux32 rename and linux64 systrace. 2015-10-22 21:33:37 +00:00
linux_syscalls.c Regen for linux32 rename and linux64 systrace. 2015-10-22 21:33:37 +00:00
linux_sysent.c Regen for linux32 rename and linux64 systrace. 2015-10-22 21:33:37 +00:00
linux_systrace_args.c Regen for linux32 rename and linux64 systrace. 2015-10-22 21:33:37 +00:00
linux_sysvec.c Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct 2015-11-28 08:49:07 +00:00
linux_vdso.lds.s
linux.h Reduce duplication between MD Linux code by moving msg related 2015-05-24 18:03:14 +00:00
Makefile
syscalls.conf
syscalls.master Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00