Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2017 16:06:14 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313557 - head/sys/conf
Message-ID:  <201702101606.v1AG6EEh040001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Fri Feb 10 16:06:14 2017
New Revision: 313557
URL: https://svnweb.freebsd.org/changeset/base/313557

Log:
  Allow Dtrace to be compiled into the kernel again after r313177.
  
  MFC after:	1 week

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Feb 10 15:28:18 2017	(r313556)
+++ head/sys/conf/files	Fri Feb 10 16:06:14 2017	(r313557)
@@ -268,6 +268,7 @@ cddl/contrib/opensolaris/uts/common/zmod
 # 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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702101606.v1AG6EEh040001>