summaryrefslogtreecommitdiffstats
path: root/cddl/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | Correctly link libdtrace and convert to LIBADDbapt2015-05-191-0/+2
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | Brief demo script showing the various values that can be read viagnn2015-04-291-0/+75
* | | | | | | | | | | | | libdtrace: add support for lazyload mode.markj2015-04-081-1/+1
* | | | | | | | | | | | | Initial version of DTrace on ARM32.gnn2015-02-102-1/+6
* | | | | | | | | | | | | MFV r272851:markj2014-12-081-0/+1
* | | | | | | | | | | | | MFV r260710 + 275532:delphij2014-12-061-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_tmarkj2014-10-211-1/+1
* | | | | | | | | | | | Update the TCP structure used by DTrace to show the smoothed RTT.gnn2014-10-191-0/+2
* | | | | | | | | | | | Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-3/+3
* | | | | | | | | | | | Add dependencies to various libraries to libzfs and libzpool.delphij2014-10-032-4/+8
* | | | | | | | | | | | Revert r272189, the committed version was an old version and breaks build.delphij2014-09-271-2/+2
* | | | | | | | | | | | Add libuutil to dependency list.delphij2014-09-261-2/+2
* | | | | | | | | | | | Make DTrace stuff compile with C99 standard.delphij2014-08-221-0/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove ia64.marcel2014-07-071-1/+1
* | | | | | | | | | | Add stubs for CTF functions which are not yet implemented.rpaulo2014-06-261-0/+2
* | | | | | | | | | | Explicitly link libzfs against libavl as it is done in OpenSolarisdelphij2014-05-221-2/+2
* | | | | | | | | | | Bind ip/tcp/udp provider translators and symbols to the same versions as inmarkj2014-05-143-57/+57
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Import adapted OpenSolaris' thread pool API implementation.mav2014-05-081-0/+1
* | | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* | | | | | | | | | Remove a duplicate definition.markj2014-05-041-1/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-1/+1
* | | | | | | | | Add placeholder Kyuafiles for various top-level hierarchies.jmmv2014-04-212-1/+16
* | | | | | | | | mark that libctf depends upon libz so that if you dlopen libctf, youjmg2014-03-051-0/+3
* | | | | | | | | Move some files that are identical on i386 and amd64 to an x86 subdirectorymarkj2014-02-271-0/+2
* | | | | | | | | spelling in comments fixupsbruno2013-11-041-2/+2
* | | | | | | | | This library uses macros to define fprintf behvavior for several object typessbruno2013-11-031-0/+9
* | | | | | | | | Add a function, memstr, which can be used to convert a buffer ofmarkj2013-10-161-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add a separate translator for headers passed to the TCP probes in themarkj2013-10-021-1/+39
* | | | | | | | Use the address of the inpcb rather than the tcpcb to identify TCPmarkj2013-09-151-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Build all ZFS testing & debugging tools with -g.will2013-08-271-2/+4
* | | | | | | Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-254-0/+566
* | | | | | | Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-121-0/+1
* | | | | | | Work around the implementation of LIBRARIES_ONLY. It causes drti.o tobrooks2013-05-071-0/+8
* | | | | | | DTrace: NFS translators should be split into client/server piecespfg2013-04-182-31/+59
* | | | | | | DTrace: Revert r249367pfg2013-04-171-1/+0
* | | | | | | DTrace: NFS translators should be split into client/server piecespfg2013-04-152-19/+55
| |_|_|_|_|/ |/| | | | |
* | | | | | DTrace: option for time-ordered outputpfg2013-04-111-0/+1
* | | | | | Revert previous change in favor of a fix to the actual dtracegnn2013-03-281-0/+2
* | | | | | Remove dependency code that caused a double inclusion.gnn2013-03-281-2/+0
* | | | | | Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-251-0/+1
* | | | | | Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cmm2013-03-182-1/+6
* | | | | | Add forwards compatibility for libzfs_coremm2013-03-171-1/+1
* | | | | | WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-053-2/+39
| |_|_|_|/ |/| | | |
* | | | | Add a new LIBRARIES_ONLY make variable to disable the build and installbrooks2013-01-171-1/+1
* | | | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-072-1/+6
| |/ / / |/| | |
* | | | Add TRIM support.pjd2012-09-231-1/+1
OpenPOWER on IntegriCloud