summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove stray ` from macroBrian Behlendorf2009-01-231-1/+1
* Update debug.h to standardize VERIFY3_IMPL error messages in debug and non-de...Brian Behlendorf2009-01-221-11/+13
* Add missing stub headersBrian Behlendorf2009-01-092-0/+8
* Add basic ksid_lookupdomain and ksiddomain_rele support, just allocationsBrian Behlendorf2009-01-091-0/+27
* Add two new stub headersBrian Behlendorf2009-01-092-0/+8
* Add VOP_SEEKBrian Behlendorf2009-01-091-0/+3
* Add missing policy includes, add missing sun ddi bitsBrian Behlendorf2009-01-092-0/+8
* Drat fix missing ;Brian Behlendorf2009-01-091-1/+1
* Add missing callback_context_t and fid_t typesBrian Behlendorf2009-01-092-49/+68
* Add stubs for three more includesBrian Behlendorf2009-01-093-0/+12
* Add 5 splat tests for list handlingBrian Behlendorf2009-01-071-24/+158
* Add include/sys/compress.h headerBrian Behlendorf2009-01-061-0/+4
* Add P2BOUNDARY macroBrian Behlendorf2009-01-061-0/+2
* Pull in some default page typedefsBrian Behlendorf2009-01-051-0/+3
* Add DTRACE_PROBE(a)Brian Behlendorf2009-01-051-0/+4
* Stub u8_textprep.h for inclusion purposesBrian Behlendorf2009-01-052-0/+5
* Add system taskq supportBrian Behlendorf2009-01-051-0/+6
* Remove u8_textprep, we will not be implementing this nightmare yetBrian Behlendorf2009-01-051-44/+0
* Add sys/thread.hBrian Behlendorf2008-12-231-0/+1
* Define needfreeBrian Behlendorf2008-12-231-4/+1
* Add timer.h headerBrian Behlendorf2008-12-231-0/+1
* Add u8 stubBrian Behlendorf2008-12-231-0/+40
* Move sunddi includeBrian Behlendorf2008-12-232-1/+2
* Add sunddi to uioBrian Behlendorf2008-12-231-0/+1
* Minor updatesBrian Behlendorf2008-12-232-0/+39
* Pull in lock typesBrian Behlendorf2008-12-231-0/+5
* Add a few more missing header which the upstream stock kernel context expectsBrian Behlendorf2008-12-238-0/+32
* Add struct ddi_strtox functionsBrian Behlendorf2008-12-051-0/+5
* Prefix META_ALIAS with SPL_Brian Behlendorf2008-11-261-1/+1
* Prefix all META_* #defines with SPL to prevent colisions which include our sp...Brian Behlendorf2008-11-261-8/+8
* Add missing autogen productsbehlendo2008-11-261-0/+336
* * include/sys/sunddi.h, modules/spl/spl-module.c : Removed defaultbehlendo2008-11-131-6/+57
* Removed useless checkbehlendo2008-11-041-3/+0
* * spl-09-fix-kmem-track-oops.patchbehlendo2008-11-031-10/+26
* Under Solaris KM_SLEEP ensures success (or at least you hang forever). behlendo2008-11-031-1/+1
* Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which dobehlendo2008-11-032-341/+75
* Apply two nice improvements caught by Ricardo,behlendo2008-11-032-44/+2
* Apply a nice fix caught by Ricardo,behlendo2008-11-031-0/+1
* Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patchbehlendo2008-11-031-2/+11
* Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels.behlendo2008-08-111-0/+1
* Pull in initial 32-bit support patches.behlendo2008-08-112-1/+69
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-112-21/+27
* Include linux/uaccess.h compat changes.behlendo2008-08-113-2/+6
* Pull in timespec, list, and type compat changes to supportbehlendo2008-08-111-0/+8
* Add class / device portability code. Two autoconf testsbehlendo2008-08-101-2/+2
* Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunksbehlendo2008-08-052-5/+1
* - Remove hash functionality from slab in favor of direct lookupsbehlendo2008-07-011-20/+12
* Remove stray call to spl_cache_free() and remove all thebehlendo2008-06-281-5/+0
* Victory! I've reworked caches with large objects which arebehlendo2008-06-281-1/+0
* Further slab improvements, I'm getting close to something which works behlendo2008-06-271-9/+111