summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC r306304:markj2016-10-022-0/+60
* MFC r305679: Switch random_get_pseudo_bytes() shim to arc4rand().mav2016-09-131-1/+1
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...avg2016-08-111-2/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-2/+2
* Use vnlru_free(9) to implement dnlc_reduce_cache().kib2016-06-171-1/+1
* fix a vnode reference leak caused by illumos compat traverse()avg2016-05-161-2/+3
* mount_snapshot: consolidate all error handlingavg2016-05-161-17/+21
* zfsctl: fix several problems with reference countsavg2016-05-161-1/+1
* compat/opensolaris: Don't redefined off64_t if already definedcem2016-05-111-0/+3
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatavg2016-04-021-11/+0
* Fix small memory leak on attempt to access deleted snapshot.mav2016-03-151-0/+1
* MFV r296529:mav2016-03-081-0/+3
* MFV r296505: 6531 Provide mechanism to artificially limit disk performancemav2016-03-082-0/+40
* Welcome the RISC-V 64-bit kernel.br2016-01-291-1/+1
* 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
OpenPOWER on IntegriCloud