summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
...
* 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