summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Matching kmem_free() fix for use after free case.Brian Behlendorf2009-02-191-5/+5
* Add zone_get_hostid() functionBrian Behlendorf2009-02-193-0/+7
* Coverity 9654, 9654: Use After FreeBrian Behlendorf2009-02-171-1/+1
* Coverity 9652, 9653: No EffectBrian Behlendorf2009-02-171-2/+0
* kmem slab magazine ageing deadlockBrian Behlendorf2009-02-171-3/+3
* Build system updateBrian Behlendorf2009-02-128-39/+1198
* kmem slab fixesBrian Behlendorf2009-02-121-1/+3
* Minor bug fix due to MAXOFFSET_T constant being too large on 32-bit systems.Ricardo M. Correia2009-02-071-0/+5
* Additional Linux VM integrationBrian Behlendorf2009-02-051-14/+6
* Linux VM integration / device special filesBrian Behlendorf2009-02-045-31/+73
* 2.6.27+ portability changesBrian Behlendorf2009-02-023-57/+3
* Add new workqueue headerBrian Behlendorf2009-01-301-0/+55
* kmem_cache hardening and performance improvementsBrian Behlendorf2009-01-303-40/+48
* Pull the blkdev header in to the sunldi for some useful structure definitions...Brian Behlendorf2009-01-261-0/+1
* Implement kmem cache alignment argumentBrian Behlendorf2009-01-261-0/+2
* 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