summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Expose an interface to determine if an ACE is inherited.delphij2015-09-041-0/+2
* Add support for the arrays in nvlist library.oshogbo2015-08-151-110/+77
* Fix r286574 build in user-space.mav2015-08-101-1/+1
* MFV r277427: 5445 Add more visibility via arcstats; specificallymav2015-08-101-0/+5
* Add an API for easily creating userspace threads in kernelspace.ed2015-07-201-1/+3
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-112-24/+2
* fd: make 'rights' a manadatory argument to fget* functionsmjg2015-07-051-1/+2
* compat nvpair.h: make sure that the names are mangled only for kernelavg2015-06-071-0/+4
* Add the arm64 defines for cddl code.andrew2015-04-011-1/+1
* Allow Illumos code to co-exist with nv(9)rstone2015-03-011-0/+259
* NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)will2015-01-201-1/+1
* Remove unused strdup() #define.will2015-01-201-1/+0
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-073-393/+0
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-2/+2
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sjpaetzel2014-10-251-2/+2
* make userland __assfail from opensolaris compat honor 'aok' variableavg2014-10-071-4/+8
* Refactor ZFS ARC reclaim checks and limitssmh2014-10-032-54/+3
* Remove sys/types.h include as per style (9)smh2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)smh2014-09-182-1/+47
* Ensure that ZFS ARC free memory checks include cached pagessmh2014-08-302-1/+9
* Refactor ZFS ARC reclaim logic to be more VM cooperativesmh2014-08-282-6/+44
* Provide compatibility shim for atomic_dec_64_nv.delphij2014-08-211-0/+6
* Revert r269404 and use cpu_ticks() for dbuf allocation.delphij2014-08-031-11/+1
* When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. Useian2014-08-022-3/+3
* Use the 64-bit atomics now provided by arm machine/atomic.h instead ofian2014-08-011-2/+2
* Split gethrtime() and gethrtime_waitfree() and make the former usedelphij2014-08-011-1/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+1
* Revert r267961, r267973:gjb2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+1
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritysmh2014-04-301-2/+0
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in somemarkj2014-02-221-0/+1
* Fix build after r260234 by converting ddi_get_lbolt64() from inline intomav2014-01-051-14/+3
* Remove extra conversion to nanoseconds from ddi_get_lbolt64().mav2014-01-031-1/+2
* zfs: add zfs_freebsd_putpagesavg2013-11-292-0/+4
* zfs: make zfs_map_page / zfs_unmap_page publicavg2013-11-291-0/+15
* opensolaris compat: add taskq_wait emulationavg2013-11-281-0/+6
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workavg2013-11-261-0/+40
* 734 taskq_dispatch_prealloc() desiredavg2013-11-262-63/+18
* opensolaris taskq: some cosmetic changesavg2013-11-261-4/+2
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2013-11-261-12/+0
* MFV r247844 (illumos-gate 13975:ef6409bc370f)delphij2013-09-102-0/+18
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-3/+4
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-063-2/+39
* style(9) fixessmh2013-06-291-2/+4
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hsmh2013-06-211-2/+1
* MFV r248217:mm2013-04-061-1/+3
OpenPOWER on IntegriCloud