| 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 |
* | Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from | markj | 2015-05-17 | 1 | -1/+1 |
* | Respect the libdir option when linking drti.o, rather than hardcoding the | markj | 2015-05-17 | 2 | -16/+14 |
* | 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 |
* | 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 |
* | libdtrace: add support for lazyload mode. | markj | 2015-04-08 | 3 | -17/+79 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 2 | -2/+192 |
* | 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 |
* | Fix mktemp(1) usage. | markj | 2015-01-31 | 1 | -1/+1 |
* | Use syscall::exit instead of the nonexistent syscall::rexit. | markj | 2015-01-31 | 1 | -1/+1 |
* | Remove hard-coded invocations of gcc; use cc(1) instead. | markj | 2015-01-31 | 4 | -13/+7 |
* | Remove a makefile that isn't present upstream. | markj | 2015-01-31 | 1 | -13/+0 |
* | Fix a number of DTrace scripting tests: | markj | 2015-01-31 | 11 | -27/+27 |
* | Fix some proc provider tests: | markj | 2015-01-31 | 3 | -12/+14 |
* | pause() isn't a system call on FreeBSD; use sigsuspend(2) instead. | markj | 2015-01-30 | 1 | -2/+5 |
* | The DTrace harness (dtest.pl) executes DTrace scripts with the -C flag, | markj | 2015-01-30 | 3 | -3/+9 |
* | Include required headers in DTrace test programs. | markj | 2015-01-30 | 10 | -0/+15 |
* | Replace Solaris identifiers and types with their FreeBSD equivalents. | markj | 2015-01-30 | 12 | -16/+16 |
* | Use the correct field when reading the PID out of a struct proc. | markj | 2015-01-30 | 4 | -4/+4 |
* | When searching for an accompanying test program, look in the directory | markj | 2015-01-30 | 1 | -1/+1 |
* | Follow up to r277449 by fixing the remaining NSEC_TO_TICK macro to have the same | ngie | 2015-01-21 | 1 | -1/+1 |
* | MFV r277432: | delphij | 2015-01-20 | 2 | -33/+47 |
* | Mechanically convert cddl sun #ifdef's to illumos | smh | 2015-01-17 | 55 | -331/+325 |