summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/include
AgeCommit message (Collapse)Author
2019-06-24Sync with upstream r315983.hannken
Move files originating from upstream below "dist/": OPENSOLARIS.LICENSE -> dist/OPENSOLARIS.LICENSE usr.sbin/zdb/zdb.8 -> dist/cmd/zdb/zdb.8 sbin/zfs/zfs.8 -> dist/cmd/zfs/zfs.8 sbin/zpool/zpool-features.7 -> dist/cmd/zpool/zpool-features.7 sbin/zpool/zpool.8 -> dist/cmd/zpool/zpool.8 include/libintl.h -> dist/head/libintl.h include/stdio_ext.h -> dist/head/stdio_ext.h include/thread.h -> dist/head/thread.h sys/kern/callb.c -> dist/uts/common/os/callb.c sys/kern/fm.c -> dist/uts/common/os/fm.c sys/sys/extdirent.h -> dist/uts/common/sys/extdirent.h sys/sys/isa_defs.h -> dist/uts/common/sys/isa_defs.h sys/sys/procset.h -> dist/uts/common/sys/procset.h sys/sys/sysmacros.h -> dist/uts/common/sys/sysmacros.h Adapt "usr.sbin/fstyp/Makefile".
2019-06-19Sync with upstream r315983.hannken
2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs
this changes the upstream vendor from OpenSolaris to FreeBSD, and this version is based on FreeBSD svn r315983. in addition to the 10 years of improvements from upstream, this version also has these NetBSD-specific enhancements: - dtrace FBT probes can now be placed in kernel modules. - ZFS now supports mmap().
2017-01-10fix a few warnings.christos
2015-09-24We have libproc nowchristos
2012-11-04we have _SC_PHYS_PAGES nowchristos
2010-05-10If thread_create was called with thread_id = NULL use our local thread idhaad
as replacement otherwise we will crash.
2010-05-03Add _mutex_held routine to test if mutex_t * is held.haad
2010-03-01Commit last to fixes which make zfs version 22 compiling again.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
to come.
2010-02-28Add NetBSD build glue to build new zfs version 22 sources.haad
2010-02-21DTrace: remove extra libshare.h - shouldn't have added it and it breaksdarran
the libzfs build.
2010-02-21DTrace: remove assert.h - shouldn't have been checked in (breaks libdtracedarran
build).
2010-02-21Apply NetBSD changes to DTrace.darran
Ok with core@.
2010-02-21Add the FreeBSD 8-RC1 changes for DTrace.darran
Ok with core@.
2009-08-07Add NetBSD Solaris compat code and reachover Makefiles. Most of code writtenhaad
by Andrew Doran some of it by me. This is still work in progress code. There are known issues. Zfs can panic your system still. I will commit integration bits and needed kernel bits later when we fix most obvious bugs. This code need some support from our kernel which I will commit in a separate patch and therefore itnot work yet. Issues: 1) Support for openat/fstatat syscalls. 2) getnewvnode locking against myself panic when reclaiming vnodes 3) Replace solaris taskq with our workqueue which doesn't need to alloc anything during work. 4) Investigate problems with NO_WAIT allocations. Oked by core@ and ad@.