summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kallsyms'Brian Behlendorf2009-03-0414-144/+502
|\
| * Linux VM Integration CleanupBrian Behlendorf2009-03-0414-144/+502
* | Changed ptob()/btop() mult/div into bit shifts.Ricardo M. Correia2009-02-251-2/+4
* | Added btop() and moved ptob() to include/sys/param.h.Ricardo M. Correia2009-02-252-1/+4
|/
* Changed z_compress_level() and z_uncompress() prototypes to match the ones in...Ricardo M. Correia2009-02-231-7/+7
* Matching kmem_free() fix for use after free case.Brian Behlendorf2009-02-191-5/+5
* Add zone_get_hostid() functionBrian Behlendorf2009-02-195-2/+26
* Coverity 9657: Resource LeakBrian Behlendorf2009-02-181-2/+2
* Coverity 9656: Forward NULLBrian Behlendorf2009-02-181-0/+1
* Coverity 9649, 9650, 9651: UninitBrian Behlendorf2009-02-181-1/+0
* Coverity 9654, 9654: Use After FreeBrian Behlendorf2009-02-172-4/+4
* Coverity 9652, 9653: No EffectBrian Behlendorf2009-02-171-2/+0
* Coverity 9641: Buffer SizeBrian Behlendorf2009-02-171-1/+1
* kmem slab magazine ageing deadlockBrian Behlendorf2009-02-172-7/+27
* kmem slab fixesBrian Behlendorf2009-02-131-36/+36
* Build system updateBrian Behlendorf2009-02-122-1/+2
* Build system updateBrian Behlendorf2009-02-1232-77/+3614
* kmem slab fixesBrian Behlendorf2009-02-122-35/+52
* Minor bug fix due to MAXOFFSET_T constant being too large on 32-bit systems.Ricardo M. Correia2009-02-071-0/+5
* Prep for 0.4.2 tagBrian Behlendorf2009-02-052-1/+25
* Additional Linux VM integrationBrian Behlendorf2009-02-057-39/+214
* Linux VM integration / device special filesBrian Behlendorf2009-02-0413-66/+500
* 2.6.27+ portability changesBrian Behlendorf2009-02-0211-75/+139
* Make the number of system taskq threads based on the node of cores in the nod...Brian Behlendorf2009-02-021-2/+4
* Update thread tests to have max_timeBrian Behlendorf2009-01-301-4/+4
* Add new workqueue headerBrian Behlendorf2009-01-301-0/+55
* kmem_cache hardening and performance improvementsBrian Behlendorf2009-01-306-496/+1025
* Remove debug check was was accidentally left in place an prevent the slab cac...Brian Behlendorf2009-01-261-3/+0
* 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-263-81/+136
* Remove stray ` from macroBrian Behlendorf2009-01-231-1/+1
* Sleep uninteruptibly, waking up early may result in a crashBrian Behlendorf2009-01-222-13/+14
* Update debug.h to standardize VERIFY3_IMPL error messages in debug and non-de...Brian Behlendorf2009-01-222-12/+14
* Prep for 0.4.1 tagBrian Behlendorf2009-01-212-1/+9
* Minor fix for compiler warning when KMEM_TRACKING is enabledBrian Behlendorf2009-01-201-1/+1
* KMEM_TRACKING turned up a missing free in list test 6, fix the leakBrian Behlendorf2009-01-201-0/+1
* Ensure -NDEBUG does not get added to spl_config.h and is only set in the buil...Brian Behlendorf2009-01-204-12/+0
* Refresh libtoolBrian Behlendorf2009-01-151-6/+6
* Rename modules to module and update referencesBrian Behlendorf2009-01-1539-18/+18
* Make the splat load message caps just for consistencyBrian Behlendorf2009-01-131-5/+5
* TASKQ_DYNAMIC not yet support, do not create the global taskq with that flag ...Brian Behlendorf2009-01-132-1/+3
* Rework ddi_strtox calls to a native implementation which actuall supports the...Brian Behlendorf2009-01-135-27/+306
* Add missing stub headersBrian Behlendorf2009-01-092-0/+8
* Add basic ksid_lookupdomain and ksiddomain_rele support, just allocationsBrian Behlendorf2009-01-091-0/+27
* Make sure we export ddi_quiesce_not_neededBrian Behlendorf2009-01-091-0/+1
* Add two new stub headersBrian Behlendorf2009-01-092-0/+8
* Add VOP_SEEKBrian Behlendorf2009-01-092-4/+19
* Add missing policy includes, add missing sun ddi bitsBrian Behlendorf2009-01-093-0/+14
* Add share.h stubBrian Behlendorf2009-01-091-0/+4
* Drat fix missing ;Brian Behlendorf2009-01-091-1/+1