aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/dtrace/test/tst
Commit message (Expand)AuthorAgeFilesLines
...
* MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon2017-06-092-0/+49
* Add a little helper program for tst.exitcore.ksh.Mark Johnston2017-05-222-9/+39
* Search for _DTRACE_VERSION in sys/sdt.h rather than unistd.h.Mark Johnston2017-02-051-3/+3
* Avoid using Sun compiler-specific flags.Mark Johnston2017-02-051-1/+1
* Use the correct path to date(1).Mark Johnston2016-12-073-3/+3
* Use the native data model instead of forcing ILP32 in tst.provregex3.ksh.Mark Johnston2016-12-071-1/+1
* Fix tst.args1.c on LP64 platforms.Mark Johnston2016-10-161-2/+2
* MFV r304057:Mark Johnston2016-08-167-0/+244
* MFV r296989:Mark Johnston2016-08-162-0/+61
* Add a trailing newline to the expected output for tst.walltimestamp.ksh.Mark Johnston2015-12-071-0/+1
* MFV r289003:Mark Johnston2015-12-072-0/+103
* MFV r288408:Mark Johnston2015-09-303-0/+164
* Stop hard-coding a 32-bit data model for USDT tests, and just use the nativeMark Johnston2015-09-3020-21/+21
* Don't hardcode the module or function component of lockstat probes.Mark Johnston2015-08-026-6/+6
* - Remove hardcoded paths for the perl executable.Mark Johnston2015-08-026-7/+20
* Fix ping(8) and ping6(8) usage in a couple of ip provider tests, andMark Johnston2015-03-304-16/+22
* Fix ping(8) usage in funcs/tst.system.d so that the test actually completes.Mark Johnston2015-03-302-6/+15
* tcp provider tests: sleep for a bit after closing the socket so thatMark Johnston2015-03-284-0/+4
* Use the -shared option to create a shared library.Mark Johnston2015-02-285-8/+8
* Remove a leading tab that causes a make(1) error when running the test.Mark Johnston2015-02-281-1/+1
* Only kill sleep processes that were forked from the test script.Mark Johnston2015-02-281-1/+1
* Stop hard-coding an incorrect path to rm(1).Mark Johnston2015-02-285-5/+5
* Tweak the fds test program so that it actually compiles. Also use 0 insteadMark Johnston2015-02-142-7/+8
* Avoid hard-coding a path to ksh in scripts that are executed directly byMark Johnston2015-02-0311-11/+11
* Fix mktemp(1) usage.Mark Johnston2015-01-311-1/+1
* Use syscall::exit instead of the nonexistent syscall::rexit.Mark Johnston2015-01-311-1/+1
* Remove hard-coded invocations of gcc; use cc(1) instead.Mark Johnston2015-01-314-13/+7
* Remove a makefile that isn't present upstream.Mark Johnston2015-01-311-13/+0
* Fix a number of DTrace scripting tests:Mark Johnston2015-01-3111-27/+27
* Fix some proc provider tests:Mark Johnston2015-01-313-12/+14
* pause() isn't a system call on FreeBSD; use sigsuspend(2) instead.Mark Johnston2015-01-301-2/+5
* The DTrace harness (dtest.pl) executes DTrace scripts with the -C flag,Mark Johnston2015-01-303-3/+9
* Include required headers in DTrace test programs.Mark Johnston2015-01-3010-0/+15
* Replace Solaris identifiers and types with their FreeBSD equivalents.Mark Johnston2015-01-3012-16/+16
* Use the correct field when reading the PID out of a struct proc.Mark Johnston2015-01-304-4/+4
* Remove a build artifact of the USDT tests.Mark Johnston2014-10-151-11/+0
* Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-031-1/+1
* Implement a workaround to allow this test program to be compiled with clang.Mark Johnston2014-09-171-2/+2
* Fix a number of typos and programming errors in the userland CTF tests. ItMark Johnston2014-09-174-5/+9
* Fix elfdump(1) usage in the userland CTF tests.Mark Johnston2014-09-1610-10/+10
* MFV illumosRui Paulo2014-06-2612-0/+1554
* MFV illumosRui Paulo2014-06-2624-0/+1118
* MFV illumosRui Paulo2014-06-2614-2/+790
* MFV illumos r266986:Rui Paulo2014-06-265-0/+454
* Revert r267898.Rui Paulo2014-06-2612-1552/+0
* Bring the following change from the illumos-joyent repository:Rui Paulo2014-06-2612-0/+1552
* MFV r266988:Pedro F. Giffuni2014-06-153-0/+168
* Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534.Mark Johnston2014-05-191-1/+1
* Replace a few Solarisisms with their corresponding FreeBSDisms to make a fewMark Johnston2014-04-156-6/+6
* 4478 dtrace_dof_maxsize is far too smallMark Johnston2014-02-281-0/+97