Go to file
behlendo 7afde631f6 Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks
at a time as I audit it.  This chunk finishes moving the SPL entirely
off the linux slab on to the SPL implementation.  It differs slightly
from the proposed version in that the spl continues to export to
all the Solaris types and functions.  These do conflict with the
Linux slab so a module usings these interfaces must not include the
SPL slab if they also intend to use the linux slab.  Or they must
explcitly #undef the macros which remap the functioin to their
spl_* equivilants.

A nice side of effect of dropping the entire linux slab is we
don't need to autoconf checks anymore.  They kept messing with
the slab API endlessly!



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@148 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-08-05 04:16:09 +00:00
autoconf Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks 2008-08-05 04:16:09 +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 Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks 2008-08-05 04:16:09 +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 Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks 2008-08-05 04:16:09 +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 Fixes: 2008-06-04 06:00:46 +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 Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks 2008-08-05 04:16:09 +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