aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libdtrace, dtrace(1) and lockstat(1) are for i386 and amd64 only rightRui Paulo2010-07-312-3/+12
* Update to the new proc_detach() function.Rui Paulo2010-07-311-2/+2
* dtrace(1) now depends on libutil and librtld_db.Rui Paulo2010-07-311-2/+4
* Catch up with r210324. d_buf will be NULL for SHT_NOBITS sections, do notNavdeep Parhar2010-07-231-1/+1
* dtrace: correctly map sections to addresses in elf object modules (amd64)Andriy Gapon2010-07-232-6/+70
* Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODYMartin Matuska2010-07-221-1/+0
* MFV:Rui Paulo2010-07-191-0/+996
* Merge from vendor: libdtrace MD parts needed by fasttrap.Rui Paulo2010-07-175-0/+1145
* MFp4 180933:Pawel Jakub Dawidek2010-07-141-0/+2
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedMartin Matuska2010-07-1229-1974/+4533
* - Add support for the "sec" option to "zfs set sharenfs"Martin Matuska2010-07-071-2/+2
* Set svn:executable property so we can run the DTrace test suite.Rui Paulo2010-06-262-0/+0
* Unbreak platforms with char unsigned by default. Oddly enough, GCC isn'tMarcel Moolenaar2010-06-201-2/+6
* Do not allow EOF token to be put back into input buffer.Alexander Kabaev2010-06-181-3/+11
* In dtrace lexer, do not unput token if it is EOF.Alexander Kabaev2010-06-111-1/+2
* Allow to use 'jailed' property again.Pawel Jakub Dawidek2010-05-311-1/+0
* Fix zfs receive temporarily changing unchanged stream properties.Martin Matuska2010-05-231-4/+6
* Fix userland build by making io_task available only for the kernel and byPawel Jakub Dawidek2010-05-161-0/+3
* 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