History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl
Revision Date Author Comments
# 31ed01a2 24-Jul-2017 Enji Cooper <ngie@FreeBSD.org>

Fix whitespace on a line in fix(..) accidentally missed in r321424

MFC after: 1 month
MFC with: r321424


# f3305cae 24-Jul-2017 Enji Cooper <ngie@FreeBSD.org>

Style cleanup: delete spurious trailing whitespace

MFC after: 1 month


# ea2e7dda 29-Jan-2015 Mark Johnston <markj@FreeBSD.org>

When searching for an accompanying test program, look in the directory
containing the test script rather than the current directory. This is needed
in order to run the DTrace tests under Kyua.

MFC after: 1 week


# 03836978 16-Apr-2013 Pedro F. Giffuni <pfg@FreeBSD.org>

DTrace: Revert r249367

The following change from illumos brought caused DTrace to
pause in an interactive environment:

3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider

This was not detected during testing because it doesn't
affect scripts.

We shouldn't be changing the environment, especially since the
LD_NOLAZYLOAD option doesn't apply to our (GNU) ld.
Unfortunately the change from upstream was made in such a way
that it is very difficult to separate this change from the
others so, at least for now, it's better to just revert
everything.

Reference:
https://www.illumos.org/issues/3026

Reported by: Navdeep Parhar and Mark Johnston


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# b2db7608 21-Aug-2010 Rui Paulo <rpaulo@FreeBSD.org>

Port most of the DTrace tests to FreeBSD.

Sponsored by: The FreeBSD Foundation


# e2a2599f 26-Jun-2010 Rui Paulo <rpaulo@FreeBSD.org>

Set svn:executable property so we can run the DTrace test suite.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 4257781c 25-Apr-2008 John Birrell <jb@FreeBSD.org>

* Set the path to perl on FreeBSD.
* Use the FreeBSD shell.
* On FreeBSD the tests run from the OBJDIR, so output files go there
rather than in the source tree like they do on Solaris.
* FreeBSD doesn't need a special path to the compiler.