History log of /netbsd/external/cddl/osnet/dist/lib/libdtrace/common/dt_printf.c (Results 1 – 11 of 11)
Revision Date Author Comments
# eada09ac 28-May-2018 chs <chs@NetBSD.org>

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 im

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().

show more ...


# 48286584 01-Oct-2015 riz <riz@NetBSD.org>

Redo previous so as to not break non-arm MKDTRACE=yes builds.


# d891f004 01-Oct-2015 riz <riz@NetBSD.org>

Only declare 'ldn' where it's actually used. Fixes build on arm
with MKDTRACE=yes.


# 920211a7 24-Sep-2015 christos <christos@NetBSD.org>

sync with FreeBSD


# 41cbdd7b 21-Feb-2015 ozaki-r <ozaki-r@NetBSD.org>

Fix dtrace build for arm with gcc 4.8


# 2bebfa04 07-Feb-2015 christos <christos@NetBSD.org>

check and fix printf formats, negative array indices, uninitialized variables,
shadowed variables.


# ba2503ea 27-Mar-2014 apb <apb@NetBSD.org>

format is a pointer, so sizeof(format) is not a good length
to pass to snprintf. Try to calculate the correct length,
taking into account the amount of space already used.


# 9f986960 20-Feb-2013 tron <tron@NetBSD.org>

Fix dodgy arguments to snprintf(3) which cause a warning that breaks
the build (at least with "USE_SSP" set to "yes").


# a252d550 27-Feb-2010 haad <haad@NetBSD.org>

Merge NetBSD local changes to new zfs version 22 sources.


# bb8023b5 21-Feb-2010 darran <darran@NetBSD.org>

Add the FreeBSD 8-RC1 changes for DTrace.

Ok with core@.


# a864dc36 20-Feb-2010 darran <darran@NetBSD.org>

Import the rest of Opensolaris 20081117 needed for DTrace. No conflicts
with ZFS.