Commit Graph

17 Commits

Author SHA1 Message Date
Brian Behlendorf 14d073e298 Add linux-sha2 topic branch for portability
The upstream ZFS code has correctly moved to a faster native sha2
implementation.  Unfortunately, under Linux that's going to be a little
problematic so we revert the code to the more portable version contained
in earlier ZFS releases.  Using the native sha2 implementation in Linux
is possible but the API is slightly different in kernel version user
space depending on which libraries are used.  Ideally, we need a fast
implementation of SHA256 which builds as part of ZFS this shouldn't be
that hard to do but it will take some effort.
2010-06-16 09:47:25 -07:00
Brian Behlendorf dcf4bc1e52 Re-remove feature-branch dependency. 2010-05-27 16:34:02 -07:00
Brian Behlendorf 63fce783d6 Readd feature-branch to get the last of the reversions 2010-05-27 14:23:51 -07:00
Brian Behlendorf 0e46276339 Remove feature-branch.
All but the pthreads changes have been committed upstream and in
the name of keeping the topgit tree as simple as possible I'm removing
the entire 'feature' subtree.  The pthreads changes are now a 'fix'.
2010-05-27 14:17:51 -07:00
Brian Behlendorf 8d3c6f1682 New TopGit dependency: feature-branch 2008-12-05 09:36:26 -08:00
Brian Behlendorf 2a3f7660da New TopGit dependency: fix-branch 2008-12-05 09:36:17 -08:00
Brian Behlendorf 37d3644aa1 Refresh zfs-branch 2008-12-05 09:35:51 -08:00
Brian Behlendorf 424be6c930 New TopGit dependency: gcc-unused 2008-12-05 09:34:35 -08:00
Brian Behlendorf 6b3bbd8dae New TopGit dependency: gcc-uninit 2008-12-05 09:34:27 -08:00
Brian Behlendorf d318dd6f6c New TopGit dependency: gcc-no-parenthesis 2008-12-05 09:34:20 -08:00
Brian Behlendorf 7e732f2fc0 New TopGit dependency: gcc-missing-case 2008-12-05 09:34:14 -08:00
Brian Behlendorf d920e6403a New TopGit dependency: gcc-invalid-prototype 2008-12-05 09:34:08 -08:00
Brian Behlendorf e9f74d2295 New TopGit dependency: gcc-init-pragmas 2008-12-05 09:34:02 -08:00
Brian Behlendorf dd5ae6bf8b New TopGit dependency: gcc-debug 2008-12-05 09:33:57 -08:00
Brian Behlendorf 139bc84e9a New TopGit dependency: gcc-cast 2008-12-05 09:33:50 -08:00
Brian Behlendorf 6c97558f3f Refresh gcc-branch 2008-12-05 09:33:44 -08:00
Brian Behlendorf 9e5ad07ee1 Add gcc-c90 branch 2008-11-20 14:04:05 -08:00