aboutsummaryrefslogtreecommitdiffstats
path: root/modules/splat
Commit message (Expand)AuthorAgeFilesLines
* Make the splat load message caps just for consistencyBrian Behlendorf2009-01-131-5/+5
* Rework ddi_strtox calls to a native implementation which actuall supports the...Brian Behlendorf2009-01-134-5/+241
* Add active test for splat list testsBrian Behlendorf2009-01-071-2/+68
* Add 5 splat tests for list handlingBrian Behlendorf2009-01-074-11/+425
* Add system taskq supportBrian Behlendorf2009-01-051-5/+44
* Remove 3 instances of unused variables.behlendo2008-11-051-2/+0
* Add proper error handling for the case where a thread can not bebehlendo2008-11-051-5/+12
* Fix a small corner case in the test infrastructure wherebehlendo2008-11-041-2/+2
* 3 minor fixups where sprintf() was used instead of snprintf() withbehlendo2008-11-041-1/+2
* Removed useless checkbehlendo2008-11-041-14/+8
* Add proper error handling to one of the atomic test cases in the event behlendo2008-11-041-5/+15
* Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels.behlendo2008-08-112-4/+7
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-111-3/+14
* Include linux/uaccess.h compat changes.behlendo2008-08-111-5/+0
* More 2.6.26 compat changesbehlendo2008-08-112-1/+6
* Resolve incomplete type when building against 2.6.26behlendo2008-08-111-0/+1
* Add class / device portability code. Two autoconf testsbehlendo2008-08-102-35/+10
* Fix race in kmem_locking testbehlendo2008-07-071-4/+6
* - Remove hash functionality from slab in favor of direct lookupsbehlendo2008-07-011-11/+32
* Victory! I've reworked caches with large objects which arebehlendo2008-06-281-16/+34
* Further slab improvements, I'm getting close to something which works behlendo2008-06-271-17/+0
* Fix for memory corruption caused by overruning the magazinebehlendo2008-06-261-1/+2
* Implement per-cpu local caches. This seems to have bough me another behlendo2008-06-251-8/+10
* The first locking issue was due to the semaphore I used. I was tryingbehlendo2008-06-241-5/+7
* Add another kmem test to check for lock contention in the slabbehlendo2008-06-231-0/+158
* * : modules/sys/kmem-slab.c : Re-implemented the slab to nobehlendo2008-06-131-105/+205
* Fix missing return resulting in a double unlock of &files->file_lockbehlendo2008-06-032-2/+3
* Breaking the world for a little bit. If anyone is going to continuebehlendo2008-06-023-8/+12
* Go through and add a header with the proper UCRL number.behlendo2008-05-2614-11/+347
* Lots of fixes here:behlendo2008-05-062-5/+6
* New an improved taskq implementation for the SPL. It allows abehlendo2008-04-251-5/+13
* - Add more strict in_atomic() checking to the mutex entrybehlendo2008-04-111-26/+90
* - Fix write-only behavior in vn-open()behlendo2008-04-042-2/+2
* Add some crude debugging support. It leaves alot to bebehlendo2008-03-311-18/+18
* Correctly functioning 64-bit atomic shim layer. It's notbehlendo2008-03-284-0/+197
* OK, a first reasonable attempt at a solaris module/chdev shim layer.behlendo2008-03-201-2/+2
* OK, some pretty substantial rework here. I've merged the spl-filebehlendo2008-03-186-67/+126
* Initial pass at a file API getf/releasef hooksbehlendo2008-03-185-3/+66
* Fix kmem memory accountingbehlendo2008-03-141-0/+12
* Fix KMEM_DEBUG support (enable by default)behlendo2008-03-141-2/+43
* Add copyin/copyout mappingbehlendo2008-03-121-4/+4
* - Implemented vnode interfaces and 6 test cases to the test suite.behlendo2008-03-125-5/+383
* Apply fix from bug239 for rwlock deadlock.behlendo2008-03-114-0/+144
* Fix systemic naming mistakebehlendo2008-03-101-3/+3
* Add highbit func,behlendo2008-03-061-1/+1
* Remove spl.h, just include the headers you need.behlendo2008-03-041-1/+15
* Reorganize /include/ to add a /sys/, this way we don't need tobehlendo2008-03-011-1/+1
* OK, I think this is the last of major cleanup and restructuring.behlendo2008-02-281-16/+2
* More cleanup.behlendo2008-02-2711-812/+1001
* OK, everything builds now. My initial intent was to place all ofbehlendo2008-02-2710-0/+3169