aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* ctf_add_type(): when looking up an integer or floating point type in theMark Johnston2015-05-101-4/+17
* dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAYAndriy Gapon2015-04-281-0/+11
* Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers.Mark Johnston2015-04-181-2/+3
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-083-17/+79
* Fix a misparenthesization that could cause a crash if TERM is not set.Mark Johnston2015-03-311-2/+2
* 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
* Add a missing format string argument.Mark Johnston2015-03-151-1/+1
* When copying a type from a source CTF container to a destination container,Mark Johnston2015-03-111-4/+7
* CTF containers use the ctf_dtoldid field as a threshold type index whichMark Johnston2015-03-101-2/+2
* ctf_discard(): fetch the next list element before restarting the loop. IfMark Johnston2015-03-101-1/+1
* MFV r279822:Mark Johnston2015-03-101-2/+0
* 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
* Set altroot if the user have specified it via -o altroot.Xin LI2015-02-271-0/+2
* Remove drti.o's dependency on libelf. This makes it possible to add DTraceMark Johnston2015-02-185-72/+86
* Tweak the fds test program so that it actually compiles. Also use 0 insteadMark Johnston2015-02-142-7/+8
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-2/+192
* Avoid hard-coding a path to ksh in scripts that are executed directly byMark Johnston2015-02-0311-11/+11
* Let the standard deviation of the empty set be 0. This is consistent withMark Johnston2015-02-021-0/+3
* 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
* Follow up to r277449 by fixing the remaining NSEC_TO_TICK macro to have the sameEnji Cooper2015-01-211-1/+1
* MFV r277432:Xin LI2015-01-202-33/+47
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-1755-331/+325
* Eliminate illumos whole disk special case when searching for a ZFS vdevSteven Hartland2015-01-161-0/+6
* Revert r274569. It seems to be causing a crash when merging CTF data forMark Johnston2015-01-081-1/+1
* Use the correct state name for unavailable pools in zpool listSteven Hartland2014-12-311-1/+2
* mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1
* Add PowerPC64 function descriptor support for dt_link.cJustin Hibbits2014-12-281-14/+27
* DOF tables are aligned according to the DOF section's alignment constraint,Mark Johnston2014-12-261-1/+4
* Enhancements to zpool upgrade processingSteven Hartland2014-12-261-21/+72
* Prevent zpool upgrade failing due to unavailable poolsSteven Hartland2014-12-251-0/+15
* We can stop iterating once we've found the DOF section.Mark Johnston2014-12-231-0/+1
* Initialize an argument to NULL instead of expecting dlinfo() to do it.Will Andrews2014-12-171-1/+1
* MFV r275784:Xin LI2014-12-151-4/+1
* MFV r275783:Xin LI2014-12-151-1/+1