mirror_zfs/modules/spl
2009-01-13 11:43:05 -08:00
..
Makefile.in Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
spl-atomic.c Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
spl-condvar.c Apply Ricardo's spl-02-condvar-poison.patch 2008-08-04 23:59:08 +00:00
spl-debug.c TASKQ_DYNAMIC not yet support, do not create the global taskq with that flag or we crash with debug enabled. Also don't bother dumping debug when debugging is diabled, it's pointless 2009-01-13 11:43:05 -08:00
spl-err.c Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
spl-generic.c Rework ddi_strtox calls to a native implementation which actuall supports the EINVAL, ERANGE error handling, plus add a regression suite to ensure I got it atleast mostly right 2009-01-13 09:30:59 -08:00
spl-kmem.c * spl-09-fix-kmem-track-oops.patch 2008-11-03 22:02:15 +00:00
spl-kobj.c Add missing error handling to this case where a memory allocation fails. 2008-11-04 22:51:31 +00:00
spl-kstat.c Minor tweak to ensure kstat values are printed correctly on x86_64 at least 2008-06-06 23:11:34 +00:00
spl-module.c Make sure we export ddi_quiesce_not_needed 2009-01-09 14:30:30 -08:00
spl-mutex.c Fixes: 2008-06-04 06:00:46 +00:00
spl-proc.c 3 minor fixups where sprintf() was used instead of snprintf() with 2008-11-04 23:30:15 +00:00
spl-rwlock.c Simple ignore the return type which was never used here and cast it to void. 2008-11-04 22:42:58 +00:00
spl-taskq.c TASKQ_DYNAMIC not yet support, do not create the global taskq with that flag or we crash with debug enabled. Also don't bother dumping debug when debugging is diabled, it's pointless 2009-01-13 11:43:05 -08:00
spl-thread.c Remove 3 instances of unused variables. 2008-11-05 22:06:56 +00:00
spl-time.c Ensure GPL-only symbols are re-exported as GPL-only 2008-11-04 00:00:16 +00:00
spl-vnode.c Add VOP_SEEK 2009-01-09 13:59:39 -08:00