summaryrefslogtreecommitdiffstats
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector sizeavg2015-06-121-17/+2
* | | | | | | | | | | | | | | | several lockstat improvementsavg2015-06-121-14/+26
* | | | | | | | | | | | | | | | At revision r247852 accidentally was removed from print the variable obj.araujo2015-06-121-8/+6
* | | | | | | | | | | | | | | | libdtrace: allow D libraries to declare dependencies on kernel modulesmarkj2015-06-065-0/+100
* | | | | | | | | | | | | | | | lockstat(1): document the -V option.markj2015-05-252-2/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove stray DEBUG_FLAGS=-g that's been here since the initial import.imp2015-05-211-2/+0
* | | | | | | | | | | | | | | Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications arengie2015-05-203-0/+6
* | | | | | | | | | | | | | | Add dependencies for libzfs_core and libzpool I missed on my first pass on thisngie2015-05-201-0/+2
* | | | | | | | | | | | | | | Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfsngie2015-05-201-0/+5
* | | | | | | | | | | | | | | Reduce overlinking.bapt2015-05-192-9/+2
* | | | | | | | | | | | | | | Correctly link libdtrace and convert to LIBADDbapt2015-05-192-4/+3
* | | | | | | | | | | | | | | Convert to LIBADDbapt2015-05-191-2/+1
* | | | | | | | | | | | | | | Convert to LIBADDbapt2015-05-191-2/+1
* | | | | | | | | | | | | | | Fix a typo that snuck in with r283024, and remove the EXFAIL annotation frommarkj2015-05-172-2/+1
* | | | | | | | | | | | | | | Respect the libdir option when linking drti.o, rather than hardcoding themarkj2015-05-172-16/+14
* | | | | | | | | | | | | | | Actually remove siftr-related definitions from tcp.d, missed in r283026.markj2015-05-171-75/+0
* | | | | | | | | | | | | | | Move siftr-related definitions out of tcp.d and into a separate librarymarkj2015-05-172-0/+101
* | | | | | | | | | | | | | | As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler maymarkj2015-05-171-0/+1
* | | | | | | | | | | | | | | When in lazyload mode, write the DOF to a temporary file and rename itmarkj2015-05-171-13/+16
* | | | | | | | | | | | | | | ctf_add_type(): when looking up an integer or floating point type in themarkj2015-05-101-4/+17
* | | | | | | | | | | | | | | Brief demo script showing the various values that can be read viagnn2015-04-291-0/+75
* | | | | | | | | | | | | | | dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAYavg2015-04-281-0/+11
* | | | | | | | | | | | | | | Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers.markj2015-04-181-2/+3
* | | | | | | | | | | | | | | Convert cftmerge to LIBADD and remove link on libdwarf which is not neededbapt2015-04-091-2/+1
* | | | | | | | | | | | | | | libdtrace: add support for lazyload mode.markj2015-04-084-18/+80
* | | | | | | | | | | | | | | Fix a misparenthesization that could cause a crash if TERM is not set.markj2015-03-311-2/+2
* | | | | | | | | | | | | | | Fix ping(8) and ping6(8) usage in a couple of ip provider tests, andmarkj2015-03-304-16/+22
* | | | | | | | | | | | | | | Fix ping(8) usage in funcs/tst.system.d so that the test actually completes.markj2015-03-302-6/+15
* | | | | | | | | | | | | | | Replace dtest.pl, the upstream DTrace test suite harness, with a shellmarkj2015-03-304-7/+133
* | | | | | | | | | | | | | | tcp provider tests: sleep for a bit after closing the socket so thatmarkj2015-03-284-0/+4
* | | | | | | | | | | | | | | Add a missing format string argument.markj2015-03-151-1/+1
* | | | | | | | | | | | | | | When copying a type from a source CTF container to a destination container,markj2015-03-111-4/+7
* | | | | | | | | | | | | | | CTF containers use the ctf_dtoldid field as a threshold type index whichmarkj2015-03-101-2/+2
* | | | | | | | | | | | | | | ctf_discard(): fetch the next list element before restarting the loop. Ifmarkj2015-03-101-1/+1
* | | | | | | | | | | | | | | MFV r279822:markj2015-03-101-2/+0
* | | | | | | | | | | | | | | Summary: Remove the need for `mpid which is Illumos/Solaris specific.gnn2015-03-081-2/+2
* | | | | | | | | | | | | | | Add infrastructure to integrate the DTrace test suite with Kyua.markj2015-02-2887-0/+3386
* | | | | | | | | | | | | | | Use the -shared option to create a shared library.markj2015-02-285-8/+8
* | | | | | | | | | | | | | | Remove a leading tab that causes a make(1) error when running the test.markj2015-02-281-1/+1
* | | | | | | | | | | | | | | Only kill sleep processes that were forked from the test script.markj2015-02-281-1/+1
* | | | | | | | | | | | | | | Stop hard-coding an incorrect path to rm(1).markj2015-02-285-5/+5
* | | | | | | | | | | | | | | These CTF tools do not use anything from libctf, so no need to link with it.obrien2015-02-272-4/+4
* | | | | | | | | | | | | | | Set altroot if the user have specified it via -o altroot.delphij2015-02-271-0/+2
* | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud