summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* We want to use LBOLT instead of lbolt on FreeBSD.pjd2008-07-211-3/+3
* We want to check new options given, not the current ones.pjd2008-07-211-1/+1
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.ed2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-7/+3
* Don't enforce unique device minor number policy anymore.ed2008-06-111-0/+1
* Merge a recent change from the OpenSolaris source tree.jb2008-06-012-13/+96
* Fix namespace collision after src/sys/sys/file.h:1.78.pjd2008-05-253-4/+5
* Comment out the code that breaks with invariants. This is stuff that isjb2008-05-251-0/+2
* Remove redundant redeclaration of 'zone_drain'.bz2008-05-241-1/+0
* Make the zfs module depend on the opensolaris module in preparation for itjb2008-05-241-0/+1
* Messing with the endian defines breaks the use of other FreeBSD headers.jb2008-05-231-44/+0
* Delete a couple of OpenSolaris headers which get in the way of ourjb2008-05-232-318/+0
* OpenSolaris kernel module compatibility sources.jb2008-05-232-0/+165
* The cyclic timer device. This is a cut down version of the one injb2008-05-234-0/+1988
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-2330-0/+15340
* 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
* FreeBSD changes to vendor source.jb2008-05-229-240/+1290
* This commit was generated by cvs2svn to compensate for changes in r179193,jb2008-05-2218-0/+25785
|\
| * Vendor import of the src/sys OpenSolaris bits for DTrace.jb2008-05-2218-0/+25785
* 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
* Move the head of byte-level advisory lock list from thekib2008-04-163-41/+0
* Add atomic operations for ZFS/sparc64.marius2008-04-111-0/+115
* - Fix the path encoded in the multiple inclusion protection.marius2008-04-111-36/+13
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+20
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Fix mmap(2) on ZFS after some changes in VM subsystem.pjd2008-03-151-0/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-4/+4
* - Reduce how much ZFS caches by default. This is another change to mitigatepjd2008-01-241-4/+5
* 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-137-25/+24
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-109-26/+26
* Remove some compatibility stuff that we now get from the Solaris header.jb2007-11-291-13/+0
* * Check endianness the FreeBSD way.jb2007-11-2812-30/+43
* Fix a prototype definition.jb2007-11-281-1/+1
* Check endianness the FreeBSD way.jb2007-11-281-1/+1
* Include an extra header to get this to compile cleanly.jb2007-11-281-0/+1
* 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
* Warn if kmem_map size is set to less than 512MB. Previous warning was a bitpjd2007-11-071-5/+5
* Remove unused header.pjd2007-11-051-569/+0
* If setting a state to anything but open state, close access to vdev.pjd2007-11-051-0/+11
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterpjd2007-11-053-3/+24
OpenPOWER on IntegriCloud