aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/dtrace
Commit message (Expand)AuthorAgeFilesLines
...
* Use an updated copy of the CDDL header boilerplate from illumos.Mark Johnston2017-08-211-18/+8
* Add a regression test for r322773.Mark Johnston2017-08-211-0/+35
* Add an auxiliary subroutine to generate some events for testingLi-Wen Hsu2017-07-261-0/+14
* Modify glob patterns and expected output to match FreeBSD's implementation.Li-Wen Hsu2017-07-252-7/+15
* Make this test case accepts basename() in D script returns "" or "."Li-Wen Hsu2017-07-252-4/+22
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Add an auxiliary subroutine to generate read(2) event while testing.Li-Wen Hsu2017-07-251-0/+13
* Add a simple script which calls open(2) and others to generate events forLi-Wen Hsu2017-07-252-0/+31
* Add a simple program which calls sigtimedwait(2) to generate events for testingLi-Wen Hsu2017-07-252-0/+48
* Fix whitespace on a line in fix(..) accidentally missed in r321424Enji Cooper2017-07-241-1/+1
* Style cleanup: delete spurious trailing whitespaceEnji Cooper2017-07-241-4/+4
* Don't use incorrect hardcoded path to ksh -- use /usr/bin/envEnji Cooper2017-07-231-1/+1
* 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
* Add a SIGINFO handler for dtrace(1).Mark Johnston2016-08-181-1/+25
* MFV r304057:Mark Johnston2016-08-168-2/+251
* MFV r296989:Mark Johnston2016-08-162-0/+61
* Implement support for boot-time DTrace.Mark Johnston2016-04-101-16/+55
* 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
* Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers.Mark Johnston2015-04-181-2/+3
* 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