Author: markj
Date: Wed Oct 31 19:09:48 2018
New Revision: 339966
URL: https://svnweb.freebsd.org/changeset/base/339966

Log:
  MFC r313557 (by bz):
  Allow Dtrace to be compiled into the kernel again after r313177.
  
  PR:   232825

Modified:
  stable/11/sys/conf/files
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/files
==============================================================================
--- stable/11/sys/conf/files    Wed Oct 31 18:30:17 2018        (r339965)
+++ stable/11/sys/conf/files    Wed Oct 31 19:09:48 2018        (r339966)
@@ -310,6 +310,7 @@ cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lzio.c       
 # dtrace specific
 cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c    optional dtrace 
compile-with "${DTRACE_C}" \
                                                        warning "kernel 
contains CDDL licensed DTRACE"
+cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c  
optional dtrace compile-with "${DTRACE_C}"
 cddl/dev/dtmalloc/dtmalloc.c           optional dtmalloc        | dtraceall 
compile-with "${CDDL_C}"
 cddl/dev/profile/profile.c             optional dtrace_profile  | dtraceall 
compile-with "${CDDL_C}"
 cddl/dev/sdt/sdt.c                     optional dtrace_sdt      | dtraceall 
compile-with "${CDDL_C}"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to