Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 2 | -5/+2 |
* | Update DTrace test makefiles after r288415. | Mark Johnston | 2015-09-30 | 2 | -0/+3 |
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 2 | -4/+0 |
* | Add a src.conf option to build and install the DTrace test suite. | Mark Johnston | 2015-08-02 | 1 | -0/+6 |
* | First cut of DTrace for AArch64. | Ruslan Bukin | 2015-07-01 | 1 | -1/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 5 | -0/+139 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 3 | -6/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 93 | -15/+3522 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -0/+4 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 4 | -0/+4 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 3 | -3/+0 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 4 | -0/+10 |
| * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-27 | 4 | -2/+16 |
| |\ \ \ \ | |||||
| * | | | | | Updated dependencies | Simon J. Gerraty | 2013-10-13 | 2 | -0/+10 |
| * | | | | | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -2/+3 |
| |\ \ \ \ \ | |||||
| * | | | | | | New/updated dependencies | Simon J. Gerraty | 2013-04-14 | 2 | -0/+2 |
| * | | | | | | sync from head | Simon J. Gerraty | 2013-04-12 | 2 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 4 | -0/+6 |
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 5 | -10/+0 |
| * | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 5 | -0/+125 |
* | | | | | | | | | Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are | Enji Cooper | 2015-05-20 | 1 | -0/+2 |
* | | | | | | | | | Reduce overlinking. | Baptiste Daroussin | 2015-05-19 | 2 | -9/+2 |
* | | | | | | | | | Correctly link libdtrace and convert to LIBADD | Baptiste Daroussin | 2015-05-19 | 1 | -4/+1 |
* | | | | | | | | | Fix a typo that snuck in with r283024, and remove the EXFAIL annotation from | Mark Johnston | 2015-05-17 | 1 | -1/+0 |
* | | | | | | | | | Replace dtest.pl, the upstream DTrace test suite harness, with a shell | Mark Johnston | 2015-03-30 | 4 | -7/+133 |
* | | | | | | | | | Add infrastructure to integrate the DTrace test suite with Kyua. | Mark Johnston | 2015-02-28 | 87 | -0/+3386 |
* | | | | | | | | | Initial version of DTrace on ARM32. | George V. Neville-Neil | 2015-02-10 | 1 | -0/+6 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Build plockstat if WITH_PLOCKSTAT is defined. | Rui Paulo | 2014-09-23 | 1 | -0/+4 |
* | | | | | | | | Make DTrace stuff compile with C99 standard. | Xin LI | 2014-08-22 | 1 | -1/+0 |
* | | | | | | | | Fix powerpc build: | Xin LI | 2014-08-22 | 1 | -0/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | MFV r267565: | Xin LI | 2014-07-01 | 2 | -0/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Add placeholder Kyuafiles for various top-level hierarchies. | Julio Merino | 2014-04-21 | 2 | -0/+15 |
* | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 1 | -1/+1 |
* | | | | | Convert the lockstat(1) man page to mdoc and make sure that it gets | Mark Johnston | 2013-10-27 | 1 | -1/+0 |
| |_|_|/ |/| | | | |||||
* | | | | Build all ZFS testing & debugging tools with -g. | Will Andrews | 2013-08-27 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | WiP merge of libzfs_core (MFV r238590, r238592) | Martin Matuska | 2013-03-05 | 2 | -4/+4 |
| |/ |/| | |||||
* | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | Justin Hibbits | 2012-11-07 | 1 | -0/+6 |
|/ | |||||
* | Merge recent zfs vendor changes, sync code and adjust userland DEBUG. | Martin Matuska | 2012-09-12 | 2 | -0/+6 |
* | Remove trailing whitespace. | Joel Dahl | 2012-09-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | Joel Dahl | 2012-09-01 | 1 | -2/+2 |
* | Introduce "feature flags" for ZFS pools (bump SPA version to 5000). | Martin Matuska | 2012-06-11 | 2 | -1/+32 |
* | Enable build of DTrace-related userland parts for MIPS | Oleksandr Tymoshenko | 2012-03-24 | 1 | -0/+4 |
* | For now, remove MANFILTER from ZFS manpages (bad effect on html output). | Martin Matuska | 2011-11-21 | 1 | -2/+0 |
* | Update and desolarization of zdb(8) and zstreamdump(1) manual pages: | Martin Matuska | 2011-11-20 | 1 | -0/+1 |
* | Fix a few gratuitous library dependencies. Some of the ZFS utilities | Robert Millan | 2011-10-30 | 1 | -3/+3 |
* | Finally... Import the latest open-source ZFS version - (SPA) 28. | Pawel Jakub Dawidek | 2011-02-27 | 1 | -0/+1 |
* | Minor grammar fixes. | Christian Brueffer | 2010-09-21 | 1 | -2/+2 |