summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/dist/lib
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
2021-10-27Hacks to get zdb working on NetBSD:simonb
2021-08-28libzfs: Zero DIOCLWEDGES input before ioctl.riastradh
2021-05-13this is not FreeBSDnia
2020-09-06Stop using allocachristos
2020-09-06Adjust string sizeschristos
2020-09-06fix zeroingchristos
2020-08-20mmap MAP_FAILED audit.riastradh
2020-04-04When collecting zpool devices, skip disks with wedges so that amlelstv
2020-02-12Use /dev/ksyms, not /netbsd, for the running kernel's symbols.riastradh
2019-12-03dtrace: add support for aarch64jmcneill
2019-08-20Always open the raw block devices as "<device><unit>" like ithannken
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
2019-06-22Sync with upstream r315983.hannken
2019-06-06Handle files not present upstream: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-05-26Fix argument order.joerg
2017-01-12Rearrange headerschristos
2017-01-10fix a few warnings.christos
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-29Cast int64_t to long long before printfing with %lld.riastradh
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-04Correct a prior patch by moving __printflike marking from the .c filesroy
2016-02-04Mark __printflike and __dead.roy
2016-02-04Mark printflike functions as __printflike.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