aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
...
* OpenSolaris kernel module compatibility sources.John Birrell2008-05-232-0/+165
* A 'special' compatibility header to plug OpenSolaris code.John Birrell2008-05-221-0/+35
* Additional compatibility headers.John Birrell2008-05-223-0/+403
* Compatibility stuff for DTrace.John Birrell2008-05-226-89/+135
* LO_ENROLLPEND is no more existing so just axe it (it was left out by theAttilio Rao2008-05-161-2/+1
* Add FreeBSD IDs to files that originate in FreeBSD.John Birrell2008-04-2214-0/+28
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itPawel Jakub Dawidek2008-01-242-6/+6
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-11/+10
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-5/+5
* Remove some compatibility stuff that we now get from the Solaris header.John Birrell2007-11-291-13/+0
* Add more OpenSolaris compatibility headers.John Birrell2007-11-2811-0/+624
* Remove an extern that is defined elsewhere.John Birrell2007-11-281-2/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hJohn Birrell2007-11-281-0/+18
* Remove a typedef which was just a hack to avoid including vmem.h.John Birrell2007-11-281-2/+1
* Add a missing volatile so that the code compiles cleanly.John Birrell2007-11-281-1/+1
* Rename the definition of lbolt to LBOLT to avoid a clash with a globalJohn Birrell2007-11-281-2/+19
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterPawel Jakub Dawidek2007-11-053-3/+24
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:Pawel Jakub Dawidek2007-11-011-2/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofPawel Jakub Dawidek2007-08-161-1/+8
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-17/+12
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-082-0/+247
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-2/+2
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-042-10/+14
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-312-2/+2
* There are too many false positive LORs reported by WITNESS, so when ZFSPawel Jakub Dawidek2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.Pawel Jakub Dawidek2007-05-241-1/+1
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.Pawel Jakub Dawidek2007-05-231-0/+40
* Share-lock a vnode where possible.Pawel Jakub Dawidek2007-05-022-3/+3
* MFp4: Reduce diff against vendor code:Pawel Jakub Dawidek2007-04-235-5/+72
* MFp4:Pawel Jakub Dawidek2007-04-211-1/+1
* MFp4: Fix automatic snapshot mount when unprivileged user does lookupPawel Jakub Dawidek2007-04-181-7/+8
* - Fix a leftover - vfs_mount_alloc() is now exported properly.Pawel Jakub Dawidek2007-04-171-4/+5
* strchr() and strrchr() are already present in the kernel, but with lessWojciech A. Koszek2007-04-102-33/+2
* Try to stabilize ZFS with regard to memory consumption:Pawel Jakub Dawidek2007-04-102-8/+26
* Instead of detecting if lock is already initialized based on standard 1 bitPawel Jakub Dawidek2007-04-093-2/+55
* Extend kobj compatibility KPI to support operating on files before andPawel Jakub Dawidek2007-04-082-16/+102
* MFp4: Synchronize with recent OpenSolaris changes.Pawel Jakub Dawidek2007-04-082-0/+95
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-0642-0/+4244