aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-259-9/+0
* Fix zfs(8) set optionsSteven Hartland2015-11-191-2/+2
* Reduce the Makefile snippet complexity a bitEnji Cooper2015-11-091-5/+3
* Remove unneeded _RECURSING_PROGS check.Bryan Drewery2015-10-301-2/+0
* Allow 'zfs holds -r' to recurse over a file system or volume to find holdsAllan Jude2015-10-262-28/+55
* DWARF emitted by clang 3.7 encodes array sizes using the DW_AT_countMark Johnston2015-10-241-0/+4
* MFV r289561: 6328 Fix cstyle errors in zfs codebaseAlexander Motin2015-10-195-8/+11
* MFV r289535: 5767 fix several problems with zfs test suiteAlexander Motin2015-10-181-10/+36
* MFV r289530: 5847 libzfs_diff should check zfs_prop_get() returnAlexander Motin2015-10-181-3/+7
* Reduce diff from upstream.Alexander Motin2015-10-181-13/+13
* MFV r289526:Alexander Motin2015-10-181-81/+2
* MFC r289498: 6298 zfs_create_008_neg and zpool_create_023_neg need to beAlexander Motin2015-10-184-22/+60
* MFV r247180: Update vendor/illumos/dist and vendor-sys/illumos/distAlexander Motin2015-10-182-7/+27
* MFV r289493: 5745 zfs set allows only one dataset property to be set at a timeAlexander Motin2015-10-185-99/+194
* MFV r289310:Alexander Motin2015-10-162-1/+7
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-151-1/+4
* MFV r289312: 2605 want to resume interrupted zfs sendAlexander Motin2015-10-1511-131/+638
* MFV r289311: 5764 "zfs send -nv" directs output to stderrAlexander Motin2015-10-142-9/+18
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-126-17/+6
* Have lockstat(1) trace locks by name rather than by address.Mark Johnston2015-09-302-4/+66
* Update DTrace test makefiles after r288415.Mark Johnston2015-09-302-0/+3
* MFV r288408:Mark Johnston2015-09-303-0/+164
* Stop hard-coding a 32-bit data model for USDT tests, and just use the nativeMark Johnston2015-09-3020-21/+21
* define aok in libnvpair which is linked to all zfs libraries that need aokAndriy Gapon2015-09-282-1/+2
* remove unused sgsmsg utility (originally imported from opensolaris)Andriy Gapon2015-09-2812-3834/+0
* remove an extra copy of avl.c from illumos contrib codeAndriy Gapon2015-09-281-1059/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-255-10/+0
* Use FILES for installing the dtrace scripts.Bryan Drewery2015-09-181-7/+4
* Remove an unneeded typedef of ip6_t from the DTrace ip provider library.Mark Johnston2015-09-151-3/+2
* MFV r286224: 5695 dmu_sync'ed holes do not retain birth timeXin LI2015-09-141-1/+3
* MFV r277429:Xin LI2015-09-142-7/+17
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-1/+132
* Fix build (r287703). Lesson learned: no matter how a change looks like anXin LI2015-09-121-0/+2
* Remove duplicate defines introduced in initial ZFS import (r168404)Allan Jude2015-08-311-7/+0
* Re-apply r274569. It was reverted in r276848 since that appeared to fixMark Johnston2015-08-281-1/+1
* Sparc64 is the odd-man out, so form the if that way rather thanWarner Losh2015-08-231-3/+1
* Plug a memory leak.Xin LI2015-08-131-0/+1
* MFV 286707: 5959 clean up per-dataset feature count codeAlexander Motin2015-08-123-29/+46
* MFV r286704: 5960 zfs recv should prefetch indirect blocksAlexander Motin2015-08-128-33/+93
* MFV r286682: 5765 add support for estimating send stream size withAlexander Motin2015-08-121-5/+17
* MFV 286602: 5810 zdb should print details of bpobjAlexander Motin2015-08-101-10/+87
* MFV 286586: 5746 more checksumming in zfs sendAlexander Motin2015-08-102-81/+118
* MFV 286546:Alexander Motin2015-08-091-1/+17
* - Use an explicit "depends_on module kernel" guard in DTrace libraries thatMark Johnston2015-08-0710-8/+11
* Add a src.conf option to build and install the DTrace test suite.Mark Johnston2015-08-021-0/+6
* Don't hardcode the module or function component of lockstat probes.Mark Johnston2015-08-026-6/+6
* - Remove hardcoded paths for the perl executable.Mark Johnston2015-08-026-7/+20
* Perform bounds checking when constructing a format string.Mark Johnston2015-08-021-5/+17
* Fix a rendering issue in the zfs(8) manual.Glen Barber2015-07-301-3/+3
* Consistently use a reader/writer flag for lockstat probes in rwlock(9) andMark Johnston2015-07-191-8/+8