summaryrefslogtreecommitdiffstats
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-185-72/+86
* Tweak the fds test program so that it actually compiles. Also use 0 insteadmarkj2015-02-142-7/+8
* Initial version of DTrace on ARM32.gnn2015-02-105-3/+204
* Avoid hard-coding a path to ksh in scripts that are executed directly bymarkj2015-02-0311-11/+11
* Let the standard deviation of the empty set be 0. This is consistent withmarkj2015-02-021-0/+3
* Fix mktemp(1) usage.markj2015-01-311-1/+1
* Use syscall::exit instead of the nonexistent syscall::rexit.markj2015-01-311-1/+1
* Remove hard-coded invocations of gcc; use cc(1) instead.markj2015-01-314-13/+7
* Remove a makefile that isn't present upstream.markj2015-01-311-13/+0
* Fix a number of DTrace scripting tests:markj2015-01-3111-27/+27
* Fix some proc provider tests:markj2015-01-313-12/+14
* pause() isn't a system call on FreeBSD; use sigsuspend(2) instead.markj2015-01-301-2/+5
* The DTrace harness (dtest.pl) executes DTrace scripts with the -C flag,markj2015-01-303-3/+9
* Include required headers in DTrace test programs.markj2015-01-3010-0/+15
* Replace Solaris identifiers and types with their FreeBSD equivalents.markj2015-01-3012-16/+16
* Use the correct field when reading the PID out of a struct proc.markj2015-01-304-4/+4
* When searching for an accompanying test program, look in the directorymarkj2015-01-301-1/+1
* Follow up to r277449 by fixing the remaining NSEC_TO_TICK macro to have the samengie2015-01-211-1/+1
* MFV r277432:delphij2015-01-202-33/+47
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-1755-331/+325
* Eliminate illumos whole disk special case when searching for a ZFS vdevsmh2015-01-161-0/+6
* Revert r274569. It seems to be causing a crash when merging CTF data formarkj2015-01-081-1/+1
* Use the correct state name for unavailable pools in zpool listsmh2014-12-311-1/+2
* mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* Add PowerPC64 function descriptor support for dt_link.cjhibbits2014-12-281-14/+27
* mdoc: improvements to SEE ALSO.joel2014-12-271-2/+2
* DOF tables are aligned according to the DOF section's alignment constraint,markj2014-12-261-1/+4
* Enhancements to zpool upgrade processingsmh2014-12-261-21/+72
* Prevent zpool upgrade failing due to unavailable poolssmh2014-12-251-0/+15
* We can stop iterating once we've found the DOF section.markj2014-12-231-0/+1
* Initialize an argument to NULL instead of expecting dlinfo() to do it.will2014-12-171-1/+1
* MFV r275784:delphij2014-12-151-4/+1
* MFV r275783:delphij2014-12-151-1/+1
* MFV r275551:delphij2014-12-151-2/+2
* MFV r275547:delphij2014-12-131-32/+23
* Use calloc() instead of malloc() + bzero(). This also gets rid of a warningdelphij2014-12-081-4/+2
* MFV r272851:markj2014-12-082-0/+1141
* MFV r275537:delphij2014-12-072-19/+48
* MFV r275536:delphij2014-12-061-4/+4
* MFV r260710 + 275532:delphij2014-12-063-0/+406
* Adjust some checks missed in r274637, now that pi_rname can be NULL.markj2014-11-251-2/+3
* The module load address always needs to be included when setting the dm_*_vamarkj2014-11-251-3/+3
* DTrace imposes a 128-byte limit on the length of the function component ofmarkj2014-11-173-22/+21
* Only compare visitation counters if they've both been set for the currentmarkj2014-11-161-1/+1
* Remove an incorrect optimization. The type IDs of each member of a struct ormarkj2014-11-161-11/+3
* Fix a couple of bugs around the handling of structs and unions of size zero.markj2014-11-161-2/+8
* Fix an mdoc(7) macro that is not an option in the providedgjb2014-11-121-2/+3
* MFV r274273:delphij2014-11-1011-39/+180
* MFV r274272 and diff reduction with upstream.delphij2014-11-091-0/+4
* Apply upstream 13597:3eac1e8e0f4c (git: illumos-gate@aa846ad9):delphij2014-11-091-0/+2
OpenPOWER on IntegriCloud