aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* In cddl/contrib/opensolaris/tools/ctf/cvt/ctfmerge.c, a size_t is passedDimitry Andric2011-12-161-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, someDimitry Andric2011-12-161-2/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, someDimitry Andric2011-12-161-3/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, theDimitry Andric2011-12-151-0/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use theDimitry Andric2011-12-151-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/i386/dt_isadep.c, use theDimitry Andric2011-12-151-1/+1
* Cast away a clang alignment warning in drti.c's fixsymbol() function.Dimitry Andric2011-12-151-1/+1
* Some mdoc(7) style and typo fixes to zfs(8).Martin Matuska2011-12-081-36/+39
* Remove unnecesary "Ns" macros and add missing command example to zpool(8).Martin Matuska2011-12-022-59/+67
* Merge new ZFS features from illumos:Martin Matuska2011-11-2814-1255/+1721
* Use singular form for zfs destroy snapshot in zfs(8).Martin Matuska2011-11-281-2/+2
* Add missing warning to zfs(8) for using "zfs destroy" with -r and -R flags.Martin Matuska2011-11-281-0/+14
* Add missing -n flag to "zpool import" description.Martin Matuska2011-11-271-1/+1
* Fix zfs(8) and zpool(8) context help to repport supported flags.Martin Matuska2011-11-272-6/+6
* Update ZFS manual pages to a mdoc(7) reimplementation.Martin Matuska2011-11-274-5006/+4446
* Revert back to revision 227649 because of license uncertainity.Martin Matuska2011-11-212-1204/+232
* Fix mismerge in copyright of zpool(8).Martin Matuska2011-11-211-1/+3
* Update zfs(8) and zpool(8) manpages from CDDL-licensed sources [1].Martin Matuska2011-11-212-234/+1204
* Update and desolarization of zdb(8) and zstreamdump(1) manual pages:Martin Matuska2011-11-202-54/+17
* More zfs(8) manpage fixes:Martin Matuska2011-11-181-28/+1
* Fix reference to fsync(2).Martin Matuska2011-11-181-2/+2
* Update and desolarization of zfs(8) and zpool(8) manual pages:Martin Matuska2011-11-182-956/+1556
* Import upstream changesets for the output of the "zpool" command:Martin Matuska2011-11-141-4/+41
* Update copyright to include myself.Pawel Jakub Dawidek2011-10-245-0/+11
* Extend r226676 to allow rename without unmount even for file systems withPawel Jakub Dawidek2011-10-246-34/+87
* Allow to rename file systems without remounting if it is possible.Pawel Jakub Dawidek2011-10-243-3/+22
* zdb: access dp_free_bpobj only if pool version is >= SPA_VERSION_DEADLISTSPawel Jakub Dawidek2011-10-211-2/+4
* thr_create: new_thread_ID may be NULLPawel Jakub Dawidek2011-10-211-1/+5
* libzpool task_alloc: pass only valid flags to kmem_allocPawel Jakub Dawidek2011-10-211-1/+1
* Make all the lines align properly.Pawel Jakub Dawidek2011-10-201-4/+4
* Remove assertion that prevents zfs rename of datasets with mountpoint=noneMartin Matuska2011-09-281-1/+0
* Fix serious bug in ZIL that can lead to pool corruptionMartin Matuska2011-07-301-0/+35
* Fix wrong initialization of "cmd" for calling the jail/unjail ioctl.Martin Matuska2011-07-301-1/+2
* ZFS tries to allocate blocks evenly across all devices. This means whenMartin Matuska2011-07-181-0/+2
* Resurrect the ZFS "aclmode" propertyMartin Matuska2011-07-181-2/+3
* cddl/contrib/opensolaris/cmd/zpool/zpool_main.c:Justin T. Gibbs2011-07-183-2/+154
* Correct reporting of missing leaf vdevs so that the GUID required toJustin T. Gibbs2011-07-182-8/+18
* cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h:Justin T. Gibbs2011-07-183-5/+34
* Add a new "REFCOMPRESSRATIO" property.Martin Matuska2011-06-282-2/+16
* Allow mountpoints as arguments for the 'zfs get' command.Martin Matuska2011-06-281-2/+2
* Do not use #warning to warn about missing implementation of dt_popc(),Simon L. B. Nielsen2011-06-191-1/+1
* Fix clang warnings.Ben Laurie2011-06-181-7/+9
* 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-2755-6241/+17856
* 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
* 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