summaryrefslogtreecommitdiffstats
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Fix circular dependency between libzfs and libzfs_corebapt2015-06-152-2/+2
* Add META_MODE support.sjg2015-06-1324-0/+629
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-0819-38/+0
| * Merge sync of headsjg2015-05-27259-753/+6364
| |\
| * | Updated/new dependenciessjg2014-11-192-0/+5
| * | Merge from head@274682sjg2014-11-1965-650/+609
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19127-458/+6563
| |\ \ \
| * | | | Updated dependenciessjg2014-05-1618-18/+9
| * | | | Updated dependenciessjg2014-05-1022-0/+46
| * | | | Merge from headsjg2014-05-0811-37/+605
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-2779-1563/+3126
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-136-663/+735
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-10-137-0/+30
| * | | | | | | Merge headsjg2013-09-112-0/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-0577-506/+2001
| |\ \ \ \ \ \ \ \
| * | | | | | | | | New/updated dependenciessjg2013-04-148-0/+27
| * | | | | | | | | sync from headsjg2013-04-12129-1577/+8346
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciessjg2013-03-1121-0/+23
| * | | | | | | | | | Updated dependenciessjg2013-02-1623-46/+0
| * | | | | | | | | | Sync with HEAD.obrien2013-02-0813-103/+418
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-0822-0/+211
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0492-956/+6811
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-2216-0/+350
* | | | | | | | | | | | | | | | zfs clone should not mount the clone if canmount == noautoavg2015-06-121-11/+30
* | | | | | | | | | | | | | | | MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE, fileavg2015-06-121-4/+1
* | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud