summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-3/+4
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-292-4/+4
* Change license to more bori^Wadul^Wcanonical.trasz2009-05-262-22/+22
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlytrasz2009-05-262-0/+255
* Don't allow non-owner to set SUID bit on a file. It doesn't maketrasz2009-05-241-0/+8
* enable adaptive spinning on zfs lockskmacy2009-05-162-4/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-112-5/+4
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-082-1/+4
* move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defineskmacy2009-05-071-0/+1
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-1/+1
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-22/+3
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-4/+0
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inpjd2008-11-291-1/+0
* Fix locking (file descriptor table and Giant around VFS).pjd2008-11-252-18/+43
* Don't use PRIV_ROOT. Here we check if user can share ZFS file system, sopjd2008-11-231-2/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-1732-689/+811
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTracerodrigc2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.rodrigc2008-11-053-5/+13
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-5/+5
* 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
OpenPOWER on IntegriCloud