summaryrefslogtreecommitdiff
path: root/external/cddl
AgeCommit message (Expand)Author
2010-03-18As this file seems to be a port specific we don't need to checktron
2010-03-18Fix the build:tron
2010-03-18"ifdef-out" unused "label" exactly like the code which would use ittron
2010-03-13make dtrace compile on amd64.christos
2010-03-13DTrace: fix a sign problem with instruction size handling.darran
2010-03-12DTrace: Add the Function Boundary Trace (FBT) provider moduile. Thisdarran
2010-03-12DTrace: Add support for a simulated solaris_cpu[] data structure perdarran
2010-03-11DTrace: fix a few build issues for tools and the dtrace provider operationdarran
2010-03-11DTrace: The CTF format is limited to only 1024 elements in an enum,darran
2010-03-10DTrace: fix a libctf toolchain build problem.darran
2010-03-05DTrace: add a dependency on the dtrace module.darran
2010-03-05DTrace: fix the curthread and mutex data types.darran
2010-03-05DTrace: Explicitly check for OS X to decide if echo needs -e.darran
2010-03-02DTrace: another fix for OS X builds, stdint.h location.darran
2010-03-02DTrace: Get DTrace to build on OS X platforms.darran
2010-03-02DTrace: make sure we get a processorid_t definition (fix zfs module build).darran
2010-03-02DTrace: fix the dtps_provide_module definition.darran
2010-03-01DTrace: fix to only define sdt_provider_t if in the kernel. Not fordarran
2010-03-01DTrace: update sdt.c handlers to match latest OpenSolaris vendor import.darran
2010-03-01DTrace: processorid_t is defined elsewhere (pset.h), so make it a sun onlydarran
2010-03-01Commit last to fixes which make zfs version 22 compiling again.haad
2010-03-01DTrace: Add an SDT (Statically Defined Tracing) provider framework, anddarran
2010-03-01Remove fletcher.c from dist it was moved to common/zfs/zfs_fletcher.c in upst...haad
2010-03-01Removee compile time generated file from dist it is in osnet/sys/sys now.haad
2010-03-01This id compile time generated file add it to sys/sys and do not polutehaad
2010-03-01DTrace: fix a few problems introduced by the recent ZFS update (expecteddarran
2010-03-01Add header files needed for building zfs as kernel_module.haad
2010-02-28Add forgotten misc.h header file, which I forgot to commit.haad
2010-02-28Addmissing symbols to libumem.haad
2010-02-28Add missing zfs_fletcher.c to libzfs.haad
2010-02-28Add newly added stubs.c file to libzfs build.haad
2010-02-28Add fixes for missing symbols from libzfs and libzpool.haad
2010-02-28Add NetBSD/Solaris compatibility SHA header.haad
2010-02-28Add missing -I definition.haad
2010-02-28Add missing header file, I will tag it to osnet-20100224 later.haad
2010-02-28Add another set of headers files.haad
2010-02-28Add missing header file I have missed it in first round of glue commits. Morehaad
2010-02-28Add our local version of sysevent.h file without door.h useage.haad
2010-02-28Add NetBSD build glue to build new zfs version 22 sources.haad
2010-02-28DTrace: enable access to kernel space for DTrace scripts.darran
2010-02-27Merge NetBSD local changes to new zfs version 22 sources.haad
2010-02-27Import new Opensolaris sources for zfs/dtrace.haad
2010-02-25DTrace: okay *really* fix the deadman exit handling. No need for thatdarran
2010-02-25DTrace: fix a problem with the code waiting for the deadman thread to exitdarran
2010-02-25DTrace: fix CTF tools for non-toolchain build.darran
2010-02-25DTrace: have DTrace build with out requiring MKZFS=yes.darran
2010-02-24DTrace: Get the CTF tools building as part of the toolchain.darran
2010-02-24Fix a bug in the dtrace_state_deadman() thread; return should have beendarran
2010-02-24Disable stack protection warnings for more sources which use dynamicallytron
2010-02-24Disable stack protection warnings for sources which use dynamicallytron