summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/dist/lib/libdtrace
AgeCommit message (Expand)Author
2023-02-07dtrace: remove unnecessary fflush()chs
2023-02-06dtrace: re-fix aggregations to report from all online CPUschs
2022-05-02Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.jkoshy
2020-09-06Stop using allocachristos
2020-09-06Adjust string sizeschristos
2020-02-12Use /dev/ksyms, not /netbsd, for the running kernel's symbols.riastradh
2019-12-03dtrace: add support for aarch64jmcneill
2019-07-24Handle automatic module loading on device open more like FreeBSD does.hannken
2019-07-21Always use "netbsd" as kernel name, dt_module_update() already takeshannken
2019-07-21Try to load module "dtrace" before opening "/dev/dtrace/dtrace".hannken
2018-06-02Use a constant to prevent dynamic array allocation which messes up SSP.christos
2018-05-29Build fix attempt, use TOOL_AWK (with fallback to "awk") rather than "nawk".kre
2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs
2018-05-28import new CDDL dtrace and ZFS code from FreeBSD svn r315983.chs
2017-11-06need to undef KERN_ELFSIZE too here...christos
2017-01-12Rearrange headerschristos
2016-08-03machdep.booted_kernel is not an absolute path, make it so. Now u_int ischristos
2016-06-30Add missing dp_proc_unlock() in error path.pgoyette
2016-04-28remove incorrect commentchristos
2016-04-28Introduce dt_bootfile() and use it to avoid hard-coded kernel values. Fixeschristos
2016-03-01Don't crash when relocbase was 0.joerg
2016-02-29Add __printflike as appropriate.riastradh
2016-02-28- Add missing ioctl.hchristos
2016-02-24Make the default CPP path a list and check if they are access(2)able.joerg
2016-02-04Fix printf formats and casts.roy
2016-02-04Mark __printflike and __dead.roy
2016-02-03Adapt getmajor and getminor signatures for NetBSD.riz
2015-11-12Declare variables under the same conditions as their use.riz
2015-10-07Adjust for NetBSD.christos
2015-10-06Make this build for me.riz
2015-10-05load the kernel for NetBSD (for now)christos
2015-10-05Add definitions for uid_t and gid_t for NetBSD because we are screwing upchristos
2015-10-04put back module filename finding code.christos
2015-10-01Redo previous so as to not break non-arm MKDTRACE=yes builds.riz
2015-10-01Only declare 'ldn' where it's actually used. Fixes build on armriz
2015-09-29detect dynamically if we need -e for echochristos
2015-09-29return an error for actions we don't understand.christos
2015-09-26catch up with unsigned long -> proc_breakpoint_t change.christos
2015-09-24new from FreeBSDchristos
2015-09-24sync with FreeBSDchristos
2015-02-21Fix dtrace build for arm with gcc 4.8ozaki-r
2015-02-21Fix dtrace build error with gcc 4.8 on i386 and armozaki-r
2015-02-18Add assertozaki-r
2015-02-18Don't return success when the target CPU is offlineozaki-r
2015-02-14PR/49667: Henning Petersen: Missing initialization of values in dt_parser.cchristos
2015-02-14PR/49666: Henning Petersen: initialization of instr wrong in dt_cg.c NULLchristos
2015-02-07delete error(1) strings.christos
2015-02-07check and fix printf formats, negative array indices, uninitialized variables,christos
2014-03-28Fix some snprintfozaki-r
2014-03-27format is a pointer, so sizeof(format) is not a good lengthapb