zfs/.topmsg

20 lines
830 B
Plaintext
Raw Normal View History

2008-11-20 22:04:05 +00:00
From: Brian Behlendorf <behlendorf1@llnl.gov>
2008-12-05 17:35:51 +00:00
Subject: [PATCH] zfs branch
2008-11-20 22:04:05 +00:00
2008-12-05 17:35:51 +00:00
Merged result of all changes which are relevant to both Solaris
and Linux builds of the ZFS code. These are changes where there
is a reasonable chance they will be accepted upstream.
Additionally, since this is effectively the root of the linux
ZFS tree the core linux build system is added here. This
includes autogen.sh, configure.ac, m4 macros, some scripts/*,
and makefiles for all the core ZFS components. Linux-only
features which require tweaks to the build system should appear
on the relevant topic branches. All autotools products which
result from autogen.sh are commited to the linux-configure-branch.
This branch also contains the META, ChangeLog, AUTHORS,
README, and GIT files.
2008-11-20 22:04:05 +00:00
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>