Go to file
behlendo c8e60837b7 * spl-09-fix-kmem-track-oops.patch
This fixes an oops when unloading the modules, in the case where memory
tracking was enabled and there were memory leaks. The comment in the
code explains what was the problem.

* spl-10-fix-assert-verify-ndebug.patch
This fixes ASSERT*() and VERIFY*() macros in non-debug builds. VERIFY*()
macros are supposed to check the condition and panic even in production
builds, and ASSERT*() macros don't need to evaluate the arguments.
Also some 32-bit fixes.



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@165 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-11-03 22:02:15 +00:00
autoconf Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do 2008-11-03 21:06:04 +00:00
build This should have been part of the previous autoconf commit. 2008-06-02 18:41:30 +00:00
cmd Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
include * spl-09-fix-kmem-track-oops.patch 2008-11-03 22:02:15 +00:00
lib Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
modules * spl-09-fix-kmem-track-oops.patch 2008-11-03 22:02:15 +00:00
patches Add the minimal set of kernel patches need to for the SPL. Hopefully 2008-06-02 19:45:04 +00:00
scripts Minor tweak to handle systems with restrictive udev rules 2008-08-12 05:18:41 +00:00
AUTHORS Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
autogen.sh Breaking the world for a little bit. If anyone is going to continue 2008-06-02 17:28:49 +00:00
ChangeLog Update info to prep for a tag. If all goes well I'll have 2008-07-01 03:42:24 +00:00
configure.ac Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do 2008-11-03 21:06:04 +00:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
DISCLAIMER Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
INSTALL Trivial commit to remove whitespace 2008-07-09 19:11:29 +00:00
Makefile.am OK, everything builds now. My initial intent was to place all of 2008-02-27 20:52:44 +00:00