summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs
Commit message (Collapse)AuthorAgeFilesLines
* DTrace: Revert r249426pfg2013-04-171-8/+1
| | | | | | This change actually depends on r249367 which had to be reverted Pointy Hat: pfg
* Dtrace: resolve const types from fbt and other fixes.pfg2013-04-121-1/+8
| | | | | | | | | | | | | | | | | | | | Merge change from illumos: 3519 DTrace fails to resolve const types from fbt 3520 dtrace internal error -- token type 316 is not a valid D compilation token 3521 clean up dtrace unit tests Illumos Revision: e98f46c Reference: https://www.illumos.org/issues/3519 https://www.illumos.org/issues/3520 https://www.illumos.org/issues/3521 Tested by: Fabian Keil Obtained from: Illumos MFC after: 1 month
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-2510-0/+694
| | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from illumos: 1451 DTrace needs toupper()/tolower() subroutines 1457 lltostr() D subroutine should take an optional base This change bumps the DT_VERS_* number to 1.8.1 in accordance to what is done in illumos. The test suite we currently include is outdated and doesnt support some updates in tst.subr.d which had to be left out for now. Illumos Revisions: r13458 5e394d8db762 r13459 c3454574dd1a Reference: https://www.illumos.org/issues/1451 https://www.illumos.org/issues/1457 Tested by: Fabian Keil Obtained from: Illumos MFC after: 1 month
* Port most of the DTrace tests to FreeBSD.rpaulo2010-08-215-5/+5
| | | | Sponsored by: The FreeBSD Foundation
* Port these test files to work under FreeBSD.jb2008-04-269-143/+224
|
* Vendor import of the full userland contrib part of DTrace support fromjb2008-04-269-224/+143
| | | | | | | | | | | OpenSolaris. This commit resets files to match the versions in the OpenSolaris tree as of 2008/04/10. The changes in this import from the previous import are the ones that will subsequently re-applied to take files off the vendor branch. This is unfortunately necessary because the Solaris developers won't allow FreeBSD support #ifdefs in their source code because that creates 'dead code' (stuff that they never compile).
* Vendor import of the DTrace app and test suite from OpenSolaris.jb2008-04-2587-0/+6120
OpenPOWER on IntegriCloud