]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 289769,289822,290143,290144:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Jan 2016 01:09:53 +0000 (01:09 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Jan 2016 01:09:53 +0000 (01:09 +0000)
commitad345cab6f66b5e40fef8054e3443ae16536801e
tree06645c8b5fb21159a6ab7cfe6514945bca030b0f
parente2dfd80436b3817b0e0b538b277184f734c56a82
MFC 289769,289822,290143,290144:
Rename remaining linux32 symbols from linux_* to linux32_*.

289769:
Rename remaining linux32 symbols such as linux_sysent[] and
linux_syscallnames[] from linux_* to linux32_* to avoid conflicts with
linux64.ko.  While here, add support for linux64 binaries to systrace.
- Update NOPROTO entries in amd64/linux/syscalls.master to match the
  main table to fix systrace build.
- Add a special case for union l_semun arguments to the systrace
  generation.
- The systrace_linux32 module now only builds the systrace_linux32.ko.
  module on amd64.
- Add a new systrace_linux module that builds on both i386 and amd64.
  For i386 it builds the existing systrace_linux.ko.  For amd64 it
  builds a systrace_linux.ko for 64-bit binaries.

289822:
Fix build for the KTR-enabled kernels.

290143:
Fix build with DEBUG defined.

290144:
Update for LINUX32 rename.  The assembler didn't complain about undefined
symbols but just used 0 after the rename.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294368 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
sys/amd64/linux/syscalls.master
sys/amd64/linux32/linux.h
sys/amd64/linux32/linux32_locore.s
sys/amd64/linux32/linux32_sysvec.c
sys/amd64/linux32/syscalls.conf
sys/amd64/linux32/syscalls.master
sys/cddl/dev/systrace/systrace.c
sys/compat/linux/linux_misc.c
sys/kern/makesyscalls.sh
sys/modules/dtrace/Makefile
sys/modules/dtrace/systrace_linux/Makefile [new file with mode: 0644]
sys/modules/dtrace/systrace_linux32/Makefile