aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/dtrace/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When searching for an accompanying test program, look in the directoryMark Johnston2015-01-301-1/+1
* 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
* 1452 DTrace buffer autoscaling should be less violentMark Johnston2014-02-222-16/+0
* Enable some previously-disabled DTrace tests for umod, ufunc and usym. TheyMark Johnston2013-12-043-3/+3
* DTrace: re-apply r249426 now that the underlying issues have been solved.Pedro F. Giffuni2013-07-2814-18/+151
* DTrace: re-merge remainder of r249367 (original from Illumos).Pedro F. Giffuni2013-07-2824-149/+509
* Use kern_ioctl() rather than ioctl() for testing the FBT provider, since theMark Johnston2013-07-277-12/+12
* Port the SDT test now that it's possible to create SDT probes that takeMark Johnston2013-06-022-13/+11
* Re-introduce another part of r249367. This commit fixes a register leak inMark Johnston2013-05-192-0/+85
* Convert a couple of helper scripts used to test the ip provider to work onMark Johnston2013-05-152-11/+20
* head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d'Mark Johnston2013-05-122-4/+4
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-125-16/+271
* DTrace: Revert r249426Pedro F. Giffuni2013-04-1714-151/+18
* DTrace: Revert r249367Pedro F. Giffuni2013-04-1737-947/+380