aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1
* Add PowerPC64 function descriptor support for dt_link.cJustin Hibbits2014-12-281-14/+27
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-2/+2
* 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
* MFV r275551:Xin LI2014-12-151-2/+2
* MFV r275547:Xin LI2014-12-131-32/+23
* Use calloc() instead of malloc() + bzero(). This also gets rid of a warningXin LI2014-12-081-4/+2
* MFV r272851:Mark Johnston2014-12-082-0/+1141
* MFV r275537:Xin LI2014-12-072-19/+48
* MFV r275536:Xin LI2014-12-061-4/+4
* MFV r260710 + 275532:Xin LI2014-12-063-0/+406
* Adjust some checks missed in r274637, now that pi_rname can be NULL.Mark Johnston2014-11-251-2/+3
* The module load address always needs to be included when setting the dm_*_vaMark Johnston2014-11-251-3/+3
* DTrace imposes a 128-byte limit on the length of the function component ofMark Johnston2014-11-173-22/+21
* Only compare visitation counters if they've both been set for the currentMark Johnston2014-11-161-1/+1
* Remove an incorrect optimization. The type IDs of each member of a struct orMark Johnston2014-11-161-11/+3
* Fix a couple of bugs around the handling of structs and unions of size zero.Mark Johnston2014-11-161-2/+8
* Fix an mdoc(7) macro that is not an option in the providedGlen Barber2014-11-121-2/+3
* MFV r274273:Xin LI2014-11-1011-39/+180
* MFV r274272 and diff reduction with upstream.Xin LI2014-11-091-0/+4
* Apply upstream 13597:3eac1e8e0f4c (git: illumos-gate@aa846ad9):Xin LI2014-11-091-0/+2
* MFV r274271:Xin LI2014-11-081-2/+25
* Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_tMark Johnston2014-10-211-1/+1
* Update the TCP structure used by DTrace to show the smoothed RTT.George V. Neville-Neil2014-10-191-0/+2
* Remove a build artifact of the USDT tests.Mark Johnston2014-10-151-11/+0
* Document the CPU+Pri_Class column rather than CPU+PRI, as the latter isn'tMark Johnston2014-10-091-5/+6
* MFV r272802:Xin LI2014-10-091-4/+22
* Treat D keywords as identifiers in certain postfix expressions. This allowsMark Johnston2014-10-061-0/+23
* MFV r272588:Xin LI2014-10-061-0/+5
* MFV r272585:Xin LI2014-10-061-4/+6
* MFV r272493:Xin LI2014-10-042-37/+62
* Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-033-23/+5
* Add dependencies to various libraries to libzfs and libzpool.Xin LI2014-10-032-4/+8
* Have dtrace(1) handle SIGPIPE by cleaning up and exiting. Additionally,Mark Johnston2014-10-021-15/+30
* Revert r272189, the committed version was an old version and breaks build.Xin LI2014-09-271-2/+2
* Add libuutil to dependency list.Xin LI2014-09-261-2/+2
* Fix the description of the -h option.Mark Johnston2014-09-261-14/+13
* Build plockstat if WITH_PLOCKSTAT is defined.Rui Paulo2014-09-231-0/+4
* Remove an incorrect close(2) call that was added in r271413.Mark Johnston2014-09-221-1/+0
* Remove some variables that are no longer used as of r271413.Mark Johnston2014-09-221-10/+4
* Output boot code warning when zpool upgrade -a is used to add features.Steven Hartland2014-09-211-3/+8
* zfs_setprop_error(): Handle errno value E2BIG.Will Andrews2014-09-181-0/+6
* Fix an assert to tolerate spare parents with more than 2 children.Will Andrews2014-09-181-4/+8
* Implement a workaround to allow this test program to be compiled with clang.Mark Johnston2014-09-171-2/+2