Hi folks, I want to try to port ZFS under OpenBSD, but I''m not able to find the archive of the source code of this filesystem. Please, how can I do? Thanks in advance This message posted from opensolaris.org
Ludovic Gele wrote:> I want to try to port ZFS under OpenBSD, but I''m not able to find the > archive of the source code of this filesystem. > Please, how can I do?Hi Ludovic, ZFS is integrated into Solaris and OpenSolaris. There''s no explicitly separate source code archive. If you want to learn more about the source, though, you should read through the source code walkthrough docs at http://www.opensolaris.org/os/community/zfs/source Most of the source is under usr/src/uts/common/fs/zfs, but there are also dependencies on usr/src/common/zfs usr/src/lib/libzfs usr/src/lib/libzfs_jni usr/src/lib/libzpool usr/src/lib/libdiskmgmt usr/src/cmd/zpool usr/src/cmd/zfs usr/src/cmd/ztest There are possibly others as well. Read through the source code walkthrough link above and keep asking questions :) cheers, James C. McPherson -- Solaris kernel software engineer Sun Microsystems
1) Take a look at the "ZFS Source Tour": http://www.opensolaris.org/os/community/zfs/source/ 2) You may also want to talk to the FreeBSD zfs port maintainer: http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/pjd/zfs 3) The source of ZFS is in a few different directories: Main FS directory: http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/zfs/ zpool command: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/zpool/ zfs command: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/zfs/ libzfs: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libzfs/ Rayson On 2/23/07, Ludovic Gele <ludovic.gele at raysa.org> wrote:> Hi folks, > > I want to try to port ZFS under OpenBSD, but I''m not able to find the archive of the source code of this filesystem. > > Please, how can I do? > > Thanks in advance > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >