aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat/opensolaris/kern
Commit message (Expand)AuthorAgeFilesLines
* opensolaris: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* opensolaris: Delete unused sourcesMark Johnston2022-09-291-36/+0
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-2511-2242/+2
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-251-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+6
* Add sys/systm.h to several places that use vm headers.Konstantin Belousov2020-02-041-0/+1
* zfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-121-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-033-6/+6
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-021-1/+2
* fix up r354333, make zfsproc visible to dtrace, rename to system_procAndriy Gapon2019-11-051-1/+3
* zfs: enable SPA_PROCESS on the kernel sideAndriy Gapon2019-11-041-7/+14
* emulate illumos membar_producer with atomic_thread_fence_relAndriy Gapon2019-10-101-6/+0
* cleanup of illumos compatibility atomicsAndriy Gapon2019-10-091-37/+4
* ZFS: add emulation of atomic_swap_64 and atomic_load_64Andriy Gapon2019-10-071-0/+23
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-161-0/+1
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-011-2/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-27/+27
* Use taskqueue_quiesce(9) to implement taskq_wait().Mark Johnston2018-11-211-2/+2
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-081-0/+6
* Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky2018-05-291-1/+1
* Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky2018-05-291-1/+2
* opensolaris system_taskq does not need to run at maximum priorityAndriy Gapon2018-05-041-1/+2
* 9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Alexander Motin2018-02-211-2/+23
* make illumos uiocopy use vn_io_fault_uiomoveAndriy Gapon2017-11-211-48/+28
* Avoid holding the process in uread() and uwrite().Mark Johnston2017-11-161-4/+0
* remove heuristic error detection from ddi_strto*()Andriy Gapon2017-10-051-12/+0
* MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-011-0/+8
* dounmount: do not release the mount point's reference on the covered vnodeAndriy Gapon2017-09-141-0/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* MFV r315290, r315291: 7303 dynamic metaslab selectionAlexander Motin2017-03-241-0/+16
* zfs: clean up unused files and definitionsAndriy Gapon2017-02-241-52/+0
* reimplement zfsctl (.zfs) supportAndriy Gapon2017-02-211-1/+8
* Move implementations of uread() and uwrite() to the illumos compat layer.Mark Johnston2016-09-241-0/+57
* fix a vnode reference leak caused by illumos compat traverse()Andriy Gapon2016-05-161-2/+3
* mount_snapshot: consolidate all error handlingAndriy Gapon2016-05-161-17/+21
* zfsctl: fix several problems with reference countsAndriy Gapon2016-05-161-1/+1
* Fix small memory leak on attempt to access deleted snapshot.Alexander Motin2016-03-151-0/+1
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-041-0/+2
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-12/+1
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sJosh Paetzel2014-10-251-2/+2
* Refactor ZFS ARC reclaim checks and limitsSteven Hartland2014-10-031-43/+0