aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for oops on SIGINT in splat atomic:64-bit test.Ned Bass2010-07-151-1/+1
* Fix -Werror=format-security compiler optionBrian Behlendorf2010-07-141-1/+2
* Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'Brian Behlendorf2010-07-146-28/+187
* Proposed fix for low memory ZFS deadlocksBrian Behlendorf2010-07-131-1/+1
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-137-221/+262
* Update config.guess to recognize additional distrosBrian Behlendorf2010-07-021-1/+12
* Allow config/build to work with autoconf-2.65Lars Johannsen2010-07-022-75/+75
* Require gawk the usermode helper fails with awkBrian Behlendorf2010-07-013-4/+39
* Add configure check for user_path_dir()Brian Behlendorf2010-07-014-1/+116
* Use $target_cpu instead of `arch`Brian Behlendorf2010-07-012-18/+18
* Check sourcelink is set before passing to readlinkBrian Behlendorf2010-07-012-13/+18
* Implementation of a regression test for TQ_FRONT.Ned Bass2010-07-011-9/+142
* Initialize the /dev/splatctl device bufferNed Bass2010-07-012-1/+5
* Implementation of the TQ_FRONT flag.Ned Bass2010-07-012-21/+75
* Remove AC_DEFINE for DEBUG/NDEBUGBrian Behlendorf2010-07-013-28/+0
* Only make compiler warnings fatal with --enable-debugBrian Behlendorf2010-06-309-34/+89
* Linux-2.6.33 compat, O_DSYNC flag addedBrian Behlendorf2010-06-301-1/+8
* Linux-2.6.33 compat, .ctl_name removed from struct ctl_tableBrian Behlendorf2010-06-305-38/+201
* Linux-2.6.33 compat, check <generated/utsrelease.h> for UTS_RELEASEBrian Behlendorf2010-06-302-54/+62
* Add basic READMEBrian Behlendorf2010-06-291-0/+10
* Treat mutex->owner as volatileBrian Behlendorf2010-06-282-22/+116
* Fix subtle race in threads test caseBrian Behlendorf2010-06-281-4/+3
* Accept but ignore TASKQ_DC_BATCH and TQ_FRONTBrian Behlendorf2010-06-281-0/+2
* Add kmem_vasprintf functionBrian Behlendorf2010-06-242-4/+21
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-212-9/+1
* Update warnings in kmem debug codeBrian Behlendorf2010-06-161-36/+49
* Add missing header util/sscanf.hBrian Behlendorf2010-06-141-0/+28
* Include kstat.h from kmem.hBrian Behlendorf2010-06-141-0/+1
* Support TQ_FRONT flag used by taskq_dispatch()Brian Behlendorf2010-06-112-1/+9
* Minor cleanup and Solaris API additions.Brian Behlendorf2010-06-114-28/+41
* Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.Brian Behlendorf2010-06-115-51/+149
* Add xuio_* structures and typedefs.Brian Behlendorf2010-06-111-10/+50
* Stub out additional missing headersBrian Behlendorf2010-06-116-0/+180
* Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)Brian Behlendorf2010-06-1112-44/+71
* Update META to version 0.5.0Brian Behlendorf2010-06-111-1/+1
* Stack overflow on 64-bit modulus operations on 32-bit architectures.Alex Zhuravlev2010-06-031-3/+5
* Minor 32-bit fix cast to hrtime_t before the mutliply.Brian Behlendorf2010-05-231-1/+1
* Refresh autogen.sh products with automake 1.11.1.Brian Behlendorf2010-05-215-12/+13
* Re-Prep for 0.4.9 tag with a few more fixes and updated ChangeLogBrian Behlendorf2010-05-211-2/+19
* Minor spec file cleanup for RHEL6 package dependency.Brian Behlendorf2010-05-211-1/+5
* Simplify rwlock implementation.Brian Behlendorf2010-05-202-43/+36
* Use KM_NODEBUG macro in preference to __GFP_NOWARN.Brian Behlendorf2010-05-203-7/+8
* Disable spl_debug_panic_on_bug by default.Brian Behlendorf2010-05-201-1/+1
* Adjust 'large' object sizes in kmem:slab_large test.Brian Behlendorf2010-05-201-3/+3
* Remove kmem_set_warning() interface replace with __GFP_NOWARN flag.Brian Behlendorf2010-05-192-26/+16
* Set default debug log patch to /tmp/spl-log.Brian Behlendorf2010-05-191-3/+3
* Minor spec file cleanup for srpm case.Brian Behlendorf2010-05-181-2/+4
* Prep for 0.4.9 tag, updated META and ChangeLogBrian Behlendorf2010-05-172-1/+52
* Public Release PrepBrian Behlendorf2010-05-17167-1362/+3491
* Add 3 missing typedefs.Brian Behlendorf2010-05-143-0/+11