summaryrefslogtreecommitdiff
path: root/external/cddl
AgeCommit message (Expand)Author
2014-03-04Add missing END for each functionozaki-r
2014-03-04Get rid of unused variable definition za from mount.hozaki-r
2014-03-04Fix wrong conditional statement in dtrace_debug_outputozaki-r
2014-03-03Don't core-dump if a type cannot be resolved. Still gives an error.christos
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2014-01-12Replace llx with PRIx64 and some llu with PRIu64 in format strings.riz
2014-01-12Field width is an int, so cast the result of strlen() appropriately.riz
2014-01-12Disable the extra-args warning for printf formats in dtrace.criz
2013-12-12Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h>matt
2013-11-25fix one more mountlist instantchristos
2013-10-29Vnode API cleanup pass 1.hannken
2013-10-21NetBSD does not have vn_in_dnlcchristos
2013-10-19use proper format strings.christos
2013-09-23don't use IO_APPEND. In the vdev_file.c we end up appending to our virtualchristos
2013-09-23not nice to play with resid before checking for error, but this is how theychristos
2013-09-23Hack: Instead of dying in vrele with a kernel assertion, detect that thechristos
2013-09-23Don't forget to destroy the mutex we created to the zfsvfs transient object,christos
2013-09-11If a library needs a symbol from another library, pull that library injoerg
2013-09-10-D and -I are CPPFLAGSchristos
2013-06-21Make dtrace/zfs compile on arm based on the diff from:christos
2013-06-21rename delay to xdelay to avoid conflicts.christos
2013-04-14stub out for nowchristos
2013-04-14add a stub for armchristos
2013-03-04let zfs autoload too.christos
2013-03-03print the function name that was not found.christos
2013-03-03autoload tracing modules.christos
2013-03-03need to be a DRIVER class module to be able to autoload when /dev/dtrace/dtracechristos
2013-02-20Fix dodgy arguments to snprintf(3) which cause a warning that breakstron
2013-01-26Avoid comparison between pointer and integer.christos
2013-01-20Put optional args before non-optional ones.wiz
2013-01-19Sort options in SYNOPSIS and text.wiz
2013-01-18add man pageschristos
2013-01-18Handle enum forward declarations.christos
2013-01-03Spell cprng_fast() properlydsl
2013-01-03Use cprgn_fast() not rnd_extract_data().dsl
2013-01-03Compilation fixes:dsl
2013-01-02Include "sys/ioctl.h" for the prototype of ioctl(2) which fixes the build.tron
2013-01-02I've NFI why this code has userspace stuff playing with 'struct proc *'dsl
2013-01-02Explicitly include sys/ioctl.hdsl
2013-01-02Replace alloca(256) with an array.dsl
2013-01-01Comment out the unused 'struct proc p0;'dsl
2013-01-01This needs an explicit include of sys/ioctl.h.dsl
2012-12-07adapt the profile dtrace provider to netbsd.chs
2012-12-02adapt the cyclic module and profile dtrace provider to netbsd.chs
2012-12-02update cyclic module to the freebsd 8-stable version as of svn r219520.chs
2012-11-04we have _SC_PHYS_PAGES nowchristos
2012-10-20Use 0 for MS_NOMNTTAB since we have no mnttab anyway.riastradh
2012-10-20Hack to avoid missing macro to unbuild the tree.joerg