aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Add the arm64 defines for cddl code.Andrew Turner2015-04-011-1/+1
* Allow Illumos code to co-exist with nv(9)Ryan Stone2015-03-011-0/+259
* NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)Will Andrews2015-01-201-1/+1
* Remove unused strdup() #define.Will Andrews2015-01-201-1/+0
* remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon2014-12-073-393/+0
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-2/+2
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sJosh Paetzel2014-10-251-2/+2
* make userland __assfail from opensolaris compat honor 'aok' variableAndriy Gapon2014-10-071-4/+8
* Refactor ZFS ARC reclaim checks and limitsSteven Hartland2014-10-032-54/+3
* Remove sys/types.h include as per style (9)Steven Hartland2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)Steven Hartland2014-09-182-1/+47
* Ensure that ZFS ARC free memory checks include cached pagesSteven Hartland2014-08-302-1/+9
* Refactor ZFS ARC reclaim logic to be more VM cooperativeSteven Hartland2014-08-282-6/+44
* Provide compatibility shim for atomic_dec_64_nv.Xin LI2014-08-211-0/+6
* Revert r269404 and use cpu_ticks() for dbuf allocation.Xin LI2014-08-031-11/+1
* When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. UseIan Lepore2014-08-022-3/+3
* Use the 64-bit atomics now provided by arm machine/atomic.h instead ofIan Lepore2014-08-011-2/+2
* Split gethrtime() and gethrtime_waitfree() and make the former useXin LI2014-08-011-1/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritySteven Hartland2014-04-301-2/+0
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in someMark Johnston2014-02-221-0/+1
* Fix build after r260234 by converting ddi_get_lbolt64() from inline intoAlexander Motin2014-01-051-14/+3
* Remove extra conversion to nanoseconds from ddi_get_lbolt64().Alexander Motin2014-01-031-1/+2
* zfs: add zfs_freebsd_putpagesAndriy Gapon2013-11-292-0/+4
* zfs: make zfs_map_page / zfs_unmap_page publicAndriy Gapon2013-11-291-0/+15
* opensolaris compat: add taskq_wait emulationAndriy Gapon2013-11-281-0/+6
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workAndriy Gapon2013-11-261-0/+40
* 734 taskq_dispatch_prealloc() desiredAndriy Gapon2013-11-262-63/+18
* opensolaris taskq: some cosmetic changesAndriy Gapon2013-11-261-4/+2
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosAndriy Gapon2013-11-261-12/+0
* MFV r247844 (illumos-gate 13975:ef6409bc370f)Xin LI2013-09-102-0/+18
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+2
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-072-3/+4
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-063-2/+39
* style(9) fixesSteven Hartland2013-06-291-2/+4
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hSteven Hartland2013-06-211-2/+1
* MFV r248217:Martin Matuska2013-04-061-1/+3
* TRIM cache devices based on time instead of TXGs.Steven Hartland2013-03-211-0/+1
* MFC @248493Martin Matuska2013-03-191-1/+1
|\
| * Partially revert r195702. Deferring stops is now implemented via a set ofJohn Baldwin2013-03-181-1/+1
* | MFC @248093Martin Matuska2013-03-094-1/+147
|\|
| * Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-093-0/+146
| * Merge from vmc-playground:Attilio Rao2013-03-091-1/+1
* | WiP merge of libzfs_core (MFV r238590, r238592)Martin Matuska2013-03-051-0/+1
|/
* Remove the extra parenthesis from the cv_init() macro. They are notRui Paulo2013-03-031-1/+1