freebsd-dev/sys/cddl/dev
John Baldwin 2f99bcce1e 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.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D3954
2015-10-22 21:28:20 +00:00
..
dtmalloc The dtmalloc provider uses the short description of a malloc type as the 2013-06-28 03:14:40 +00:00
dtrace dtrace_getarg: remove stray return statement on amd64, powerpc 2015-09-29 11:55:26 +00:00
fbt Remove a couple of unused fields from the FBT probe struct. 2015-08-03 17:39:36 +00:00
profile First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
sdt sdt: static-ize couple of variables 2015-09-29 12:14:22 +00:00
systrace Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
prototype.c