summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat/opensolaris/kern
Commit message (Expand)AuthorAgeFilesLines
...
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlytrasz2009-05-261-0/+216
* Don't allow non-owner to set SUID bit on a file. It doesn't maketrasz2009-05-241-0/+8
* 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
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-1/+1
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-22/+3
* Fix locking (file descriptor table and Giant around VFS).pjd2008-11-251-10/+24
* 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-177-134/+337
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTracerodrigc2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.rodrigc2008-11-051-4/+9
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Mips needs the same treatment for atomic_or_8 as the other RISCyimp2008-09-181-1/+2
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* 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
* OpenSolaris kernel module compatibility sources.jb2008-05-232-0/+165
* Add FreeBSD IDs to files that originate in FreeBSD.jb2008-04-221-0/+2
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itpjd2008-01-241-4/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-7/+7
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-4/+4
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-011-2/+6
* 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-081-0/+133
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* Reimplement traverse() helper function:pjd2007-06-041-9/+13
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Share-lock a vnode where possible.pjd2007-05-022-3/+3
* MFp4: Reduce diff against vendor code:pjd2007-04-231-0/+1
* 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-101-31/+0
* Try to stabilize ZFS with regard to memory consumption:pjd2007-04-101-7/+22
* Extend kobj compatibility KPI to support operating on files before andpjd2007-04-081-15/+93
* MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-081-0/+55
* Please welcome ZFS - The last word in file systems.pjd2007-04-067-0/+1393
OpenPOWER on IntegriCloud