summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Mips needs the same treatment for atomic_or_8 as the other RISCyimp2008-09-182-2/+4
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* Ensure that the padding calcualtion doesn't return a negative value.scottl2008-08-291-1/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+1
* We want to check new options given, not the current ones.pjd2008-07-211-1/+1
* Remove redundant redeclaration of 'zone_drain'.bz2008-05-241-1/+0
* Messing with the endian defines breaks the use of other FreeBSD headers.jb2008-05-231-44/+0
* OpenSolaris kernel module compatibility sources.jb2008-05-232-0/+165
* A 'special' compatibility header to plug OpenSolaris code.jb2008-05-221-0/+35
* Additional compatibility headers.jb2008-05-223-0/+403
* Compatibility stuff for DTrace.jb2008-05-226-89/+135
* LO_ENROLLPEND is no more existing so just axe it (it was left out by theattilio2008-05-161-2/+1
* Add FreeBSD IDs to files that originate in FreeBSD.jb2008-04-2214-0/+28
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itpjd2008-01-242-6/+6
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-11/+10
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-5/+5
* Remove some compatibility stuff that we now get from the Solaris header.jb2007-11-291-13/+0
* Add more OpenSolaris compatibility headers.jb2007-11-2811-0/+624
* Remove an extern that is defined elsewhere.jb2007-11-281-2/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hjb2007-11-281-0/+18
* Remove a typedef which was just a hack to avoid including vmem.h.jb2007-11-281-2/+1
* Add a missing volatile so that the code compiles cleanly.jb2007-11-281-1/+1
* Rename the definition of lbolt to LBOLT to avoid a clash with a globaljb2007-11-281-2/+19
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterpjd2007-11-053-3/+24
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-011-2/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofpjd2007-08-161-1/+8
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-17/+12
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-082-0/+247
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* Reimplement traverse() helper function:pjd2007-06-042-10/+14
* Revert UF_OPENING workaround for CURRENT.kib2007-05-312-2/+2
* There are too many false positive LORs reported by WITNESS, so when ZFSpjd2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.pjd2007-05-241-1/+1
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.pjd2007-05-231-0/+40
* Share-lock a vnode where possible.pjd2007-05-022-3/+3
* MFp4: Reduce diff against vendor code:pjd2007-04-235-5/+72
* MFp4:pjd2007-04-211-1/+1
* MFp4: Fix automatic snapshot mount when unprivileged user does lookuppjd2007-04-181-7/+8
* - Fix a leftover - vfs_mount_alloc() is now exported properly.pjd2007-04-171-4/+5
* strchr() and strrchr() are already present in the kernel, but with lesswkoszek2007-04-102-33/+2
* Try to stabilize ZFS with regard to memory consumption:pjd2007-04-102-8/+26
* Instead of detecting if lock is already initialized based on standard 1 bitpjd2007-04-093-2/+55
* Extend kobj compatibility KPI to support operating on files before andpjd2007-04-082-16/+102
* MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-082-0/+95
* Please welcome ZFS - The last word in file systems.pjd2007-04-0642-0/+4244
OpenPOWER on IntegriCloud