summaryrefslogtreecommitdiff
path: root/sys/cddl/compat
AgeCommit message (Expand)Author
10 dayscddl: remove sparc and mips codeMinsoo Choo
2025-10-13opensolaris: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-02-10Abstract UIO allocation and deallocation.Alfredo Mazzinghi
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line catalogWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-09Don't bother to check COMPAT_32BIT when __LP64__ is definedJessica Clarke
2022-09-29opensolaris: Delete unused sourcesMark Johnston
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-08-21Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh
2020-08-07Fix linker error in libuutil with recent LLVMAlex Richardson
2020-08-07Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson
2020-07-25vfs: introduce vnode sequence countersMateusz Guzik
2020-03-14TODO DONE: Use sx_xholder in SPL rwlock.hRyan Moeller
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-04Add sys/systm.h to several places that use vm headers.Konstantin Belousov
2020-02-03Remove sparc64 kernel supportWarner Losh
2020-01-12Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik
2020-01-12zfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2020-01-02[PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren
2019-12-15schedlock 1/4Jeff Roberson
2019-12-13Use a callout instead of timeout(9) for delayed zio's.John Baldwin
2019-11-05fix up r354333, make zfsproc visible to dtrace, rename to system_procAndriy Gapon
2019-11-04zfs: enable SPA_PROCESS on the kernel sideAndriy Gapon
2019-10-11fix up r353340, don't assume that fcmpset has strong semanticsAndriy Gapon
2019-10-10emulate illumos membar_producer with atomic_thread_fence_relAndriy Gapon
2019-10-09cleanup of illumos compatibility atomicsAndriy Gapon
2019-10-07ZFS: add emulation of atomic_swap_64 and atomic_load_64Andriy Gapon
2019-09-16vfs: manage mnt_ref with atomicsMateusz Guzik
2019-09-01Extend uma_reclaim() to permit different reclamation targets.Mark Johnston
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-04-06Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski
2018-12-11Remove unused argument to priv_check_cred.Mateusz Guzik
2018-11-21Use taskqueue_quiesce(9) to implement taskq_wait().Mark Johnston
2018-10-25Implement O_BENEATH and AT_BENEATH.Konstantin Belousov
2018-08-12MFV/ZoL: add dbuf statsMatt Macy
2018-07-03opensolaris compat: fix compile errorMatt Macy
2018-06-08This originated from ZFS On Linux, asSean Eric Fagan
2018-05-29Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky
2018-05-29Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2018-05-04opensolaris system_taskq does not need to run at maximum priorityAndriy Gapon
2018-02-25Don't declare __assfail as staticAlan Somers
2018-02-219018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Alexander Motin
2018-02-06Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson