| Commit message (Expand) | Author | Age | Files | Lines |
* | zfs clone should not mount the clone if canmount == noauto | avg | 2015-06-12 | 1 | -11/+30 |
* | MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE, file | avg | 2015-06-12 | 1 | -4/+1 |
* | MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector size | avg | 2015-06-12 | 1 | -17/+2 |
* | several lockstat improvements | avg | 2015-06-12 | 1 | -14/+26 |
* | At revision r247852 accidentally was removed from print the variable obj. | araujo | 2015-06-12 | 1 | -8/+6 |
* | libdtrace: allow D libraries to declare dependencies on kernel modules | markj | 2015-06-06 | 5 | -0/+100 |
* | lockstat(1): document the -V option. | markj | 2015-05-25 | 2 | -2/+8 |
* | Remove stray DEBUG_FLAGS=-g that's been here since the initial import. | imp | 2015-05-21 | 1 | -2/+0 |
* | Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are | ngie | 2015-05-20 | 3 | -0/+6 |
* | Add dependencies for libzfs_core and libzpool I missed on my first pass on this | ngie | 2015-05-20 | 1 | -0/+2 |
* | Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs | ngie | 2015-05-20 | 1 | -0/+5 |
* | Reduce overlinking. | bapt | 2015-05-19 | 2 | -9/+2 |
* | Correctly link libdtrace and convert to LIBADD | bapt | 2015-05-19 | 2 | -4/+3 |
* | Convert to LIBADD | bapt | 2015-05-19 | 1 | -2/+1 |
* | Convert to LIBADD | bapt | 2015-05-19 | 1 | -2/+1 |
* | Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from | markj | 2015-05-17 | 2 | -2/+1 |
* | Respect the libdir option when linking drti.o, rather than hardcoding the | markj | 2015-05-17 | 2 | -16/+14 |
* | Actually remove siftr-related definitions from tcp.d, missed in r283026. | markj | 2015-05-17 | 1 | -75/+0 |
* | Move siftr-related definitions out of tcp.d and into a separate library | markj | 2015-05-17 | 2 | -0/+101 |
* | As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may | markj | 2015-05-17 | 1 | -0/+1 |
* | When in lazyload mode, write the DOF to a temporary file and rename it | markj | 2015-05-17 | 1 | -13/+16 |
* | ctf_add_type(): when looking up an integer or floating point type in the | markj | 2015-05-10 | 1 | -4/+17 |
* | Brief demo script showing the various values that can be read via | gnn | 2015-04-29 | 1 | -0/+75 |
* | dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAY | avg | 2015-04-28 | 1 | -0/+11 |
* | Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers. | markj | 2015-04-18 | 1 | -2/+3 |
* | Convert cftmerge to LIBADD and remove link on libdwarf which is not needed | bapt | 2015-04-09 | 1 | -2/+1 |
* | libdtrace: add support for lazyload mode. | markj | 2015-04-08 | 4 | -18/+80 |
* | Fix a misparenthesization that could cause a crash if TERM is not set. | markj | 2015-03-31 | 1 | -2/+2 |
* | Fix ping(8) and ping6(8) usage in a couple of ip provider tests, and | markj | 2015-03-30 | 4 | -16/+22 |
* | Fix ping(8) usage in funcs/tst.system.d so that the test actually completes. | markj | 2015-03-30 | 2 | -6/+15 |
* | Replace dtest.pl, the upstream DTrace test suite harness, with a shell | markj | 2015-03-30 | 4 | -7/+133 |
* | tcp provider tests: sleep for a bit after closing the socket so that | markj | 2015-03-28 | 4 | -0/+4 |
* | Add a missing format string argument. | markj | 2015-03-15 | 1 | -1/+1 |
* | When copying a type from a source CTF container to a destination container, | markj | 2015-03-11 | 1 | -4/+7 |
* | CTF containers use the ctf_dtoldid field as a threshold type index which | markj | 2015-03-10 | 1 | -2/+2 |
* | ctf_discard(): fetch the next list element before restarting the loop. If | markj | 2015-03-10 | 1 | -1/+1 |
* | MFV r279822: | markj | 2015-03-10 | 1 | -2/+0 |
* | Summary: Remove the need for `mpid which is Illumos/Solaris specific. | gnn | 2015-03-08 | 1 | -2/+2 |
* | Add infrastructure to integrate the DTrace test suite with Kyua. | markj | 2015-02-28 | 87 | -0/+3386 |
* | Use the -shared option to create a shared library. | markj | 2015-02-28 | 5 | -8/+8 |
* | Remove a leading tab that causes a make(1) error when running the test. | markj | 2015-02-28 | 1 | -1/+1 |
* | Only kill sleep processes that were forked from the test script. | markj | 2015-02-28 | 1 | -1/+1 |
* | Stop hard-coding an incorrect path to rm(1). | markj | 2015-02-28 | 5 | -5/+5 |
* | These CTF tools do not use anything from libctf, so no need to link with it. | obrien | 2015-02-27 | 2 | -4/+4 |
* | Set altroot if the user have specified it via -o altroot. | delphij | 2015-02-27 | 1 | -0/+2 |
* | Remove drti.o's dependency on libelf. This makes it possible to add DTrace | markj | 2015-02-18 | 5 | -72/+86 |
* | Tweak the fds test program so that it actually compiles. Also use 0 instead | markj | 2015-02-14 | 2 | -7/+8 |
* | Initial version of DTrace on ARM32. | gnn | 2015-02-10 | 5 | -3/+204 |
* | Avoid hard-coding a path to ksh in scripts that are executed directly by | markj | 2015-02-03 | 11 | -11/+11 |
* | Let the standard deviation of the empty set be 0. This is consistent with | markj | 2015-02-02 | 1 | -0/+3 |