]> git.proxmox.com Git - mirror_zfs.git/commit
Initial commit. All spl source written up to this point wrapped
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 26 Feb 2008 20:36:04 +0000 (20:36 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 26 Feb 2008 20:36:04 +0000 (20:36 +0000)
commitf1ca4da6f79730bad6d0ad75db567881c96a5e51
treed92a49c708a3bfc2511094b689b6931f2def765c
Initial commit.  All spl source written up to this point wrapped
in an initial reasonable autoconf style build system.  This does
not yet build but the configure system does appear to work properly
and integrate with the kernel.  Hopefully the next commit gets
us back to a buildable version we can run the test suite against.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@1 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
43 files changed:
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/linux-callb.h [new file with mode: 0644]
include/linux-condvar.h [new file with mode: 0644]
include/linux-cred.h [new file with mode: 0644]
include/linux-generic.h [new file with mode: 0644]
include/linux-kmem.h [new file with mode: 0644]
include/linux-kstat.h [new file with mode: 0644]
include/linux-mutex.h [new file with mode: 0644]
include/linux-random.h [new file with mode: 0644]
include/linux-rwlock.h [new file with mode: 0644]
include/linux-taskq.h [new file with mode: 0644]
include/linux-thread.h [new file with mode: 0644]
include/linux-time.h [new file with mode: 0644]
include/linux-timer.h [new file with mode: 0644]
include/linux-types.h [new file with mode: 0644]
include/spl.h [new file with mode: 0644]
include/splat-ctl.h [new file with mode: 0644]
include/splat.h [new file with mode: 0644]
scripts/Makefile.am [new file with mode: 0644]
scripts/spl.spec [new file with mode: 0644]
scripts/spl.spec.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cmd/Makefile.am [new file with mode: 0644]
src/cmd/splat.c [new file with mode: 0644]
src/spl/Makefile.in [new file with mode: 0644]
src/spl/linux-kmem.c [new file with mode: 0644]
src/spl/linux-rwlock.c [new file with mode: 0644]
src/spl/linux-taskq.c [new file with mode: 0644]
src/spl/linux-thread.c [new file with mode: 0644]
src/splat/Makefile.in [new file with mode: 0644]
src/splat/splat-condvar.c [new file with mode: 0644]
src/splat/splat-ctl.c [new file with mode: 0644]
src/splat/splat-kmem.c [new file with mode: 0644]
src/splat/splat-mutex.c [new file with mode: 0644]
src/splat/splat-random.c [new file with mode: 0644]
src/splat/splat-rwlock.c [new file with mode: 0644]
src/splat/splat-taskq.c [new file with mode: 0644]
src/splat/splat-thread.c [new file with mode: 0644]
src/splat/splat-time.c [new file with mode: 0644]