| History log of /src/external/cddl/osnet/lib/Makefile |
| Revision | | Date | Author | Comments |
| 1.11 |
| 07-Apr-2021 |
simonb | Revert the change to not build and install /usr/lib/dtrace/drti.o; this is used by the ruby30-base package when compiled with the dtrace option (enabled by default).
Problem found by ryoon@.
|
| 1.10 |
| 29-Mar-2021 |
simonb | Don't build or install /usr/lib/dtrace/drti.o - currently not used, may be one day...
|
| 1.9 |
| 28-May-2018 |
chs | merge a new version of the CDDL dtrace and ZFS code. this changes the upstream vendor from OpenSolaris to FreeBSD, and this version is based on FreeBSD svn r315983.
in addition to the 10 years of improvements from upstream, this version also has these NetBSD-specific enhancements: - dtrace FBT probes can now be placed in kernel modules. - ZFS now supports mmap().
|
| 1.8 |
| 29-Feb-2016 |
riastradh | branches: 1.8.14; Let MKCTF alone control whether we build libctf.
If MKDTRACE=yes MKCTF=no makes no sense, we can express that somewhere else, not as a confusing set lists error at the end -- as far as I know, there's no way to express MKDTRACE *or* MKCTF as a condition for set list entries.
|
| 1.7 |
| 28-Feb-2016 |
christos | hook drti
|
| 1.6 |
| 25-Mar-2014 |
ozaki-r | Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now).
This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again.
|
| 1.5 |
| 11-Sep-2013 |
joerg | If a library needs a symbol from another library, pull that library in explicitly, even if the DT_NEEDED closure would normally already ensure the presence.
|
| 1.4 |
| 24-Feb-2010 |
tron | branches: 1.4.6; 1.4.12; Include "bsd.own.mk" before checking "MKDTRACE" to allow setting it in "/etc/mk.conf".
|
| 1.3 |
| 21-Feb-2010 |
darran | Apply NetBSD changes to DTrace.
Ok with core@.
|
| 1.2 |
| 21-Feb-2010 |
darran | Add the FreeBSD 8-RC1 changes for DTrace.
Ok with core@.
|
| 1.1 |
| 07-Aug-2009 |
haad | Add NetBSD Solaris compat code and reachover Makefiles. Most of code written by Andrew Doran some of it by me.
This is still work in progress code. There are known issues. Zfs can panic your system still. I will commit integration bits and needed kernel bits later when we fix most obvious bugs. This code need some support from our kernel which I will commit in a separate patch and therefore itnot work yet.
Issues:
1) Support for openat/fstatat syscalls. 2) getnewvnode locking against myself panic when reclaiming vnodes 3) Replace solaris taskq with our workqueue which doesn't need to alloc anything during work. 4) Investigate problems with NO_WAIT allocations.
Oked by core@ and ad@.
|
| 1.4.12.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.8.14.1 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|