aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFV r251644:Xin LI2013-06-127-137/+161
* MFV r251624:Xin LI2013-06-111-1/+1
* MFV r251623:Xin LI2013-06-112-24/+29
* MFV r251619:Xin LI2013-06-111-0/+5
* Port the SDT test now that it's possible to create SDT probes that takeMark Johnston2013-06-022-13/+11
* Remove a block of code that was not intended to be part of the previousMark Johnston2013-05-201-7/+0
* Re-introduce another part of r249367. This commit fixes a register leak inMark Johnston2013-05-198-97/+242
* Convert a couple of helper scripts used to test the ip provider to work onMark Johnston2013-05-152-11/+20
* head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d'Mark Johnston2013-05-122-4/+4
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-1213-170/+895
* Work around the implementation of LIBRARIES_ONLY. It causes drti.o toBrooks Davis2013-05-071-0/+8
* revert r248644 because of the regression for usdt probesAndriy Gapon2013-04-251-1/+1
* Respect the enoent_ok flag if reporting error for holding an non-existingMartin Matuska2013-04-251-4/+7
* Fix -Wmissing-variable-declarations compiler warnings.Ed Schouten2013-04-194-8/+8
* DTrace: NFS translators should be split into client/server piecesPedro F. Giffuni2013-04-182-31/+59
* DTrace: Revert r249426Pedro F. Giffuni2013-04-1717-160/+23
* DTrace: Revert r249367Pedro F. Giffuni2013-04-1759-2096/+770
* DTrace: print() should try to resolve function pointersPedro F. Giffuni2013-04-163-4/+84
* Correct error message.Pawel Jakub Dawidek2013-04-161-1/+1
* DTrace: NFS translators should be split into client/server piecesPedro F. Giffuni2013-04-152-19/+55
* Dtrace: resolve const types from fbt and other fixes.Pedro F. Giffuni2013-04-1217-23/+160
* DTrace: option for time-ordered outputPedro F. Giffuni2013-04-1159-770/+2096
* Fix libzfs to report error instead of returning zero if trying to hold orMartin Matuska2013-04-111-4/+24
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()Martin Matuska2013-04-091-1/+3
* MFV r249185:Martin Matuska2013-04-061-24/+65
* MFV r248217:Martin Matuska2013-04-062-5/+81
* Follow up to r247960 and rr247960 by also amending ctfmerge. For theDimitry Andric2013-04-011-2/+5
* Dtrace: enablings on defunct providers prevent providers from unregisteringPedro F. Giffuni2013-04-014-2/+371
* Commit a patch that fixes a problem in the #pragma statement when searchingGeorge V. Neville-Neil2013-03-281-3/+27
* Revert previous change in favor of a fix to the actual dtraceGeorge V. Neville-Neil2013-03-281-0/+2
* Remove dependency code that caused a double inclusion.George V. Neville-Neil2013-03-281-2/+0
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.Pedro F. Giffuni2013-03-261-20/+29
* Dtrace: Add SUN MDB-like type-aware print() action.Pedro F. Giffuni2013-03-2522-70/+1244
* Dtrace: add toupper()/tolower() and enhancements to lltostr().Pedro F. Giffuni2013-03-2511-3/+705
* Dtrace: add optional size argument to tracemem().Pedro F. Giffuni2013-03-248-21/+1451
* dtrace: ensure that we can always catch a process (e.g. when -c is used)Andriy Gapon2013-03-231-1/+1
* Merge libzfs_core branch:Martin Matuska2013-03-2130-647/+1984
|\
| * MFV r247580:Martin Matuska2013-03-1913-290/+589
| * MFC @248461Martin Matuska2013-03-184-5/+10
| |\ | |/ |/|
| * Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cMartin Matuska2013-03-186-76/+122
| * Fix working with zfs_ioctl_version in libzfs_compat.h and include mirrorMartin Matuska2013-03-174-21/+36
| * Add forwards compatibility for libzfs_coreMartin Matuska2013-03-175-2/+217
| * libzfs_core:Martin Matuska2013-03-171-5/+5
| * MFC @248093Martin Matuska2013-03-092-18/+56
| |\
| * | Move libzfs compat functions to libzfs_compat.hMartin Matuska2013-03-064-60/+97
| * | WiP merge of libzfs_core (MFV r238590, r238592)Martin Matuska2013-03-0525-333/+1058
* | | MFV r248266:Martin Matuska2013-03-143-4/+9
* | | Update zfs.8 manpage date (missing in r247585)Martin Matuska2013-03-141-1/+1
| |/ |/|
* | Fix error in r247960: actually assign the basename to match.iim_file.Dimitry Andric2013-03-071-2/+1
* | Make ctfconvert work correctly on clang-compiled object files. ClangDimitry Andric2013-03-071-0/+3