aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Type long expected explicitly cast for 32-bit systems.Brian Behlendorf2009-12-011-2/+2
* spl-modules-devel package must depend on the exact version of kernelBrian Behlendorf2009-11-241-1/+3
* Add 'srpm' --with-config option for creation of spec files.Brian Behlendorf2009-11-242-5/+7
* Add chaos5 and rhel6 macro's to the spl-modules.spec.inBrian Behlendorf2009-11-241-4/+4
* Prep for 0.4.7 tag, updated META and ChangeLog.Brian Behlendorf2009-11-202-1/+32
* Ensure *.order and *.markers build products are removed by distclean rule.Brian Behlendorf2009-11-202-2/+4
* Ensure spl_config.h is include in spl-generic.cBrian Behlendorf2009-11-151-0/+1
* Always use the generic mutex_destroy().Brian Behlendorf2009-11-151-3/+7
* Add mutex_enter_nested() as wrapper for mutex_lock_nested().Brian Behlendorf2009-11-151-2/+24
* Linux 2.6.31 kmem cache alignment fixes and cleanup.Brian Behlendorf2009-11-133-57/+93
* Remove __GFP_NOFAIL in kmem and retry internally.Brian Behlendorf2009-11-122-14/+59
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-106-4/+30
* Prep for 0.4.6 tag, updated META and ChangeLog.Brian Behlendorf2009-11-022-1/+44
* Autoconf --enable-debug-* cleanupBrian Behlendorf2009-10-3010-330/+159
* Add autoconf checks for atomic64_cmpxchg + atomic64_xchgBrian Behlendorf2009-10-305-0/+311
* Use Linux atomic primitives by default.Brian Behlendorf2009-10-305-79/+202
* I should not have removed these, they are important.Brian Behlendorf2009-10-271-0/+2
* Rebase cmn_err on vcmn_err and don't warn about missing \nBrian Behlendorf2009-10-272-22/+19
* Remove usage of the __id_u macro for portability.Brian Behlendorf2009-10-052-2/+2
* Use kobject_set_name() for increased portability.Brian Behlendorf2009-10-021-5/+3
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-0110-8/+404
* Expand SEM() outside init_rwsem and directly call __init_rwsem().Brian Behlendorf2009-09-291-1/+3
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-258-848/+609
* Update rwlocks to track owner to ensure correct semanticsBrian Behlendorf2009-09-253-72/+198
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-189-936/+708
* Various spec file tweaks to handle rpm building of several distros.Brian Behlendorf2009-08-141-28/+75
* Explicit check for requires_* rpm definesBrian Behlendorf2009-08-131-3/+11
* Tag spl-0.4.5.Brian Behlendorf2009-08-042-2/+50
* Required missing symbols for FC11 kernels (2.6.29.4-167.fc11.x86_64)Brian Behlendorf2009-07-311-0/+94
* Disable stack overflow checking by default.Brian Behlendorf2009-07-301-1/+9
* Update global_page_state() support for 2.6.29 kernels.Brian Behlendorf2009-07-286-168/+1297
* Remove get/put_task_struct as they are not available for SLES11Brian Behlendorf2009-07-281-10/+2
* Add basic credential support and splat tests.Brian Behlendorf2009-07-2713-56/+839
* 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