aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-1324-0/+629
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0819-38/+0
| * Merge sync of headSimon J. Gerraty2015-05-27259-753/+6364
| |\
| * | Updated/new dependenciesSimon J. Gerraty2014-11-192-0/+5
| * | Merge from head@274682Simon J. Gerraty2014-11-1965-650/+609
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-19127-458/+6563
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1618-18/+9
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1022-0/+46
| * | | | Merge from headSimon J. Gerraty2014-05-0811-37/+605
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-2779-1563/+3126
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-136-663/+735
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-10-137-0/+30
| * | | | | | | Merge headSimon J. Gerraty2013-09-112-0/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-0577-506/+2001
| |\ \ \ \ \ \ \ \
| * | | | | | | | | New/updated dependenciesSimon J. Gerraty2013-04-148-0/+27
| * | | | | | | | | sync from headSimon J. Gerraty2013-04-12129-1577/+8346
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1121-0/+23
| * | | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1623-46/+0
| * | | | | | | | | | Sync with HEAD.David E. O'Brien2013-02-0813-103/+418
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-0822-0/+211
| * | | | | | | | | | | Sync from headSimon J. Gerraty2012-11-0492-956/+6811
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2216-0/+350
* | | | | | | | | | | | | zfs clone should not mount the clone if canmount == noautoAndriy Gapon2015-06-121-11/+30
* | | | | | | | | | | | | MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSE, fileAndriy Gapon2015-06-121-4/+1
* | | | | | | | | | | | | MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector sizeAndriy Gapon2015-06-121-17/+2
* | | | | | | | | | | | | several lockstat improvementsAndriy Gapon2015-06-121-14/+26
* | | | | | | | | | | | | At revision r247852 accidentally was removed from print the variable obj.Marcelo Araujo2015-06-121-8/+6
* | | | | | | | | | | | | libdtrace: allow D libraries to declare dependencies on kernel modulesMark Johnston2015-06-065-0/+100
* | | | | | | | | | | | | lockstat(1): document the -V option.Mark Johnston2015-05-252-2/+8
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove stray DEBUG_FLAGS=-g that's been here since the initial import.Warner Losh2015-05-211-2/+0
* | | | | | | | | | | | Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications areEnji Cooper2015-05-203-0/+6
* | | | | | | | | | | | Add dependencies for libzfs_core and libzpool I missed on my first pass on thisEnji Cooper2015-05-201-0/+2
* | | | | | | | | | | | Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfsEnji Cooper2015-05-201-0/+5
* | | | | | | | | | | | Reduce overlinking.Baptiste Daroussin2015-05-192-9/+2
* | | | | | | | | | | | Correctly link libdtrace and convert to LIBADDBaptiste Daroussin2015-05-192-4/+3
* | | | | | | | | | | | Convert to LIBADDBaptiste Daroussin2015-05-191-2/+1
* | | | | | | | | | | | Convert to LIBADDBaptiste Daroussin2015-05-191-2/+1
* | | | | | | | | | | | Fix a typo that snuck in with r283024, and remove the EXFAIL annotation fromMark Johnston2015-05-172-2/+1
* | | | | | | | | | | | Respect the libdir option when linking drti.o, rather than hardcoding theMark Johnston2015-05-172-16/+14
* | | | | | | | | | | | Actually remove siftr-related definitions from tcp.d, missed in r283026.Mark Johnston2015-05-171-75/+0
* | | | | | | | | | | | Move siftr-related definitions out of tcp.d and into a separate libraryMark Johnston2015-05-172-0/+101
* | | | | | | | | | | | As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler mayMark Johnston2015-05-171-0/+1
* | | | | | | | | | | | When in lazyload mode, write the DOF to a temporary file and rename itMark Johnston2015-05-171-13/+16
* | | | | | | | | | | | ctf_add_type(): when looking up an integer or floating point type in theMark Johnston2015-05-101-4/+17
* | | | | | | | | | | | Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil2015-04-291-0/+75
* | | | | | | | | | | | dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAYAndriy Gapon2015-04-281-0/+11
* | | | | | | | | | | | Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers.Mark Johnston2015-04-181-2/+3
* | | | | | | | | | | | Convert cftmerge to LIBADD and remove link on libdwarf which is not neededBaptiste Daroussin2015-04-091-2/+1
* | | | | | | | | | | | libdtrace: add support for lazyload mode.Mark Johnston2015-04-084-18/+80
* | | | | | | | | | | | Fix a misparenthesization that could cause a crash if TERM is not set.Mark Johnston2015-03-311-2/+2