aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix 'zfs list <path>' handling. If the path was found, the 'ret' variable wasPawel Jakub Dawidek2011-04-121-3/+4
* Properly print characters larger than 127.Pawel Jakub Dawidek2011-03-241-2/+4
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-2772-6282/+18054
* When building libzpool on ia64 or sparc64, don't add the .note.GNU-stackDimitry Andric2011-02-151-0/+2
* Fix some leftover binaries and shared libraries in the system that stillDimitry Andric2011-02-151-0/+1
* Re-commit the zfs sysctl(9) type-safety changes.Matthew D Fleming2011-01-131-0/+1
* Print message with information about updating the boot code if a newMartin Matuska2010-12-081-10/+9
* Do not print OpenSolaris hint to use (non-existing) installgrub(1) commandMartin Matuska2010-12-081-0/+4
* Do not lint code beyond necessity (with apologies to Wiliam of Ockham).Mark Murray2010-11-181-0/+5
* Fix ztest when it is executed by just 'ztest' and not by full pathPawel Jakub Dawidek2010-11-011-2/+1
* 1. Remove invalid assertion.Pawel Jakub Dawidek2010-11-011-3/+3
* Use ${PICFLAG} instead of -fpic.Rui Paulo2010-10-271-1/+1
* Properly handle IO with B_FAILFASTMartin Matuska2010-09-271-5/+6
* Enable offlining of log devices.Martin Matuska2010-09-274-220/+230
* Minor grammar fixes.Christian Brueffer2010-09-211-2/+2
* Remove duplicate include of <strings.h>Martin Matuska2010-09-171-1/+0
* Add a man page for plockstat.Rui Paulo2010-09-152-1/+95
* Give a chance to the target binary to run the ctors by waiting until itRui Paulo2010-09-121-1/+1
* Disable debug by default.Rui Paulo2010-09-111-1/+1
* Don't try to map the USDT probes. This is necessary because there is noRui Paulo2010-09-101-1/+3
* Don't clobber an existing target object file when doing the DTraceRui Paulo2010-09-091-0/+12
* Include <sys/sdt.h> on a generated header.Rui Paulo2010-09-011-0/+4
* Eliminate confusing while () loop. In the first version of the code it wasPawel Jakub Dawidek2010-08-311-4/+3
* When upgrading a pool which contain root file system, give user a hint thatPawel Jakub Dawidek2010-08-311-0/+47
* Give user a hint what to do when /usr/lib/zfs/pyzfs.py is missing.Pawel Jakub Dawidek2010-08-291-0/+2
* Print errors on stderr.Pawel Jakub Dawidek2010-08-291-2/+2
* Fix 'zfs allow' (maybe not only) returning:Pawel Jakub Dawidek2010-08-291-0/+1
* Update ZFS metaslab code from OpenSolaris.Martin Matuska2010-08-281-11/+13
* Install dtruss.Rui Paulo2010-08-261-0/+2
* Add a man page for dtruss.Rui Paulo2010-08-262-1/+90
* Port dtruss to FreeBSD.Rui Paulo2010-08-241-9/+6
* Merge dtracetoolkit/dtruss from the vendor.Rui Paulo2010-08-241-0/+467
* MFtbemd:Warner Losh2010-08-232-3/+3
* Use real atomic operations for sparc64.Marius Strobl2010-08-231-1/+1
* Add powerpc64 to the list of architectures with real atomic operations.Nathan Whitehorn2010-08-231-1/+1
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-7/+1
* Use double quotes when checking the value of MACHINE_ARCH.Rui Paulo2010-08-211-1/+1
* Add a Makefile for dtruss.Rui Paulo2010-08-211-0/+8
* Port plockstat to FreeBSD. This will be connected to the build later.Rui Paulo2010-08-212-11/+63
* Link drti.o with a PIC version of libelf. This is needed becauseRui Paulo2010-08-211-2/+9
* Add libdtrace support for tracing userland programs.Rui Paulo2010-08-2115-218/+712
* Use double quotes when checking the value of MACHINE_ARCH.Rui Paulo2010-08-211-1/+1
* The DTrace instrumentation object is going to be i386/amd64 only.Rui Paulo2010-08-211-1/+2
* Port most of the DTrace tests to FreeBSD.Rui Paulo2010-08-2183-93/+171
* Add man pages for the CTF tools.Rui Paulo2010-08-116-3/+288
* Fix another mismerge: bring back the definition of DT_MUTEX_HELD().Rui Paulo2010-08-021-0/+8
* Fix the result of a mismerge. MUTEX_HELD should be DT_MUTEX_HELD() andRui Paulo2010-08-022-9/+11
* MFV OpenSolaris DTrace userland bits.Rui Paulo2010-08-02112-250/+4419
* lockstat(1) now depends on libutil and librtld_db.Rui Paulo2010-07-311-2/+5
* proc_wait() was replaced by proc_wstatus(). Right now this call isRui Paulo2010-07-311-1/+1