| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove stray ` from macro | Brian Behlendorf | 2009-01-23 | 1 | -1/+1 |
* | Update debug.h to standardize VERIFY3_IMPL error messages in debug and non-de... | Brian Behlendorf | 2009-01-22 | 1 | -11/+13 |
* | Add missing stub headers | Brian Behlendorf | 2009-01-09 | 2 | -0/+8 |
* | Add basic ksid_lookupdomain and ksiddomain_rele support, just allocations | Brian Behlendorf | 2009-01-09 | 1 | -0/+27 |
* | Add two new stub headers | Brian Behlendorf | 2009-01-09 | 2 | -0/+8 |
* | Add VOP_SEEK | Brian Behlendorf | 2009-01-09 | 1 | -0/+3 |
* | Add missing policy includes, add missing sun ddi bits | Brian Behlendorf | 2009-01-09 | 2 | -0/+8 |
* | Drat fix missing ; | Brian Behlendorf | 2009-01-09 | 1 | -1/+1 |
* | Add missing callback_context_t and fid_t types | Brian Behlendorf | 2009-01-09 | 2 | -49/+68 |
* | Add stubs for three more includes | Brian Behlendorf | 2009-01-09 | 3 | -0/+12 |
* | Add 5 splat tests for list handling | Brian Behlendorf | 2009-01-07 | 1 | -24/+158 |
* | Add include/sys/compress.h header | Brian Behlendorf | 2009-01-06 | 1 | -0/+4 |
* | Add P2BOUNDARY macro | Brian Behlendorf | 2009-01-06 | 1 | -0/+2 |
* | Pull in some default page typedefs | Brian Behlendorf | 2009-01-05 | 1 | -0/+3 |
* | Add DTRACE_PROBE(a) | Brian Behlendorf | 2009-01-05 | 1 | -0/+4 |
* | Stub u8_textprep.h for inclusion purposes | Brian Behlendorf | 2009-01-05 | 2 | -0/+5 |
* | Add system taskq support | Brian Behlendorf | 2009-01-05 | 1 | -0/+6 |
* | Remove u8_textprep, we will not be implementing this nightmare yet | Brian Behlendorf | 2009-01-05 | 1 | -44/+0 |
* | Add sys/thread.h | Brian Behlendorf | 2008-12-23 | 1 | -0/+1 |
* | Define needfree | Brian Behlendorf | 2008-12-23 | 1 | -4/+1 |
* | Add timer.h header | Brian Behlendorf | 2008-12-23 | 1 | -0/+1 |
* | Add u8 stub | Brian Behlendorf | 2008-12-23 | 1 | -0/+40 |
* | Move sunddi include | Brian Behlendorf | 2008-12-23 | 2 | -1/+2 |
* | Add sunddi to uio | Brian Behlendorf | 2008-12-23 | 1 | -0/+1 |
* | Minor updates | Brian Behlendorf | 2008-12-23 | 2 | -0/+39 |
* | Pull in lock types | Brian Behlendorf | 2008-12-23 | 1 | -0/+5 |
* | Add a few more missing header which the upstream stock kernel context expects | Brian Behlendorf | 2008-12-23 | 8 | -0/+32 |
* | Add struct ddi_strtox functions | Brian Behlendorf | 2008-12-05 | 1 | -0/+5 |
* | Prefix META_ALIAS with SPL_ | Brian Behlendorf | 2008-11-26 | 1 | -1/+1 |
* | Prefix all META_* #defines with SPL to prevent colisions which include our sp... | Brian Behlendorf | 2008-11-26 | 1 | -8/+8 |
* | Add missing autogen products | behlendo | 2008-11-26 | 1 | -0/+336 |
* | * include/sys/sunddi.h, modules/spl/spl-module.c : Removed default | behlendo | 2008-11-13 | 1 | -6/+57 |
* | Removed useless check | behlendo | 2008-11-04 | 1 | -3/+0 |
* | * spl-09-fix-kmem-track-oops.patch | behlendo | 2008-11-03 | 1 | -10/+26 |
* | Under Solaris KM_SLEEP ensures success (or at least you hang forever). | behlendo | 2008-11-03 | 1 | -1/+1 |
* | Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do | behlendo | 2008-11-03 | 2 | -341/+75 |
* | Apply two nice improvements caught by Ricardo, | behlendo | 2008-11-03 | 2 | -44/+2 |
* | Apply a nice fix caught by Ricardo, | behlendo | 2008-11-03 | 1 | -0/+1 |
* | Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patch | behlendo | 2008-11-03 | 1 | -2/+11 |
* | Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels. | behlendo | 2008-08-11 | 1 | -0/+1 |
* | Pull in initial 32-bit support patches. | behlendo | 2008-08-11 | 2 | -1/+69 |
* | Commit bulk of remaining 2.6.9 and 2.6.26 compat changes. | behlendo | 2008-08-11 | 2 | -21/+27 |
* | Include linux/uaccess.h compat changes. | behlendo | 2008-08-11 | 3 | -2/+6 |
* | Pull in timespec, list, and type compat changes to support | behlendo | 2008-08-11 | 1 | -0/+8 |
* | Add class / device portability code. Two autoconf tests | behlendo | 2008-08-10 | 1 | -2/+2 |
* | Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks | behlendo | 2008-08-05 | 2 | -5/+1 |
* | - Remove hash functionality from slab in favor of direct lookups | behlendo | 2008-07-01 | 1 | -20/+12 |
* | Remove stray call to spl_cache_free() and remove all the | behlendo | 2008-06-28 | 1 | -5/+0 |
* | Victory! I've reworked caches with large objects which are | behlendo | 2008-06-28 | 1 | -1/+0 |
* | Further slab improvements, I'm getting close to something which works | behlendo | 2008-06-27 | 1 | -9/+111 |