freebsd-dev/cddl
Mark Johnston 8436cb81cd libdtrace: allow D libraries to declare dependencies on kernel modules
The "depends_on module" pragma can be used to declare a dependency on a
DTrace module, which for kernel probes corresponds to a KLD. Such
dependencies cannot be checked if the KLD is compiled into the kernel.
Therefore, allow a module dependency to be satisfied if either a kernel
module or a KLD with the specified name is loaded.

Differential Revision:	https://reviews.freebsd.org/D2653
Reviewed by:	gnn, rpaulo
Reported by:	gnn
2015-06-06 16:47:45 +00:00
..
compat/opensolaris Use calloc() instead of malloc() + bzero(). This also gets rid of a warning 2014-12-08 06:10:47 +00:00
contrib libdtrace: allow D libraries to declare dependencies on kernel modules 2015-06-06 16:47:45 +00:00
lib Add dependencies for libzfs_core and libzpool I missed on my first pass on this 2015-05-20 11:16:17 +00:00
sbin Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are 2015-05-20 12:26:09 +00:00
tests Add placeholder Kyuafiles for various top-level hierarchies. 2014-04-21 21:39:25 +00:00
usr.bin Remove stray DEBUG_FLAGS=-g that's been here since the initial import. 2015-05-21 14:36:12 +00:00
usr.sbin Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are 2015-05-20 12:26:09 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
Makefile.inc Make DTrace stuff compile with C99 standard. 2014-08-22 20:04:51 +00:00