summaryrefslogtreecommitdiff
path: root/external/cddl
AgeCommit message (Expand)Author
2018-01-07add castschristos
2017-12-31add trivial handling for DW_ATE_UTF, does not work.christos
2017-11-18Let's define symbols before using them.kre
2017-11-18use symbolic constant for 0christos
2017-11-17our pool code needs either PR_SLEEP or PR_NOWAIT; arrange for that explainingchristos
2017-11-06kill another wrong ELFSIZE setting.christos
2017-11-06need to undef KERN_ELFSIZE too here...christos
2017-09-17Include scripts from the DTrace Toolkit if DTrace support is enabled.sevan
2017-06-05Undo the previousabhinav
2017-06-05Fix the trailing space in the probe specifier's name in dtrace(1)'s output.abhinav
2017-05-26Fix argument order.joerg
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-05-12Fix a typo: s/intepretation/interpretationabhinav
2017-05-12Change section number from 1M to 1abhinav
2017-04-26Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.riastradh
2017-04-11Make VOP_INACTIVE preserve vnode lock on return.riastradh
2017-02-27apply changes equivalent to freebsd r256822, r267759 and r298171:chs
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2017-02-01put back the include of dtrace_bsd.h, it actually is needed.chs
2017-02-01fix this module to depend on the solaris module rather than the dtrace module.chs
2017-02-01add some missing bits from freebsd r211554:chs
2017-01-12Rearrange headerschristos
2017-01-10fix a few warnings.christos
2017-01-07PR/51118: Jared McNeill: Fix build on FreeBSD by removing osnet assert.hchristos
2016-12-19arrange for .in files to be rebuilt.christos
2016-12-12simple path fixeschristos
2016-10-09PR/51539: Henning Petersen: replace , with ;christos
2016-09-16Move kern_ctf.c into the dtrace_fbt module (the only place it is used)pgoyette
2016-08-20Remove now obsolete operation vcache_remove().hannken
2016-08-04include bsd.init.mnk for consistency and set NOLINT since this overrideschristos
2016-08-03machdep.booted_kernel is not an absolute path, make it so. Now u_int ischristos
2016-07-17Use C99 initializers for the cdevswpgoyette
2016-06-30Add missing dp_proc_unlock() in error path.pgoyette
2016-06-23One more removal of a redefined symbol while loading dtrace module.pgoyette
2016-06-23On NetBSD we already have strpbrk() in libkern, so we don't need topgoyette
2016-06-23Import fix from FreeBSD - see [1], [2] references below...pgoyette
2016-06-18fix dup definitions in module.christos
2016-06-16Make assertion of linker_file #ifdef __FreeBSD__. Fixes DIAGNOSTIC build.mlelstv
2016-06-08Grr, gcc-5.4 creates DW_AT_typedef without DW_AT_type for HARD_REG_SET!christos
2016-05-14apply the ustack() parts of freebsd r211608:chs
2016-04-28include stdio.h for NULLchristos
2016-04-28remove incorrect commentchristos
2016-04-28Introduce dt_bootfile() and use it to avoid hard-coded kernel values. Fixeschristos
2016-04-10Apply revision 274569 from FreeBSD:christos
2016-04-09fix test.christos
2016-04-09properly check for type id overflowchristos
2016-04-09Add autounload logic to dtrace module prototype.riastradh
2016-04-09Disable autoload if there are any profile probes.riastradh
2016-04-09Prevent autounload while cyclics are still in use.riastradh
2016-04-04Fix module name of dtrace_profile.riastradh