aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Import OpenSolaris revision 7837:001de5627df3Martin Matuska2010-05-135-386/+146
* Fix possible panic with zfs destroy.Martin Matuska2010-05-111-1/+107
* Introduce hardforce export option (-F) for "zpool export".Martin Matuska2010-05-054-4/+26
* Enable "zfs list" to list explicitly requested snapshots.Martin Matuska2010-05-041-1/+1
* Do not encode more than CTF_MAX_VLEN(1023) enum members.Alexander Kabaev2010-05-031-1/+8
* Refine previous partial merge of OpenSolaris onnv revision 9396:f41cf682d0d3.Xin LI2010-04-051-1/+6
* - update zfs and zpool manual pages to match the current state of the sourceDaniel Gerzo2010-03-262-624/+579
* Merge OpenSolaris revision 9396:f41cf682d0d3:Xin LI2010-03-161-1/+7
* Merge OpenSolaris revision 9365:7838a22eccd6:Xin LI2010-03-163-29/+64
* Merge OpenSolaris revision 8802:010b31dd4c53:Xin LI2010-03-164-8/+81
* Remove manual .includes in cddl MakefilesUlrich Spörlein2010-03-0221-75/+43
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-256-24/+11
* Apply OpenSolaris revision 8012 which brings our zpool to version 14,Xin LI2009-12-281-0/+2
* Apply fix Solaris bug 6462803 zfs snapshot -r failed becauseXin LI2009-12-191-5/+5
* Add an option to specify that the received ZFS should not be automaticallyXin LI2009-12-143-5/+11
* Properly mark ZFS properties which are not changeable under FreeBSD.Edward Tomasz Napierala2009-10-081-1/+6
* 'aclmode' and 'aclinherit' properties should work as advertised; don'tEdward Tomasz Napierala2009-10-081-2/+0
* Fletcher4 is not the default checksum algorithm.Pawel Jakub Dawidek2009-09-251-1/+1
* Implement __assert() for Solaris-specific code. Until now Solaris code wasPawel Jakub Dawidek2009-09-082-81/+55
* Fix detection of file system being shared. After this change commands like:Pawel Jakub Dawidek2009-09-071-0/+5
* Teach zdb(8) how to obtain GEOM provider size.Pawel Jakub Dawidek2009-09-071-0/+8
* Fix receive when dataset has no / in its name.Pawel Jakub Dawidek2009-08-171-4/+5
* Remove files that are no longer used.Pawel Jakub Dawidek2009-08-171-0/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-193-3/+3
* The mutex_owned() macro should operate on kmutex_t and not on mutex_t.Pawel Jakub Dawidek2009-07-093-1/+10
* Fix lockstat breakage to arm/powerpc buildworld.Stacey Son2009-05-271-8/+12
* Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver,Stacey Son2009-05-275-0/+3144
* atomic.S has been renamed opensolaris_atomic.S to avoid collisionsKip Macy2009-05-091-1/+1
* define VN_RELE_ASYNC for use by libzpoolKip Macy2009-05-071-0/+1
* Switch over to gnu99 compilation on default for userland.Roman Divacky2009-03-144-6/+8
* Correct the sense of the "use32" terenary operator so that it usesJohn Baldwin2009-01-161-5/+1
* Include param.h instead of types.h before mount.h so that the nestedRobert Watson2008-12-291-0/+1
* Including mount.h requires including param.h.Robert Watson2008-12-271-0/+1
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookPawel Jakub Dawidek2008-11-221-5/+1
* Fix a warning on amd64 caused by using int for request argument instead ofPawel Jakub Dawidek2008-11-182-2/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-1756-4787/+15477
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-059-27/+66
* Mips doesn't have a long double that's different in size from double.Warner Losh2008-09-181-1/+1
* Add a missing file change from the VOP_GETATTR() argument axing.Attilio Rao2008-08-281-1/+1
* Don't need to include vmem.h anymore.John Birrell2008-05-231-1/+0
* Add the dtrace client app to the build.John Birrell2008-05-222-1/+39
* Add the DTrace build tools.John Birrell2008-05-225-1/+155
* Oops, these files belonged under src/sys, not src. Sorry.John Birrell2008-05-2218-25785/+0
* This commit was generated by cvs2svn to compensate for changes in r179191,John Birrell2008-05-2218-0/+25785
* Add the DTrace libraries and D library scripts.John Birrell2008-05-2211-1/+863
* Add Solaris compatibility definitions for things we don't really want inJohn Birrell2008-05-212-0/+83
* * Handle the different ioctl design.John Birrell2008-04-263-14/+524
* Make this file compile cleanly.John Birrell2008-04-261-1/+3
* Leave out some header files.John Birrell2008-04-262-0/+10
* * Handle building on FreeBSD for i386 and amd64.John Birrell2008-04-261-27/+194