summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove LINUXINCLUDE from autoconf wrapper, breaks 2.6.28+ kernels.Brian Behlendorf2009-07-272-47/+47
* Positive Solaris ioctl return codes need to be negated for use by libcBrian Behlendorf2009-07-231-2/+9
* Allow kmem or vmem based slab for slab_lock and slab_overcommit tests.Brian Behlendorf2009-07-231-1/+1
* The HAVE_PATH_IN_NAMEIDATA compat macros should have been used here.Brian Behlendorf2009-07-221-3/+3
* Check arch/default/ path when detecting kernel objects on SLESBrian Behlendorf2009-07-222-3/+9
* Register a basic compat ioctl handler (32 vs 64 bit compat)Brian Behlendorf2009-07-211-3/+17
* Fixed NULL dereference by tcd_for_each() when the kmalloc() call in module/sp...Ricardo M. Correia2009-07-141-1/+1
* Prevent integer overflow after ~164 days of uptime.Ricardo M. Correia2009-07-141-1/+1
* Add a little paranoia here to ensure endianess is set correctly.Brian Behlendorf2009-07-141-1/+5
* Add basic groupmember() function, not sup groups.Brian Behlendorf2009-07-101-0/+12
* Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.Brian Behlendorf2009-07-102-0/+30
* Define ACE_ALL_PERMS for use by ACLsBrian Behlendorf2009-07-091-0/+6
* Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.Brian Behlendorf2009-07-091-0/+2
* Add ASSERTV macro to simplify removing variables (the V in ASSERTV)Brian Behlendorf2009-07-091-0/+2
* Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which isBrian Behlendorf2009-07-092-0/+10
* Update ChangeLogBrian Behlendorf2009-07-021-1/+22
* Cleanly handle --with-linux=NONE option when used to generate sourceBrian Behlendorf2009-07-022-9/+24
* Simplify rpm build rules, added config/rpm.am.Brian Behlendorf2009-07-0112-328/+2992
* Add spl.release to spl-devel to simply dependent package version check.Brian Behlendorf2009-06-292-0/+2
* Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/Brian Behlendorf2009-06-264-6/+8
* Use do_div on older kernel where do_div64 doesn't exist.Brian Behlendorf2009-06-261-1/+1
* Additional tuning to get the BuildRequires right for all cases.Brian Behlendorf2009-06-261-10/+9
* Simplify the kernel depenency logicBrian Behlendorf2009-06-261-20/+15
* Spec file update, for some reason the following shorthand syntaxBrian Behlendorf2009-06-261-17/+38
* SRPM build farm / mock itergrationBrian Behlendorf2009-06-261-15/+20
* Build farm integration to ensure BuildRequires are correctBrian Behlendorf2009-06-251-3/+3
* Packaging FixesBrian Behlendorf2009-06-252-53/+73
* Update ChangeLog with a high level summary of the changes fromBrian Behlendorf2009-06-222-1/+81
* Packaging improvements for RHEL and SLES (part 2)Brian Behlendorf2009-06-1610-40/+100
* Packaging improvements for RHEL and SLESBrian Behlendorf2009-06-169-29/+69
* SLES10 Fixes (part 9)Brian Behlendorf2009-05-2116-85/+64
* SLES10 Fixes (part 8)Brian Behlendorf2009-05-201-7/+19
* SLES10 Fixes (part 7)Brian Behlendorf2009-05-204-5/+5
* SLES10 Fixes (part 6)Brian Behlendorf2009-05-206-23/+157
* Powerpc Fixes (part 1):Brian Behlendorf2009-05-203-7/+30
* SLES10 Fixes (part 5):Brian Behlendorf2009-05-201-3/+3
* SLES10 Fixes (part 4):Brian Behlendorf2009-05-205-5/+188
* SLES10 Fixes (part 3):Brian Behlendorf2009-05-206-0/+107
* SLES10 Fixes (part 2):Brian Behlendorf2009-05-2011-94/+217
* SLES10 Fixes (part 1):Brian Behlendorf2009-05-192-27/+37
* Prep for spl-0.4.3 tag.Brian Behlendorf2009-03-203-2/+59
* Add list_move_tail() function.Brian Behlendorf2009-03-191-0/+8
* Remove useless EOL white space padding from `splat -l` command.Brian Behlendorf2009-03-181-4/+3
* Fix vmem leak in kmem_cache_test (missing splat_kmem_cache_test_kcp_free())Brian Behlendorf2009-03-181-0/+1
* Allow spl_config.h to be included by dependant packagesBrian Behlendorf2009-03-1712-63/+57
* FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)Brian Behlendorf2009-03-177-31/+278
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-153-12/+96
* Mutex tests updated to use task queues instead of work queues.Brian Behlendorf2009-03-151-59/+77
* Added SPL_AC_5ARGS_DEVICE_CREATE autoconf configure checkBrian Behlendorf2009-03-135-1/+102
* Fix off-by-1 truncation of hw_serial when converting from integer to string, ...Ricardo M. Correia2009-03-121-9/+10