sfslite-1.2.3

所属分类:网络编程
开发工具:Unix_Linux
文件大小:1430KB
下载次数:14
上传日期:2008-07-14 15:54:20
上 传 者maybemay
说明:  SFS是一个完全分散控制的的网路档案系统。sfslite 用于简化事件驱动网络编程的有用组件。
(SFS is a completely decentralized control of the network file system. sfslite used to simplify event-driven network programming components useful.)

文件列表:
sfslite-1.2.3\libsfs\sfsops.c (11647, 2008-01-29)
sfslite-1.2.3\libsfs\sfspaths.c (2814, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper_pam.c (4133, 2008-01-29)
sfslite-1.2.3\libsfs\Makefile.am.m4 (3426, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\sfsops.c (11647, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\sfspaths.c (2814, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\auth_helper_pam.c (4133, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\Makefile.am.m4 (3426, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\hashtab.h (4020, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\srpc.c (6650, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\sfs-internal.h (3340, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\suidconnect.c (3487, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\hashtab.c (3351, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\auth_helper_bsd.c (1316, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\auth_helper_common.c (4049, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\xdr_suio.h (2146, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\sfs.h (1949, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\queue.h (11825, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\tst.c (2694, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\Makefile.am (4205, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\devcon.c (7291, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\suio.h (8929, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\pathinfo.c (2961, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\auth_helper.h (1167, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\format (2, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\entries (3260, 2008-01-30)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\dir-prop-base (169, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\sfs-internal.h.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\suio.h.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\.cvsignore.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\xdr_misc.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\hashtab.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\xdr_suio.h.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\sfsops.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\xdr_suio.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\devcon.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\Makefile.am.m4.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\auth_helper_bsd.c.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\queue.h.svn-base (81, 2008-01-29)
sfslite-1.2.3\libsfs\auth_helper.c\.svn\prop-base\auth_helper.h.svn-base (81, 2008-01-29)
... ...

SFSLITE README ======= $Id: README 2871 2007-05-18 14:58:43Z max $ SFSLITE HOWTO ------------- - Based on David Mazieres's SFS (see www.fs.net) - Build requires GMP version 4 or higher If from SVN, then you need the GNU autotool suite, with libtool/libtoolize: $ sh -x setup.gnu -f -i -s $ ./configure $ gmake $ gmake install If from a release tarball, then just: $ ./configure $ gmake $ gmake install This will install with the default build options: -O2 with static linkage, and no dmalloc support. Different build options accessed like: $ ./configure --with-mode=shdbg etc, where the modes are: shdbg: shared build, with dmalloc support, no compiler optimization shared: shared build, no compiler optimization shopt: shared build, -O2 debug: static build, with dmalloc support, no compiler optimization deflt: static build, -O2, no dmalloc This library was also available as a port for FreeBSD, but I fell behind and had trouble navigating the Ports bureaucracy. If you depend on the FreeBSD port and would like to help me out, please drop me a line. Max Krohn (first name AT okws DOT org)

近期下载者

相关文件


收藏者