Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | - Use an explicit "depends_on module kernel" guard in DTrace libraries that | markj | 2015-08-07 | 10 | -8/+11 | |
* | Add a src.conf option to build and install the DTrace test suite. | markj | 2015-08-02 | 1 | -0/+6 | |
* | Don't hardcode the module or function component of lockstat probes. | markj | 2015-08-02 | 6 | -6/+6 | |
* | - Remove hardcoded paths for the perl executable. | markj | 2015-08-02 | 6 | -7/+20 | |
* | Perform bounds checking when constructing a format string. | markj | 2015-08-02 | 1 | -5/+17 | |
* | Fix a rendering issue in the zfs(8) manual. | gjb | 2015-07-30 | 1 | -3/+3 | |
* | Consistently use a reader/writer flag for lockstat probes in rwlock(9) and | markj | 2015-07-19 | 1 | -8/+8 | |
* | Rename zfs nvpair files to not colidate with our nvlist. | oshogbo | 2015-07-09 | 1 | -3/+3 | |
* | First cut of DTrace for AArch64. | br | 2015-07-01 | 5 | -15/+172 | |
* | Revert r284417 it is not necessary anymore | bapt | 2015-06-15 | 1 | -1/+1 | |
* | Enforce overwritting SHLIBDIR | bapt | 2015-06-15 | 1 | -1/+1 | |
* | Fix circular dependency between libzfs and libzfs_core | bapt | 2015-06-15 | 2 | -2/+2 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 24 | -0/+629 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 19 | -38/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 259 | -753/+6364 | |
| |\ | ||||||
| * | | Updated/new dependencies | sjg | 2014-11-19 | 2 | -0/+5 | |
| * | | Merge from head@274682 | sjg | 2014-11-19 | 65 | -650/+609 | |
| |\ \ | ||||||
| * \ \ | Merge head from 7/28 | sjg | 2014-08-19 | 127 | -458/+6563 | |
| |\ \ \ | ||||||
| * | | | | Updated dependencies | sjg | 2014-05-16 | 18 | -18/+9 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 22 | -0/+46 | |
| * | | | | Merge from head | sjg | 2014-05-08 | 11 | -37/+605 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge head | sjg | 2014-04-27 | 79 | -1563/+3126 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge head@256284 | sjg | 2013-10-13 | 6 | -663/+735 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Updated dependencies | sjg | 2013-10-13 | 7 | -0/+30 | |
| * | | | | | | | Merge head | sjg | 2013-09-11 | 2 | -0/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 77 | -506/+2001 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | New/updated dependencies | sjg | 2013-04-14 | 8 | -0/+27 | |
| * | | | | | | | | | sync from head | sjg | 2013-04-12 | 129 | -1577/+8346 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Updated dependencies | sjg | 2013-03-11 | 21 | -0/+23 | |
| * | | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 23 | -46/+0 | |
| * | | | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 13 | -103/+418 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 22 | -0/+211 | |
| | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 92 | -956/+6811 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 16 | -0/+350 | |
* | | | | | | | | | | | | | | | | 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 |